/frameworks/volley/src/main/java/com/android/volley/toolbox/ |
ImageRequest.java | 182 int actualHeight = decodeOptions.outHeight; 186 actualWidth, actualHeight, mScaleType); 188 actualHeight, actualWidth, mScaleType); 195 findBestSampleSize(actualWidth, actualHeight, desiredWidth, desiredHeight); 227 * @param actualHeight Actual height of the bitmap 233 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) { 235 double hr = (double) actualHeight / desiredHeight;
|
/hardware/ti/omap4-aah/libI420colorconvert/ |
ColorConvert.cpp | 93 int actualWidth, int actualHeight, 98 *encoderHeight = actualHeight; 102 encoderRect->bottom = actualHeight - 1; 103 *encoderBufferSize = (actualWidth * actualHeight * 3 / 2);
|
/hardware/ti/omap4xxx/libI420colorconvert/ |
ColorConvert.cpp | 93 int actualWidth, int actualHeight, 98 *encoderHeight = actualHeight; 102 encoderRect->bottom = actualHeight - 1; 103 *encoderBufferSize = (actualWidth * actualHeight * 3 / 2);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
ExpandableOutlineView.java | 58 public void setActualHeight(int actualHeight, boolean notifyListeners) { 59 super.setActualHeight(actualHeight, notifyListeners);
|
NotificationBackgroundView.java | 109 public void setActualHeight(int actualHeight) { 110 mActualHeight = actualHeight;
|
ExpandableView.java | 117 * @param actualHeight The height of this notification. 120 public void setActualHeight(int actualHeight, boolean notifyListeners) { 121 mActualHeight = actualHeight; 128 public void setActualHeight(int actualHeight) { 129 setActualHeight(actualHeight, true /* notifyListeners */);
|
ActivatableNotificationView.java | 658 public void setActualHeight(int actualHeight, boolean notifyListeners) { 659 super.setActualHeight(actualHeight, notifyListeners); 660 setPivotY(actualHeight / 2); 661 mBackgroundNormal.setActualHeight(actualHeight); 662 mBackgroundDimmed.setActualHeight(actualHeight); 802 final int actualHeight = getActualHeight(); 804 bottom = actualHeight - heightFraction * mAnimationTranslationY * 0.1f 808 top = heightFraction * (actualHeight + mAnimationTranslationY) * 0.1f - 810 bottom = actualHeight * (1 - heightFraction) + top * heightFraction; [all...] |
NotificationGuts.java | 412 public void setActualHeight(int actualHeight) { 413 mActualHeight = actualHeight;
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
TranslateAnimationTest.java | 153 final int actualHeight = parentHeight; 172 assertEquals(RELATIVE_FROM_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA); 179 assertEquals(((RELATIVE_TO_Y_DELTA + RELATIVE_FROM_Y_DELTA) / 2) * actualHeight, 186 assertEquals(RELATIVE_TO_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA);
|
/cts/tests/tests/view/src/android/view/cts/ |
SurfaceViewTest.java | 86 int actualHeight = mMockSurfaceView.getHeightInOnMeasure(); 88 assertEquals(expectedHeight, actualHeight);
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/ |
NotificationStudioActivity.java | 112 float actualHeight = dm.heightPixels / dm.ydpi; 113 float pct = actualHeight < 3.5 ? .32f : 114 actualHeight < 4 ? .35f :
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
bootstrap.js | 989 , actualHeight 1015 actualHeight = $tip[0].offsetHeight 1022 tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2} 1025 tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth} 1028 tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width} [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
StackStateAnimator.java | [all...] |
NotificationChildrenContainer.java | 737 public void setActualHeight(int actualHeight) { 741 mActualHeight = actualHeight; [all...] |
/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
GlowPadView.java | [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardBuilder.java | [all...] |
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_utils.cpp | 477 float actualHeight = fbHeight; 497 swapWidthHeight(actualWidth, actualHeight); 499 (int)actualHeight, rect); 506 yRatio = (float)(inPos.y/actualHeight); 508 hRatio = (float)(inPos.h/actualHeight); [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_utils.cpp | 464 float actualHeight = fbHeight; 484 swapWidthHeight(actualWidth, actualHeight); 486 (int)actualHeight, rect); 493 yRatio = (float)((float)inPos.y/actualHeight); 495 hRatio = (float)((float)inPos.h/actualHeight); [all...] |
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_utils.cpp | 692 float actualHeight = fbHeight; 712 swapWidthHeight(actualWidth, actualHeight); 714 (int)actualWidth, (int)actualHeight, rect); 721 yRatio = (float)((float)inPos.y/actualHeight); 723 hRatio = (float)((float)inPos.h/actualHeight); [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_utils.cpp | 625 float actualHeight = fbHeight; 645 swapWidthHeight(actualWidth, actualHeight); 647 (int)actualWidth, (int)actualHeight, rect); 654 yRatio = (float)((float)inPos.y/actualHeight); 656 hRatio = (float)((float)inPos.h/actualHeight); [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
CellLayout.java | [all...] |