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

1234567891011>>

/packages/apps/Mms/src/com/android/mms/ui/
H A DViewInterface.java31 int getHeight(); method in interface:ViewInterface
/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/
H A DKey.java23 public final int getHeight() { return 0; } method in class:Key
/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/Mms/src/com/android/mms/layout/
H A DLayoutParameters.java39 int getHeight(); method in interface:LayoutParameters
H A DLayoutManager.java52 + ": " + mLayoutParams.getWidth() + "x" + mLayoutParams.getHeight());
102 return mLayoutParams.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/Mms/src/org/w3c/dom/smil/
H A DElementLayout.java42 public int getHeight(); method in interface:ElementLayout
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFastBitmapView.java41 invalidate(0, 0, mBitmap.getWidth(), mBitmap.getHeight());
45 invalidate(0, 0, mBitmap.getWidth(), mBitmap.getHeight());
H A DPendingAppWidgetHostView.java184 getHeight() - getPaddingTop() - getPaddingBottom()));
188 mRect.offsetTo((getWidth() - mRect.width()) / 2, (getHeight() - mRect.height()) / 2);
204 int availableHeight = getHeight() - paddingTop - paddingBottom;
213 availableHeight - mSetupTextLayout.getHeight()));
216 (getHeight() - mRect.height() - mSetupTextLayout.getHeight()
229 getHeight() - paddingTop - paddingBottom));
231 mRect.offsetTo((getWidth() - mRect.width()) / 2, (getHeight() - mRect.height()) / 2);
/packages/apps/Camera2/src/com/android/camera/filmstrip/
H A DImageData.java47 * {@link ImageData#getHeight()}. When SIZE_FULL is returned for
60 * {@link ImageData#getHeight()}.
70 * {@link ImageData#getHeight()}.
72 public int getHeight(); method in interface:ImageData
/packages/apps/Camera2/src/com/android/camera/util/
H A DSize.java34 converted[i] = new Size(sizes[i].getWidth(), sizes[i].getHeight());
54 this.height = size.getHeight();
66 public int getHeight() { method in class:Size
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModuleUtil.java63 if (s.getHeight() <= MAX_ASPECT_HEIGHT) {
71 if (s.getHeight() <= MAX_ASPECT_HEIGHT) {
72 camera1Sizes.add(new Size(s.getWidth(), s.getHeight()));
85 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/Camera2/src/com/android/camera/ui/
H A DAnimatedCircleDrawable.java116 mCanvasHeight = canvas.getHeight();
119 0, diagonalLength(canvas.getWidth(), canvas.getHeight())/2);
120 canvas.drawCircle(canvas.getWidth()/2.0f, canvas.getHeight()/2.0f,

Completed in 404 milliseconds

1234567891011>>