HomeSort by relevance Sort by last modified time
    Searched refs:thumbnailHeight (Results 1 - 13 of 13) 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 108 int thumbnailHeight =
113 new ColorDrawableWithDimensions(color, thumbnailWidth, thumbnailHeight);
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 426 var thumbnailHeight = 60;
428 thumbnail.style.height = thumbnailHeight + 'px';
433 screenRect.style.top = (thumbnailHeight - screenRectHeight) / 2 + 'px';
  /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 2911 milliseconds