Home
last modified time | relevance | path

Searched defs:imageResId (Results 1 – 2 of 2) sorted by relevance

/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DPlaybackOverlayFragment.java290 int imageResId; field in PlaybackOverlayFragment.MediaItem
296 MediaItem(String title, String subtitle, int imageResId, int durationMs) { in MediaItem()
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DZoomActivity.java109 private void zoomImageFromThumb(final View thumbView, int imageResId) { in zoomImageFromThumb()