Searched refs:getHeight (Results 1 - 25 of 512) sorted by relevance

1234567891011>>

/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/
H A DKey.java24 public final int getHeight() { return 0; } method in class:Key
/packages/apps/Camera2/src/com/android/camera/burst/
H A DBurstMediaItem.java35 public int getHeight(); method in interface:BurstMediaItem
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DTexture.java40 public int getHeight(); method in interface:Texture
H A DFadeInTexture.java30 super(texture.getWidth(), texture.getHeight(), texture.isOpaque());
H A DFadeOutTexture.java29 super(texture.getWidth(), texture.getHeight(), texture.isOpaque());
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DTexture.java40 public int getHeight(); method in interface:Texture
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
H A DForwardingImageProxy.java64 * @see {@link android.media.Image#getHeight}
67 public int getHeight() { method in class:ForwardingImageProxy
68 return mImpl.getHeight();
108 .add("height", getHeight())
123 otherImage.getHeight() == getHeight() &&
129 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp());
H A DAndroidImageProxy.java107 mHeight = mImage.getHeight();
163 * @see {@link android.media.Image#getHeight}
166 public int getHeight() { method in class:AndroidImageProxy
210 .add("height", getHeight())
225 otherImage.getHeight() == getHeight() &&
231 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp());
H A DImageProxy.java82 * @see {@link android.media.Image#getHeight}
84 public int getHeight(); method in interface:ImageProxy
H A DForwardingImageReader.java38 public int getHeight() { method in class:ForwardingImageReader
39 return mDelegate.getHeight();
/packages/apps/Gallery/src/com/android/camera/
H A DRotateBitmap.java61 int cy = mBitmap.getHeight() / 2;
64 matrix.postTranslate(getWidth() / 2, getHeight() / 2);
73 public int getHeight() { method in class:RotateBitmap
77 return mBitmap.getHeight();
83 return mBitmap.getHeight();
H A DImageViewTouchBase.java195 mBitmapDisplayed.getBitmap().getHeight());
205 int viewHeight = getHeight();
211 deltaY = getHeight() - rect.bottom;
261 float viewHeight = getHeight();
264 float h = bitmap.getHeight();
302 float fh = (float) mBitmapDisplayed.getHeight() / (float) mThisHeight;
342 float cy = getHeight() / 2F;
349 float cy = getHeight() / 2F;
372 float cy = getHeight() / 2F;
384 float cy = getHeight() /
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DScreenNail.java24 public int getHeight(); method in interface:ScreenNail
H A DProgressSpinner.java42 mHeight = Math.max(mOuter.getHeight(), mInner.getHeight());
49 public int getHeight() { method in class:ProgressSpinner
75 mOuter.draw(canvas, -mOuter.getWidth() / 2, -mOuter.getHeight() / 2);
77 mInner.draw(canvas, -mInner.getWidth() / 2, -mInner.getHeight() / 2);
H A DBitmapScreenNail.java38 public int getHeight() { method in class:BitmapScreenNail
39 return mBitmapTexture.getHeight();
H A DSlideshowView.java69 mCurrentTexture.getWidth(), mCurrentTexture.getHeight(),
73 mCurrentTexture.getHeight(), mCurrentTexture.getWidth(),
105 -mPrevTexture.getHeight() / 2);
115 -mCurrentTexture.getHeight() / 2);
140 int viewHeight = getHeight();
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
H A DCamera2PreviewSizeSelector.java45 float pictureAspectRatio = pictureSize.getWidth() / (float) pictureSize.getHeight();
60 int area1 = size1.getWidth() * size1.getHeight();
61 int area2 = size2.getWidth() * size2.getHeight();
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModuleUtil.java73 if (s.getHeight() <= MAX_ASPECT_HEIGHT) {
81 if (s.getHeight() <= MAX_ASPECT_HEIGHT) {
82 camera1Sizes.add(new Size(s.getWidth(), s.getHeight()));
96 if (s.getWidth() == optimal.getWidth() && s.getHeight() == optimal.getHeight()) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DIconFactory.java48 int sourceHeight = sourceImage.getHeight();
75 int sourceHeight = sourceImage.getHeight();
77 int iconHeight = dest.getHeight();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DIconView.java111 int y = canvas.getHeight() - 2*mMargin;
182 getHeight() - mTextSize - 2*mMargin);
185 mBitmapBounds = new Rect(mMargin/2, mMargin, getWidth()/2, getHeight());
187 mBitmapBounds = new Rect(mMargin/2, mMargin, getWidth() - mMargin/2, getHeight());
206 m.setRectToRect(new RectF(0, 0, mBitmap.getWidth(), mBitmap.getHeight()),
210 float scaleHeight = mBitmapBounds.height() / (float) mBitmap.getHeight();
213 float dy = (mBitmapBounds.height() - (mBitmap.getHeight() * scale)) / 2f;
227 float start = getHeight() - 2 * mMargin - 2 * mTextSize;
228 float end = getHeight();
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DViewUtil.java62 outline.setOval(0, 0, view.getWidth(), view.getHeight());
69 outline.setRect(0, 0, view.getWidth(), view.getHeight());
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFastBitmapDrawable.java39 mHeight = mBitmap.getHeight();
100 mHeight = mBitmap.getHeight();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPendingAppWidgetHostView.java187 getHeight() - getPaddingTop() - getPaddingBottom()));
191 mRect.offsetTo((getWidth() - mRect.width()) / 2, (getHeight() - mRect.height()) / 2);
206 int availableHeight = getHeight() - paddingTop - paddingBottom;
215 availableHeight - mSetupTextLayout.getHeight()));
218 (getHeight() - mRect.height() - mSetupTextLayout.getHeight()
231 getHeight() - paddingTop - paddingBottom));
233 mRect.offsetTo((getWidth() - mRect.width()) / 2, (getHeight() - mRect.height()) / 2);
H A DBaseRecyclerViewFastScrollBar.java91 mInvalidateRect.set(mThumbOffset.x, 0, mThumbOffset.x + mThumbWidth, mRv.getHeight());
94 mRv.getHeight()));
100 mInvalidateRect.set(mThumbOffset.x, 0, mThumbOffset.x + mThumbWidth, mRv.getHeight());
103 mRv.getHeight()));
114 mInvalidateRect.set(mThumbOffset.x, 0, mThumbOffset.x + mThumbWidth, mRv.getHeight());
162 int bottom = mRv.getHeight() - mRv.getBackgroundPadding().bottom - mThumbHeight;
190 canvas.drawRect(mThumbOffset.x, 0, mThumbOffset.x + mThumbWidth, mRv.getHeight(), mTrackPaint);
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetImageView.java78 mDstRectF.set(0, 0, getWidth(), scale * mBitmap.getHeight());
84 mBitmap.getHeight());

Completed in 1493 milliseconds

1234567891011>>