Home | History | Annotate | Download | only in aapt

Lines Matching refs:ResTable_config

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