HomeSort by relevance Sort by last modified time
    Searched full:configuration (Results 76 - 100 of 4142) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/apps/Development/src/com/android/development/
AppHwPref.java 30 import android.content.res.Configuration;
47 /* This activity displays the hardware configuration details
172 case Configuration.TOUCHSCREEN_FINGER:
174 case Configuration.TOUCHSCREEN_NOTOUCH:
176 case Configuration.TOUCHSCREEN_STYLUS:
178 case Configuration.TOUCHSCREEN_UNDEFINED:
191 case Configuration.KEYBOARD_12KEY:
193 case Configuration.KEYBOARD_NOKEYS:
195 case Configuration.KEYBOARD_QWERTY:
197 case Configuration.KEYBOARD_UNDEFINED
    [all...]
  /external/webkit/WebKitTools/WebKitAPITest/
WebKitAPITest.vcproj 17 <Configuration
77 </Configuration>
78 <Configuration
138 </Configuration>
139 <Configuration
199 </Configuration>
  /frameworks/base/core/java/android/content/
ComponentCallbacks.java 19 import android.content.res.Configuration;
28 * Called by the system when the device configuration changes while your
30 * are never restarted when a configuration changes: they must always deal
35 * new configuration.
37 * @param newConfig The new device configuration.
39 void onConfigurationChanged(Configuration newConfig);
  /packages/apps/Mms/src/com/android/mms/layout/
LayoutManager.java 21 import android.content.res.Configuration;
45 private void initLayoutParameters(Configuration configuration) {
47 configuration.orientation == Configuration.ORIENTATION_PORTRAIT
87 public void onConfigurationChanged(Configuration newConfig) {
  /external/wpa_supplicant_6/wpa_supplicant/
config.h 2 * WPA Supplicant / Configuration file structures
30 * struct wpa_config - wpa_supplicant configuration data
32 * This data structure is presents the per-interface (radio) configuration
66 * configuration value can be used to set it to the new version (2).
92 * in this mode, the network blocks in the configuration are tried
106 * in configuration is used to determine whether the control interface
112 * information and configuration. The socket file will be named based
123 * configuration and open raw sockets) and still allow GUI/CLI
126 * configuration, this access needs to be protected in many
176 * This is an OpenSSL specific configuration option for loading OpenS
    [all...]
  /cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationTest.java 20 import android.content.res.Configuration;
65 * Holds information on the current active screen's configuration.
174 * Here's the current configuration table:
192 new ScreenConfiguration(240, 320, Density.LOW, Configuration.SCREENLAYOUT_SIZE_SMALL),
194 new ScreenConfiguration(240, 320, Density.LOW, Configuration.SCREENLAYOUT_SIZE_SMALL, true),
196 new ScreenConfiguration(480, 320, Density.MEDIUM, Configuration.SCREENLAYOUT_SIZE_NORMAL),
197 new ScreenConfiguration(640, 240, Density.MEDIUM, Configuration.SCREENLAYOUT_SIZE_NORMAL),
199 new ScreenConfiguration(640, 480, Density.HIGH, Configuration.SCREENLAYOUT_SIZE_NORMAL, true),
201 new ScreenConfiguration(864, 480, Density.HIGH, Configuration.SCREENLAYOUT_SIZE_NORMAL),
204 new ScreenConfiguration(640, 480, Density.MEDIUM, Configuration.SCREENLAYOUT_SIZE_LARGE)
    [all...]
  /frameworks/base/core/java/android/content/pm/
ConfigurationInfo.java 23 * Information you can retrieve about hardware configuration preferences
25 * AndroidManifest.xml's &lt;uses-configuration&gt; and &lt;uses-feature&gt; tags.
30 * One of: {@link android.content.res.Configuration#TOUCHSCREEN_NOTOUCH},
31 * {@link android.content.res.Configuration#TOUCHSCREEN_STYLUS},
32 * {@link android.content.res.Configuration#TOUCHSCREEN_FINGER}.
38 * One of: {@link android.content.res.Configuration#KEYBOARD_UNDEFINED},
39 * {@link android.content.res.Configuration#KEYBOARD_NOKEYS},
40 * {@link android.content.res.Configuration#KEYBOARD_QWERTY},
41 * {@link android.content.res.Configuration#KEYBOARD_12KEY}
47 * one of: {@link android.content.res.Configuration#NAVIGATION_UNDEFINED}
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.content.res.Configuration.html 10 android.content.res.Configuration
74 Class android.content.res.<A HREF="../../../../reference/android/content/res/Configuration.html" target="_top"><font size="+2"><code>Configuration</code></font></A>
87 <A NAME="android.content.res.Configuration.SCREENLAYOUT_LONG_MASK"></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/res/Configuration.html#SCREENLAYOUT_LONG_MASK" target="_top"><code>SCREENLAYOUT_LONG_MASK</code></A></nobr>
94 <A NAME="android.content.res.Configuration.SCREENLAYOUT_LONG_NO"></A>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/res/Configuration.html#SCREENLAYOUT_LONG_NO" target="_top"><code>SCREENLAYOUT_LONG_NO</code></A></nobr>
101 <A NAME="android.content.res.Configuration.SCREENLAYOUT_LONG_UNDEFINED"></A>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/res/Configuration.html#SCREENLAYOUT_LONG_UNDEFINED" target="_top"><code>SCREENLAYOUT_LONG_UNDEFINED</code></A></nobr>
108 <A NAME="android.content.res.Configuration.SCREENLAYOUT_LONG_YES"></A
    [all...]
  /cts/tools/utils/
startcts 18 # CONFIGURATION
24 # CONFIGURATION
31 # END OF CONFIGURATION SECTION
49 checkDir ${CTS_ROOT} "Error: Cannot locate CTS in \"${CTS_DIR}\". Please check your configuration in $0"
50 checkDir ${SDK_ROOT} "Error: Cannot locate SDK installation in \"${SDK_ROOT}\". Please check your configuration in $0"
71 # configuration supplied as single argument
73 # configuration supplied with --config option
77 # single argument specifies configuration file
  /device/htc/passion/
passion_as.mk 18 # This is the device-specific product configuration for passion,
25 # The rest of the configuration is inherited from a generic config
passion_eu.mk 18 # This is the device-specific product configuration for passion,
25 # The rest of the configuration is inherited from a generic config
passion_us.mk 18 # This is the device-specific product configuration for passion,
25 # The rest of the configuration is inherited from a generic config
  /external/icu4c/samples/uresb/
resources.vcproj 21 <Configuration
41 </Configuration>
42 <Configuration
62 </Configuration>
63 <Configuration
83 </Configuration>
84 <Configuration
104 </Configuration>
  /packages/apps/IM/src/com/android/im/engine/
ConnectionConfig.java 21 * Represents the configuration of a connection. Default procotols will extends
22 * this class to provide their own configuration.
  /build/core/combo/arch/arm/
armv5te.mk 0 # Configuration for Linux on ARM.
  /external/dbus/test/data/equiv-config-files/basic/basic.d/
basic.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  /external/dbus/test/data/equiv-config-files/entities/basic.d/
basic.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  /external/dbus/test/data/valid-config-files/basic.d/
basic.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  /external/dhcpcd/
dhcpcd.conf 1 # A sample configuration for dhcpcd.
  /external/dnsmasq/dbus/
dnsmasq.conf 2 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  /external/icu4c/config/
icu-config-top 9 # This script is designed to aid configuration of ICU.
  /external/libpng/scripts/
libpng-config-head.in 4 # provides configuration info for libpng.
  /external/qemu/android/
user-config.h 18 /* a structure used to model the user-configuration settings
26 * configuration information found in config.ini
42 /* Save the user configuration back to the content directory.
44 * only save the user configuration to disk if its content
  /external/v8/tools/visual_studio/
v8_mksnapshot.vcproj 18 <Configuration
75 </Configuration>
76 <Configuration
133 </Configuration>
v8_mksnapshot_x64.vcproj 18 <Configuration
75 </Configuration>
76 <Configuration
133 </Configuration>

Completed in 283 milliseconds

1 2 34 5 6 7 8 91011>>