Lines Matching full:configuration
112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration.
174 * Set the current orientation in the configuration.
179 * Return the current ACONFIGURATION_TOUCHSCREEN_* set in the configuration.
184 * Set the current touchscreen in the configuration.
189 * Return the current ACONFIGURATION_DENSITY_* set in the configuration.
194 * Set the current density in the configuration.
199 * Return the current ACONFIGURATION_KEYBOARD_* set in the configuration.
204 * Set the current keyboard in the configuration.
209 * Return the current ACONFIGURATION_NAVIGATION_* set in the configuration.
214 * Set the current navigation in the configuration.
219 * Return the current ACONFIGURATION_KEYSHIDDEN_* set in the configuration.
224 * Set the current keys hidden in the configuration.
229 * Return the current ACONFIGURATION_NAVHIDDEN_* set in the configuration.
234 * Set the current nav hidden in the configuration.
239 * Return the current SDK (API) version set in the configuration.
244 * Set the current SDK version in the configuration.
249 * Return the current ACONFIGURATION_SCREENSIZE_* set in the configuration.
254 * Set the current screen size in the configuration.
259 * Return the current ACONFIGURATION_SCREENLONG_* set in the configuration.
264 * Set the current screen long in the configuration.
269 * Return the current ACONFIGURATION_UI_MODE_TYPE_* set in the configuration.
274 * Set the current UI mode type in the configuration.
279 * Return the current ACONFIGURATION_UI_MODE_NIGHT_* set in the configuration.
284 * Set the current UI mode night in the configuration.
290 * ACONFIGURATION_* constants, each bit set meaning that configuration element
296 * Determine whether 'base' is a valid configuration for use within the
303 * Determine whether the configuration in 'test' is better than the existing
304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
305 * on the overall configuration given there. If it is NULL, this decision is
306 * simply based on which configuration is more specific. Returns non-0 if