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

  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 111 private final int mZoomLength;
116 mZoomLength = zoomLength;
123 // Resize the image view to be at least mZoomLength pixels larger in both
127 int minSize = Math.max(right - left, bottom - top) + mZoomLength;
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 111 private final int mZoomLength;
116 mZoomLength = zoomLength;
123 // Resize the image view to be at least mZoomLength pixels larger in both
127 int minSize = Math.max(right - left, bottom - top) + mZoomLength;
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
AnimatedNotificationDisplayActivity.java 111 private final int mZoomLength;
116 mZoomLength = zoomLength;
123 // Resize the image view to be at least mZoomLength pixels larger in both
127 int minSize = Math.max(right - left, bottom - top) + mZoomLength;

Completed in 293 milliseconds