HomeSort by relevance Sort by last modified time
    Searched defs:dispatchKeyEvent (Results 1 - 22 of 22) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
KeyEventInterceptTestActivity.java 29 public boolean dispatchKeyEvent(KeyEvent event) {
ViewGroupTest.java 590 assertFalse(mMockViewGroup.dispatchKeyEvent(event));
596 assertTrue(mMockViewGroup.dispatchKeyEvent(event));
    [all...]
ViewTest.java     [all...]
  /cts/tests/tests/hardware/src/android/hardware/input/cts/
InputCtsActivity.java 59 public boolean dispatchKeyEvent(KeyEvent ev) {
  /cts/tests/app/app/src/android/app/stubs/
TestDialog.java 302 public boolean dispatchKeyEvent(KeyEvent event) {
304 dispatchKeyEventResult = super.dispatchKeyEvent(event);
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
WindowFocusTests.java 413 public boolean dispatchKeyEvent(KeyEvent event) {
418 return super.dispatchKeyEvent(event);
  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 185 assertTrue(mGallery.dispatchKeyEvent(validKeyEvent));
189 assertFalse(mGallery.dispatchKeyEvent(invalidKeyEvent));
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 121 public boolean dispatchKeyEvent(KeyEvent event) {
138 return super.dispatchKeyEvent(event);
  /development/samples/Home/src/com/example/android/home/
Home.java 410 public boolean dispatchKeyEvent(KeyEvent event) {
437 return super.dispatchKeyEvent(event);
  /cts/tests/app/src/android/app/cts/
DialogTest.java 460 d.dispatchKeyEvent(new KeyEvent(KeyEvent.ACTION_MULTIPLE, KeyEvent.KEYCODE_UNKNOWN));
    [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 

Completed in 876 milliseconds