HomeSort by relevance Sort by last modified time
    Searched refs:NAVIGATION_DPAD (Results 1 - 18 of 18) sorted by null

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 83 } else if (con.navigation == Configuration.NAVIGATION_DPAD) {
  /development/apps/Development/src/com/android/development/
AppHwPref.java 210 case Configuration.NAVIGATION_DPAD:
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 292 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_DPAD);
496 config.setProperty(Properties.NAVIGATION, Configuration.NAVIGATION_DPAD);
    [all...]
ConfigurationTest.java 369 config.navigation = Configuration.NAVIGATION_DPAD;
  /frameworks/base/core/java/android/content/res/
Configuration.java 190 public static final int NAVIGATION_DPAD = 2;
196 * One of: {@link #NAVIGATION_NONAV}, {@link #NAVIGATION_DPAD},
432 case NAVIGATION_DPAD: sb.append(" dpad"); break;
    [all...]
  /frameworks/base/include/ui/
Input.h 180 NAVIGATION_DPAD = 2,
  /frameworks/base/include/utils/
ResourceTypes.h 868 NAVIGATION_DPAD = ACONFIGURATION_NAVIGATION_DPAD,
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 140 Configuration.NAVIGATION_DPAD);
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 1218 if (out) out->navigation = out->NAVIGATION_DPAD;
    [all...]
  /frameworks/base/services/input/
InputReader.cpp 531 navigationConfig = InputConfiguration::NAVIGATION_DPAD;
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 1014 ASSERT_EQ(InputConfiguration::NAVIGATION_DPAD, config.navigation);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 999 milliseconds