HomeSort by relevance Sort by last modified time
    Searched refs:touchscreen (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
BootstrapTest.java 163 assertThat(configuration.touchscreen).isEqualTo(TOUCHSCREEN_FINGER);
217 assertThat(configuration.touchscreen).isEqualTo(TOUCHSCREEN_NOTOUCH);
  /frameworks/base/tools/aapt2/format/proto/
ProtoDeserialize.cpp 260 switch (pb_config.touchscreen()) {
262 out_config->touchscreen = ConfigDescription::TOUCHSCREEN_NOTOUCH;
266 out_config->touchscreen = ConfigDescription::TOUCHSCREEN_STYLUS;
270 out_config->touchscreen = ConfigDescription::TOUCHSCREEN_FINGER;
    [all...]
ProtoSerialize.cpp 200 switch (config.touchscreen) {
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 123 final int touchscreen, final int keyboard, final int keysHidden, final int navigation,
133 config.touchscreen = touchscreen;
    [all...]
ConfigTest.java 44 TOUCHSCREEN,
107 case TOUCHSCREEN:
108 mConfig.touchscreen = value;
206 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_FINGER);
279 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_NOTOUCH);
286 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_STYLUS);
511 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_NOTOUCH);
518 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_STYLUS);
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java     [all...]
ResourcesImpl.java 440 mConfiguration.touchscreen,
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 332 jstring locale, jint orientation, jint touchscreen, jint density,
345 configuration.touchscreen = static_cast<uint8_t>(touchscreen);
    [all...]
  /device/google/marlin/common/
base.mk 794 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollController.java 103 * maps to OPERATION_TOUCH for touchscreen, OPERATION_NORMAL for non-touchscreen
738 if (mContext.getResources().getConfiguration().touchscreen
    [all...]
  /device/google/wahoo/
device.mk 166 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
  /prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.jar 
  /frameworks/base/cmds/statsd/src/
atoms.proto 893 // See: https://d.android.com/reference/android/content/res/Configuration.html#touchscreen
894 optional int32 touchscreen = 16;
    [all...]
  /frameworks/base/core/java/android/app/
ResourcesManager.java 214 config.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h 1002 uint8_t touchscreen; member in struct:android::ResTable_config::__anon45759::__anon45760
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 307 switch (config.touchscreen) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
Resource.cpp 141 mParams.density, mParams.touchscreen, mParams.keyboard,
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 

Completed in 624 milliseconds

12 3 4