Versions in this module Expand all Collapse all v0 v0.0.3 Mar 16, 2026 Changes in this version + const ACONFIGURATION_COLOR_MODE + const ACONFIGURATION_DENSITY + const ACONFIGURATION_DENSITY_ANY + const ACONFIGURATION_DENSITY_DEFAULT + const ACONFIGURATION_DENSITY_HIGH + const ACONFIGURATION_DENSITY_LOW + const ACONFIGURATION_DENSITY_MEDIUM + const ACONFIGURATION_DENSITY_NONE + const ACONFIGURATION_DENSITY_TV + const ACONFIGURATION_DENSITY_XHIGH + const ACONFIGURATION_DENSITY_XXHIGH + const ACONFIGURATION_DENSITY_XXXHIGH + const ACONFIGURATION_GRAMMATICAL_GENDER + const ACONFIGURATION_GRAMMATICAL_GENDER_ANY + const ACONFIGURATION_GRAMMATICAL_GENDER_FEMININE + const ACONFIGURATION_GRAMMATICAL_GENDER_MASCULINE + const ACONFIGURATION_GRAMMATICAL_GENDER_NEUTER + const ACONFIGURATION_HDR_ANY + const ACONFIGURATION_HDR_NO + const ACONFIGURATION_HDR_YES + const ACONFIGURATION_KEYBOARD + const ACONFIGURATION_KEYBOARD_12KEY + const ACONFIGURATION_KEYBOARD_ANY + const ACONFIGURATION_KEYBOARD_HIDDEN + const ACONFIGURATION_KEYBOARD_NOKEYS + const ACONFIGURATION_KEYBOARD_QWERTY + const ACONFIGURATION_KEYSHIDDEN_ANY + const ACONFIGURATION_KEYSHIDDEN_NO + const ACONFIGURATION_KEYSHIDDEN_SOFT + const ACONFIGURATION_KEYSHIDDEN_YES + const ACONFIGURATION_LAYOUTDIR + const ACONFIGURATION_LAYOUTDIR_ANY + const ACONFIGURATION_LAYOUTDIR_LTR + const ACONFIGURATION_LAYOUTDIR_RTL + const ACONFIGURATION_LOCALE + const ACONFIGURATION_MCC + const ACONFIGURATION_MNC + const ACONFIGURATION_MNC_ZERO + const ACONFIGURATION_NAVHIDDEN_ANY + const ACONFIGURATION_NAVHIDDEN_NO + const ACONFIGURATION_NAVHIDDEN_YES + const ACONFIGURATION_NAVIGATION + const ACONFIGURATION_NAVIGATION_ANY + const ACONFIGURATION_NAVIGATION_DPAD + const ACONFIGURATION_NAVIGATION_NONAV + const ACONFIGURATION_NAVIGATION_TRACKBALL + const ACONFIGURATION_NAVIGATION_WHEEL + const ACONFIGURATION_ORIENTATION + const ACONFIGURATION_ORIENTATION_ANY + const ACONFIGURATION_ORIENTATION_LAND + const ACONFIGURATION_ORIENTATION_PORT + const ACONFIGURATION_ORIENTATION_SQUARE + const ACONFIGURATION_SCREENLONG_ANY + const ACONFIGURATION_SCREENLONG_NO + const ACONFIGURATION_SCREENLONG_YES + const ACONFIGURATION_SCREENROUND_ANY + const ACONFIGURATION_SCREENROUND_NO + const ACONFIGURATION_SCREENROUND_YES + const ACONFIGURATION_SCREENSIZE_ANY + const ACONFIGURATION_SCREENSIZE_LARGE + const ACONFIGURATION_SCREENSIZE_NORMAL + const ACONFIGURATION_SCREENSIZE_SMALL + const ACONFIGURATION_SCREENSIZE_XLARGE + const ACONFIGURATION_SCREEN_HEIGHT_DP_ANY + const ACONFIGURATION_SCREEN_LAYOUT + const ACONFIGURATION_SCREEN_ROUND + const ACONFIGURATION_SCREEN_SIZE + const ACONFIGURATION_SCREEN_WIDTH_DP_ANY + const ACONFIGURATION_SMALLEST_SCREEN_SIZE + const ACONFIGURATION_SMALLEST_SCREEN_WIDTH_DP_ANY + const ACONFIGURATION_TOUCHSCREEN + const ACONFIGURATION_TOUCHSCREEN_ANY + const ACONFIGURATION_TOUCHSCREEN_FINGER + const ACONFIGURATION_TOUCHSCREEN_NOTOUCH + const ACONFIGURATION_TOUCHSCREEN_STYLUS + const ACONFIGURATION_UI_MODE + const ACONFIGURATION_UI_MODE_NIGHT_ANY + const ACONFIGURATION_UI_MODE_NIGHT_NO + const ACONFIGURATION_UI_MODE_NIGHT_YES + const ACONFIGURATION_UI_MODE_TYPE_ANY + const ACONFIGURATION_UI_MODE_TYPE_APPLIANCE + const ACONFIGURATION_UI_MODE_TYPE_CAR + const ACONFIGURATION_UI_MODE_TYPE_DESK + const ACONFIGURATION_UI_MODE_TYPE_NORMAL + const ACONFIGURATION_UI_MODE_TYPE_TELEVISION + const ACONFIGURATION_UI_MODE_TYPE_VR_HEADSET + const ACONFIGURATION_UI_MODE_TYPE_WATCH + const ACONFIGURATION_VERSION + const ACONFIGURATION_WIDE_COLOR_GAMUT_ANY + const ACONFIGURATION_WIDE_COLOR_GAMUT_NO + const ACONFIGURATION_WIDE_COLOR_GAMUT_YES + func AConfiguration_copy(dest *AConfiguration, src *AConfiguration) + func AConfiguration_delete(config *AConfiguration) + func AConfiguration_diff(config1 *AConfiguration, config2 *AConfiguration) int32 + func AConfiguration_fromAssetManager(out *AConfiguration, am *AAssetManager) + func AConfiguration_getCountry(config *AConfiguration, outCountry string) + func AConfiguration_getDensity(config *AConfiguration) int32 + func AConfiguration_getGrammaticalGender(config *AConfiguration) int32 + func AConfiguration_getKeyboard(config *AConfiguration) int32 + func AConfiguration_getKeysHidden(config *AConfiguration) int32 + func AConfiguration_getLanguage(config *AConfiguration, outLanguage string) + func AConfiguration_getLayoutDirection(config *AConfiguration) int32 + func AConfiguration_getMcc(config *AConfiguration) int32 + func AConfiguration_getMnc(config *AConfiguration) int32 + func AConfiguration_getNavHidden(config *AConfiguration) int32 + func AConfiguration_getNavigation(config *AConfiguration) int32 + func AConfiguration_getOrientation(config *AConfiguration) int32 + func AConfiguration_getScreenHeightDp(config *AConfiguration) int32 + func AConfiguration_getScreenLong(config *AConfiguration) int32 + func AConfiguration_getScreenRound(config *AConfiguration) int32 + func AConfiguration_getScreenSize(config *AConfiguration) int32 + func AConfiguration_getScreenWidthDp(config *AConfiguration) int32 + func AConfiguration_getSdkVersion(config *AConfiguration) int32 + func AConfiguration_getSmallestScreenWidthDp(config *AConfiguration) int32 + func AConfiguration_getTouchscreen(config *AConfiguration) int32 + func AConfiguration_getUiModeNight(config *AConfiguration) int32 + func AConfiguration_getUiModeType(config *AConfiguration) int32 + func AConfiguration_isBetterThan(base *AConfiguration, test *AConfiguration, requested *AConfiguration) int32 + func AConfiguration_match(base *AConfiguration, requested *AConfiguration) int32 + func AConfiguration_setCountry(config *AConfiguration, country string) + func AConfiguration_setDensity(config *AConfiguration, density int32) + func AConfiguration_setGrammaticalGender(config *AConfiguration, value int32) + func AConfiguration_setKeyboard(config *AConfiguration, keyboard int32) + func AConfiguration_setKeysHidden(config *AConfiguration, keysHidden int32) + func AConfiguration_setLanguage(config *AConfiguration, language string) + func AConfiguration_setLayoutDirection(config *AConfiguration, value int32) + func AConfiguration_setMcc(config *AConfiguration, mcc int32) + func AConfiguration_setMnc(config *AConfiguration, mnc int32) + func AConfiguration_setNavHidden(config *AConfiguration, navHidden int32) + func AConfiguration_setNavigation(config *AConfiguration, navigation int32) + func AConfiguration_setOrientation(config *AConfiguration, orientation int32) + func AConfiguration_setScreenHeightDp(config *AConfiguration, value int32) + func AConfiguration_setScreenLong(config *AConfiguration, screenLong int32) + func AConfiguration_setScreenSize(config *AConfiguration, screenSize int32) + func AConfiguration_setScreenWidthDp(config *AConfiguration, value int32) + func AConfiguration_setSdkVersion(config *AConfiguration, sdkVersion int32) + func AConfiguration_setSmallestScreenWidthDp(config *AConfiguration, value int32) + func AConfiguration_setTouchscreen(config *AConfiguration, touchscreen int32) + func AConfiguration_setUiModeNight(config *AConfiguration, uiModeNight int32) + func AConfiguration_setUiModeType(config *AConfiguration, uiModeType int32) + type AAssetManager C.AAssetManager + type AConfiguration C.AConfiguration + func AConfiguration_new() *AConfiguration + type CgoAllocMap struct + func UnpackPCharString(str string) (*C.char, *CgoAllocMap) + func (a *CgoAllocMap) Add(ptr unsafe.Pointer) + func (a *CgoAllocMap) Borrow(b *CgoAllocMap) + func (a *CgoAllocMap) Free() + func (a *CgoAllocMap) IsEmpty() bool + type SliceHeader struct + Cap int + Data unsafe.Pointer + Len int