HomeSort by relevance Sort by last modified time
    Searched defs:actualHeight (Results 1 - 20 of 20) sorted by null

  /cts/tests/tests/view/src/android/view/animation/cts/
TranslateAnimationTest.java 170 final int actualHeight = parentHeight;
190 assertEquals(RELATIVE_FROM_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA);
197 assertEquals(((RELATIVE_TO_Y_DELTA + RELATIVE_FROM_Y_DELTA) / 2) * actualHeight,
204 assertEquals(RELATIVE_TO_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA);
  /external/volley/src/main/java/com/android/volley/toolbox/
ImageRequest.java 186 int actualHeight = decodeOptions.outHeight;
190 actualWidth, actualHeight, mScaleType);
192 actualHeight, actualWidth, mScaleType);
199 findBestSampleSize(actualWidth, actualHeight, desiredWidth, desiredHeight);
245 * @param actualHeight Actual height of the bitmap
251 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) {
253 double hr = (double) actualHeight / desiredHeight;
  /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 :
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 96 int actualHeight = mMockSurfaceView.getHeightInOnMeasure();
98 assertEquals(expectedHeight, actualHeight);
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
SaveUi.java 382 final int actualHeight = serviceIcon.getMinimumHeight();
384 if (actualWidth <= maxWidth && actualHeight <= maxHeight) {
387 + "(" + actualWidth + "x" + actualHeight + ") as it's less than maximum "
393 + "(" + actualWidth + "x" + actualHeight + ") because maximum is "
  /frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
TextClassification.java 328 final int actualHeight = Math.max(1, drawable.getIntrinsicHeight());
330 final double scaleHeight = ((double) maxDims) / actualHeight;
333 final int height = (int) (actualHeight * scale);
336 if (actualWidth != width || actualHeight != height) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 385 int actualHeight = changingView.getActualHeight();
407 - (ownPosition + actualHeight / 2.0f)) * 2 /
408 actualHeight);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 744 public void setActualHeight(int actualHeight, boolean notifyListeners) {
745 super.setActualHeight(actualHeight, notifyListeners);
746 setPivotY(actualHeight / 2);
747 mBackgroundNormal.setActualHeight(actualHeight);
748 mBackgroundDimmed.setActualHeight(actualHeight);
    [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...]
  /packages/apps/Settings/src/com/android/settings/
Utils.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java     [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...]
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar 
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 456 milliseconds