Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DPictureDetailsActivity.java86 final int thumbnailHeight = bundle.getInt(PACKAGE_NAME + ".height"); in onCreate() local
115 mHeightScale = (float) thumbnailHeight / mImageView.getHeight(); in onCreate()