Home
last modified time | relevance | path

Searched refs:onLongPress (Results 1 – 6 of 6) sorted by relevance

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DLatinKeyboardView.java41 protected boolean onLongPress(Key key) { in onLongPress() method in LatinKeyboardView
46 return super.onLongPress(key); in onLongPress()
/development/samples/browseable/WatchViewStub/src/com.example.android.google.wearable.watchviewstub/
DMainActivity.java81 public void onLongPress(MotionEvent event) { in onLongPress() method in MainActivity.LongPressListener
/development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
DGestureListener.java39 public void onLongPress(MotionEvent e) { in onLongPress() method in GestureListener
/development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
DMainActivity.java64 public void onLongPress(MotionEvent event) { in onLongPress() method in MainActivity.LongPressListener
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DMouseFragment.java88 public void onLongPress(@NonNull MotionEvent e) { in onLongPress() method in MouseFragment.GestureListener
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsActivity.java167 public void onLongPress(MotionEvent event) { in onLongPress() method in AttractionsActivity.LongPressListener