Home | History | Annotate | Download | only in aapt

Lines Matching refs:ResTable_config

82     static uint32_t getConfigValueForAxis(const ResTable_config& config, int axis);
84 static bool configSameExcept(const ResTable_config& config,
85 const ResTable_config& otherConfig, int axis);
87 static bool getMccName(const char* name, ResTable_config* out = NULL);
88 static bool getMncName(const char* name, ResTable_config* out = NULL);
89 static bool getLocaleName(const char* name, ResTable_config* out = NULL);
90 static bool getScreenLayoutSizeName(const char* name, ResTable_config* out = NULL);
91 static bool getScreenLayoutLongName(const char* name, ResTable_config* out = NULL);
92 static bool getOrientationName(const char* name, ResTable_config* out = NULL);
93 static bool getUiModeTypeName(const char* name, ResTable_config* out = NULL);
94 static bool getUiModeNightName(const char* name, ResTable_config* out = NULL);
95 static bool getDensityName(const char* name, ResTable_config* out = NULL);
96 static bool getTouchscreenName(const char* name, ResTable_config* out = NULL);
97 static bool getKeysHiddenName(const char* name, ResTable_config* out = NULL);
98 static bool getKeyboardName(const char* name, ResTable_config* out = NULL);
99 static bool getNavigationName(const char* name, ResTable_config* out = NULL);
100 static bool getNavHiddenName(const char* name, ResTable_config* out = NULL);
101 static bool getScreenSizeName(const char* name, ResTable_config* out = NULL);
102 static bool getSmallestScreenWidthDpName(const char* name, ResTable_config* out = NULL);
103 static bool getScreenWidthDpName(const char* name, ResTable_config* out = NULL);
104 static bool getScreenHeightDpName(const char* name, ResTable_config* out = NULL);
105 static bool getVersionName(const char* name, ResTable_config* out = NULL);
109 const ResTable_config& toParams() const;
146 mutable ResTable_config mParams;