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

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 78 } else if (con.navigation == Configuration.NAVIGATION_TRACKBALL) {
  /development/apps/Development/src/com/android/development/
AppHwPref.java 212 case Configuration.NAVIGATION_TRACKBALL:
  /frameworks/base/core/java/android/content/res/
Configuration.java 191 public static final int NAVIGATION_TRACKBALL = 3;
197 * {@link #NAVIGATION_TRACKBALL}, {@link #NAVIGATION_WHEEL}.
433 case NAVIGATION_TRACKBALL: sb.append(" tball"); break;
    [all...]
  /frameworks/base/include/ui/
Input.h 181 NAVIGATION_TRACKBALL = 3,
  /frameworks/base/include/utils/
ResourceTypes.h 869 NAVIGATION_TRACKBALL = ACONFIGURATION_NAVIGATION_TRACKBALL,
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 180 config.mConfig.navigation = Configuration.NAVIGATION_TRACKBALL;
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 1221 if (out) out->navigation = out->NAVIGATION_TRACKBALL;
    [all...]
  /frameworks/base/services/input/
InputReader.cpp 529 navigationConfig = InputConfiguration::NAVIGATION_TRACKBALL;
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 1002 ASSERT_EQ(InputConfiguration::NAVIGATION_TRACKBALL, 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 312 milliseconds