/packages/apps/Camera/src/com/android/camera/ |
D | RotateBitmap.java | 61 int cy = mBitmap.getHeight() / 2; in getRotateMatrix() 64 matrix.postTranslate(getWidth() / 2, getHeight() / 2); in getRotateMatrix() 73 public int getHeight() { in getHeight() method in RotateBitmap 77 return mBitmap.getHeight(); in getHeight() 83 return mBitmap.getHeight(); in getWidth()
|
D | ImageViewTouchBase.java | 198 mBitmapDisplayed.getBitmap().getHeight()); in center() 208 int viewHeight = getHeight(); in center() 214 deltaY = getHeight() - rect.bottom; in center() 264 float viewHeight = getHeight(); in getProperBaseMatrix() 267 float h = bitmap.getHeight(); in getProperBaseMatrix() 305 float fh = (float) mBitmapDisplayed.getHeight() / (float) mThisHeight; in maxZoom() 345 float cy = getHeight() / 2F; in zoomTo() 352 float cy = getHeight() / 2F; in zoomToPoint() 375 float cy = getHeight() / 2F; in zoomIn() 387 float cy = getHeight() / 2F; in zoomOut()
|
D | Util.java | 66 (float) b.getWidth() / 2, (float) b.getHeight() / 2); in rotate() 69 b, 0, 0, b.getWidth(), b.getHeight(), m, true); in rotate() 155 int deltaY = source.getHeight() - targetHeight; in transform() 173 deltaYHalf + Math.min(targetHeight, source.getHeight())); in transform() 188 float bitmapHeightF = source.getHeight(); in transform() 213 source.getWidth(), source.getHeight(), scaler, true); in transform() 223 int dy1 = Math.max(0, b1.getHeight() - targetHeight); in transform() 489 anim = new TranslateAnimation(0, 0, 0, -view.getHeight()); in slideOut() 492 anim = new TranslateAnimation(0, 0, 0, view.getHeight()); in slideOut() 513 anim = new TranslateAnimation(0, 0, -view.getHeight(), 0); in slideIn() [all …]
|
D | Switcher.java | 81 final int available = getHeight() - mPaddingTop - mPaddingBottom in onTouchEvent() 116 final int height = getHeight(); in trackTouchEvent() 138 final int available = getHeight() - mPaddingTop - mPaddingBottom in onDraw()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | RotateBitmap.java | 61 int cy = mBitmap.getHeight() / 2; in getRotateMatrix() 64 matrix.postTranslate(getWidth() / 2, getHeight() / 2); in getRotateMatrix() 73 public int getHeight() { in getHeight() method in RotateBitmap 77 return mBitmap.getHeight(); in getHeight() 83 return mBitmap.getHeight(); in getWidth()
|
D | ImageViewTouchBase.java | 198 mBitmapDisplayed.getBitmap().getHeight()); in center() 208 int viewHeight = getHeight(); in center() 214 deltaY = getHeight() - rect.bottom; in center() 264 float viewHeight = getHeight(); in getProperBaseMatrix() 267 float h = bitmap.getHeight(); in getProperBaseMatrix() 305 float fh = (float) mBitmapDisplayed.getHeight() / (float) mThisHeight; in maxZoom() 345 float cy = getHeight() / 2F; in zoomTo() 352 float cy = getHeight() / 2F; in zoomToPoint() 375 float cy = getHeight() / 2F; in zoomIn() 387 float cy = getHeight() / 2F; in zoomOut()
|
D | Util.java | 68 (float) b.getWidth() / 2, (float) b.getHeight() / 2); in rotate() 71 b, 0, 0, b.getWidth(), b.getHeight(), m, true); in rotate() 157 int deltaY = source.getHeight() - targetHeight; in transform() 175 deltaYHalf + Math.min(targetHeight, source.getHeight())); in transform() 190 float bitmapHeightF = source.getHeight(); in transform() 215 source.getWidth(), source.getHeight(), scaler, true); in transform() 225 int dy1 = Math.max(0, b1.getHeight() - targetHeight); in transform() 491 anim = new TranslateAnimation(0, 0, 0, -view.getHeight()); in slideOut() 494 anim = new TranslateAnimation(0, 0, 0, view.getHeight()); in slideOut() 515 anim = new TranslateAnimation(0, 0, -view.getHeight(), 0); in slideIn() [all …]
|
D | Switcher.java | 81 final int available = getHeight() - mPaddingTop - mPaddingBottom in onTouchEvent() 116 final int height = getHeight(); in trackTouchEvent() 138 final int available = getHeight() - mPaddingTop - mPaddingBottom in onDraw()
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
D | SmilRegionElementImpl.java | 107 int bbh = ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight(); in getTop() 158 public int getHeight() { in getHeight() method in SmilRegionElementImpl 162 ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight() : in getHeight() 169 int bbh = ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight(); in getHeight() 263 … value *= ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight(); in parseRegionLength() 280 + ", height=" + getHeight() in toString()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | FastBitmapDrawable.java | 57 return mBitmap.getHeight(); in getIntrinsicHeight() 67 return mBitmap.getHeight(); in getMinimumHeight()
|
D | DragView.java | 87 setMeasuredDimension(mBitmap.getWidth(), mBitmap.getHeight()); in onMeasure() 97 canvas.drawRect(0, 0, getWidth(), getHeight(), p); in onDraw()
|
/packages/apps/Launcher/src/com/android/launcher/ |
D | FastBitmapDrawable.java | 57 return mBitmap.getHeight(); in getIntrinsicHeight() 67 return mBitmap.getHeight(); in getMinimumHeight()
|
D | AllAppsGridView.java | 56 mTextureHeight = mTexture.getHeight(); in AllAppsGridView() 81 final int height = getHeight(); in draw()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | AgendaItemView.java | 48 canvas.drawRect(0, 0, 5, getHeight(), mPaint); in dispatchDraw() 53 canvas.drawRect(0, 0, getWidth(), getHeight(), mPaint); in dispatchDraw()
|
/packages/apps/Settings/src/com/android/settings/battery_history/ |
D | GraphableButton.java | 40 Log.i(TAG, "onDraw: w = " + getWidth() + ", h = " + getHeight()); in onDraw() 45 int ymax = getHeight() - getPaddingBottom(); in onDraw()
|
/packages/apps/Mms/src/com/android/mms/layout/ |
D | LayoutManager.java | 53 + ": " + mLayoutParams.getWidth() + "x" + mLayoutParams.getHeight()); in initLayoutParameters() 103 return mLayoutParams.getHeight(); in getLayoutHeight()
|
D | LayoutParameters.java | 39 int getHeight(); in getHeight() method
|
/packages/apps/Mms/tests/src/com/android/mms/util/ |
D | SmileyParserUnitTests.java | 77 int height1 = bitmap1.getHeight(); in compareImageSpans() 78 int height2 = bitmap2.getHeight(); in compareImageSpans()
|
/packages/apps/Mms/src/com/android/mms/model/ |
D | ImageModel.java | 86 mHeight = uriImage.getHeight(); in initModelFromUri() 99 mHeight = uriImage.getHeight(); in decodeImageBounds() 121 public int getHeight() { in getHeight() method in ImageModel
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | ViewInterface.java | 31 int getHeight(); in getHeight() method
|
/packages/apps/Calculator/src/com/android/calculator2/ |
D | ColorButton.java | 79 mTextY = (getHeight() - paint.ascent() - paint.descent()) / 2; in measureText() 92 canvas.drawRect(1, 1, getWidth() - 1, getHeight() - 1, mFeedbackPaint); in drawMagicFlame()
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
D | ElementLayout.java | 42 public int getHeight(); in getHeight() method
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
D | SoftKeyboardView.java | 185 .getWidth(), balloon.getHeight()); in showBalloon() 272 - mBalloonOnKey.getHeight(); in onKeyPress() 307 - mBalloonPopup.getHeight(); in onKeyPress() 430 canvas.drawRect(0, 0, getWidth(), getHeight(), mPaint); in onDraw()
|
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/ |
D | Tutorial.java | 128 pop.setHeight(ht + l.getHeight()); in chooseSize() 129 return l.getHeight(); in chooseSize() 138 if ((gravity & Gravity.BOTTOM) == Gravity.BOTTOM) offy -= window.getHeight(); in show()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | OpenWnn.java | 89 wm.getDefaultDisplay().getHeight()); in onCreateCandidatesView() 106 wm.getDefaultDisplay().getHeight()); in onCreateInputView()
|