Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DAnimatedNotificationDisplayActivity.java111 private final int mZoomLength; field in AnimatedNotificationDisplayActivity.ImageZoomView
116 mZoomLength = zoomLength; in ImageZoomView()
127 int minSize = Math.max(right - left, bottom - top) + mZoomLength; in onLayout()