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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/car/
CarNotificationEntryManager.java 32 * {@link com.android.systemui.statusbar.ExpandableNotificationRow.LongPressListener} that will
36 public ExpandableNotificationRow.LongPressListener getNotificationLongClicker() {
  /developers/build/prebuilts/gradle/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java 53 mGestureDetector = new GestureDetectorCompat(this, new LongPressListener());
79 private class LongPressListener extends GestureDetector.SimpleOnGestureListener {
  /developers/samples/android/wearable/wear/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java 53 mGestureDetector = new GestureDetectorCompat(this, new LongPressListener());
79 private class LongPressListener extends GestureDetector.SimpleOnGestureListener {
  /development/samples/browseable/WatchViewStub/src/com.example.android.google.wearable.watchviewstub/
MainActivity.java 53 mGestureDetector = new GestureDetectorCompat(this, new LongPressListener());
79 private class LongPressListener extends GestureDetector.SimpleOnGestureListener {
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 54 mGestureDetector = new GestureDetectorCompat(this, new LongPressListener());
62 private class LongPressListener extends GestureDetector.SimpleOnGestureListener {
  /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 54 mGestureDetector = new GestureDetectorCompat(this, new LongPressListener());
62 private class LongPressListener extends GestureDetector.SimpleOnGestureListener {
  /development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
MainActivity.java 54 mGestureDetector = new GestureDetectorCompat(this, new LongPressListener());
62 private class LongPressListener extends GestureDetector.SimpleOnGestureListener {
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsActivity.java 129 mGestureDetector = new GestureDetectorCompat(this, new LongPressListener());
165 private class LongPressListener extends GestureDetector.SimpleOnGestureListener {
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsActivity.java 129 mGestureDetector = new GestureDetectorCompat(this, new LongPressListener());
165 private class LongPressListener extends GestureDetector.SimpleOnGestureListener {
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
AttractionsActivity.java 129 mGestureDetector = new GestureDetectorCompat(this, new LongPressListener());
165 private class LongPressListener extends GestureDetector.SimpleOnGestureListener {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
ExpandableNotificationRowTest.java 185 ExpandableNotificationRow.LongPressListener listener =
186 mock(ExpandableNotificationRow.LongPressListener.class);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 212 private LongPressListener mLongPressListener;
    [all...]
NotificationEntryManager.java 296 public ExpandableNotificationRow.LongPressListener getNotificationLongClicker() {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 266 private ExpandableNotificationRow.LongPressListener mLongPressListener;
    [all...]

Completed in 645 milliseconds