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

  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 86 final int thumbnailHeight = bundle.getInt(PACKAGE_NAME + ".height");
115 mHeightScale = (float) thumbnailHeight / mImageView.getHeight();
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 145 int thumbnailWidth, int thumbnailHeight, out Surface outSurface);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
TransitionView.java 363 final int thumbnailHeight = getHeight() - getPaddingTop() - getPaddingBottom();
366 thumbnailHeight);
MediaItemView.java 273 final int thumbnailHeight = getHeight() - getPaddingTop() - getPaddingBottom();
274 final int thumbnailWidth = (thumbnailHeight * mMediaItem.getWidth()) /
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 134 int thumbnailWidth, int thumbnailHeight, Surface outSurface)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 109 int thumbnailHeight =
114 Bitmap.createBitmap(thumbnailWidth, thumbnailHeight, Bitmap.Config.ARGB_8888);
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 688 int thumbnailWidth, thumbnailHeight;
  /device/lge/mako/camera/
QCameraHWI.h 699 int thumbnailWidth, thumbnailHeight;
QCameraHWI_Still.cpp     [all...]
QCameraHWI_Parm.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp     [all...]
QCameraHWI_Parm.cpp     [all...]

Completed in 811 milliseconds