Searched refs:getHeight (Results 201 - 225 of 466) sorted by relevance

1234567891011>>

/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DTargetDrawable.java213 public int getHeight() { method in class:TargetDrawable
224 canvas.translate(-0.5f * getWidth(), -0.5f * getHeight());
/packages/apps/Mms/src/com/android/mms/model/
H A DLayoutModel.java79 mLayoutParams.getHeight());
182 return mRootLayout.getHeight();
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartGridView.java112 final int height = getHeight() - getPaddingBottom();
142 final int padding = mLabelStart != null ? mLabelStart.getHeight() / 8 : 0;
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationContainer.java594 if (adapterItem.getHeight() == 0) {
605 return new OverlayPosition(withinBottom - adapterItem.getHeight(), withinBottom);
607 return new OverlayPosition(withinTop, withinTop + adapterItem.getHeight());
780 && overlayTopY < mOffsetY + getHeight()) {
796 overlayView.getHeight(), overlayView.getMeasuredHeight());
921 overlap = Math.min(0, next.getTop() - mSnapHeader.getHeight() - mOffsetY);
984 final int height = getHeight();
985 onOverlayScrolledOff(adapterIndex, overlay, height, height + overlay.view.getHeight());
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DActionableToastBar.java273 return (x > xy[0] && x < (xy[0] + getWidth()) && y > xy[1] && y < xy[1] + getHeight());
420 return getHeight() + params.bottomMargin;
H A DThumbnailLoadTask.java137 originalBitmap.getHeight(), matrix, true);
191 result.getHeight());
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppWidgetResizeFrame.java152 mBottomBorderActive = (y > getHeight() - mTouchTargetWidth + mBottomTouchRegionAdjustment)
189 mDeltaY = Math.min(mDragLayer.getHeight() - (mBaselineY + mBaselineHeight), deltaY);
409 int newHeight = mWidgetView.getHeight() + 2 * mBackgroundPadding - mWidgetPaddingTop -
424 if (newY + newHeight > mDragLayer.getHeight()) {
426 mBottomTouchRegionAdjustment = -(newY + newHeight - mDragLayer.getHeight());
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppWidgetResizeFrame.java149 mBottomBorderActive = (y > getHeight() - mTouchTargetWidth + mBottomTouchRegionAdjustment)
186 mDeltaY = Math.min(mDragLayer.getHeight() - (mBaselineY + mBaselineHeight), deltaY);
401 int newHeight = mWidgetView.getHeight() + 2 * mBackgroundPadding - mWidgetPaddingTop -
420 if (newY + newHeight > mDragLayer.getHeight()) {
422 mBottomTouchRegionAdjustment = -(newY + newHeight - mDragLayer.getHeight());
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraZslImpl.java322 pictureSize.getHeight(),
340 * largestSupportedSize.getHeight();
342 long numPixels = supportedSizes[i].getWidth() * supportedSizes[i].getHeight();
350 largestSupportedSize.getHeight());
582 int height = image.getHeight();
948 buffer = ByteBuffer.allocateDirect(img.getWidth() * img.getHeight() * 3);
1017 float pictureAspectRatio = pictureSize.getWidth() / (float) pictureSize.getHeight();
/packages/apps/Camera/src/com/android/camera/ui/
H A DSwitch.java364 switchTop = (getPaddingTop() + getHeight() - getPaddingBottom()) / 2 -
370 switchBottom = getHeight() - getPaddingBottom();
421 (switchInnerTop + switchInnerBottom) / 2 - switchText.getHeight() / 2);
H A DRotateImageView.java123 int height = getHeight() - top - bottom;
H A DRotateLayout.java199 r.set(0, 0, getWidth(), getHeight());
H A DZoomRenderer.java102 mMaxCircle = Math.min(getWidth(), getHeight());
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetFragment.java159 int height = mSourceBitmap.getHeight();
348 int height = sourceBitmap.getHeight();
400 || mResultBitmap.getHeight() != sizePx) {
/packages/apps/Camera2/src/com/android/camera/ui/
H A DSwitch.java355 switchTop = (getPaddingTop() + getHeight() - getPaddingBottom()) / 2 -
361 switchBottom = getHeight() - getPaddingBottom();
412 (switchInnerTop + switchInnerBottom) / 2 - switchText.getHeight() / 2);
/packages/apps/Dialer/src/com/android/dialer/list/
H A DListsFragment.java123 final int topPaneHeight = (int) (slideOffset * mShortcutCardsListView.getHeight());
126 Math.min(mActionBar.getHeight(), topPaneHeight);
128 mActionBar.getHeight() - availableActionBarHeight);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageStraighten.java165 float centerY = getHeight() / 2f;
252 int imageHeight = image.getHeight();
254 int viewHeight = canvas.getHeight();
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DTiledTexture.java141 int b = localBitmapRef.getHeight() + y;
204 mHeight = bitmap.getHeight();
343 public int getHeight() { method in class:TiledTexture
/packages/apps/InCallUI/src/com/android/incallui/
H A DDialpadFragment.java70 final int height = getHeight();
76 setTranslationY(yFraction * getHeight());
357 final int bottom = (v.getHeight() - v.getPaddingBottom());
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DAbsSeekBar.java129 updateThumbPos(getWidth(), getHeight());
221 setThumbPos(getWidth(), getHeight(), thumb, scale, Integer.MIN_VALUE);
470 final int height = getHeight();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DDrawableLoader.java205 int height = options.getHeight();
231 + options.getHeight() + "). Chosen scale: " + scale + " -> " + scale);
377 .height(options.getHeight())
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java160 pop.setHeight(ht + l.getHeight());
161 return l.getHeight();
170 if ((gravity & Gravity.BOTTOM) == Gravity.BOTTOM) offy -= window.getHeight();
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthListView.java177 int firstViewHeight = firstView.getHeight();
/packages/apps/Camera2/src/com/android/camera/data/
H A DLocalSessionData.java194 public int getHeight() { method in class:LocalSessionData
H A DRotationTask.java139 imageData.getHeight(), data.getSizeInBytes(), latitude, longitude);

Completed in 4266 milliseconds

1234567891011>>