Lines Matching full:configuration
132 * Create and return a new AConfiguration based on the current configuration in
143 * Return the current MCC set in the configuration. 0 if not set.
148 * Set the current MCC in the configuration. 0 to clear.
153 * Return the current MNC set in the configuration. 0 if not set.
158 * Set the current MNC in the configuration. 0 to clear.
163 * Return the current language code set in the configuration. The output will
170 * Set the current language code in the configuration, from the first two
176 * Return the current country code set in the configuration. The output will
183 * Set the current country code in the configuration, from the first two
189 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration.
194 * Set the current orientation in the configuration.
199 * Return the current ACONFIGURATION_TOUCHSCREEN_* set in the configuration.
204 * Set the current touchscreen in the configuration.
209 * Return the current ACONFIGURATION_DENSITY_* set in the configuration.
214 * Set the current density in the configuration.
219 * Return the current ACONFIGURATION_KEYBOARD_* set in the configuration.
224 * Set the current keyboard in the configuration.
229 * Return the current ACONFIGURATION_NAVIGATION_* set in the configuration.
234 * Set the current navigation in the configuration.
239 * Return the current ACONFIGURATION_KEYSHIDDEN_* set in the configuration.
244 * Set the current keys hidden in the configuration.
249 * Return the current ACONFIGURATION_NAVHIDDEN_* set in the configuration.
254 * Set the current nav hidden in the configuration.
259 * Return the current SDK (API) version set in the configuration.
264 * Set the current SDK version in the configuration.
269 * Return the current ACONFIGURATION_SCREENSIZE_* set in the configuration.
274 * Set the current screen size in the configuration.
279 * Return the current ACONFIGURATION_SCREENLONG_* set in the configuration.
284 * Set the current screen long in the configuration.
289 * Return the current ACONFIGURATION_UI_MODE_TYPE_* set in the configuration.
294 * Set the current UI mode type in the configuration.
299 * Return the current ACONFIGURATION_UI_MODE_NIGHT_* set in the configuration.
304 * Set the current UI mode night in the configuration.
309 * Return the current configuration screen width in dp units, or
315 * Set the configuration's current screen width in dp units.
320 * Return the current configuration screen height in dp units, or
326 * Set the configuration's current screen width in dp units.
331 * Return the configuration's smallest screen width in dp units, or
337 * Set the configuration's smallest screen width in dp units.
342 * Return the configuration's layout direction, or
348 * Set the configuration's layout direction.
354 * ACONFIGURATION_* constants, each bit set meaning that configuration element
360 * Determine whether 'base' is a valid configuration for use within the
367 * Determine whether the configuration in 'test' is better than the existing
368 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
369 * on the overall configuration given there. If it is NULL, this decision is
370 * simply based on which configuration is more specific. Returns non-0 if