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

  /frameworks/volley/src/com/android/volley/toolbox/
ImageRequest.java 149 int actualHeight = decodeOptions.outHeight;
153 actualWidth, actualHeight);
155 actualHeight, actualWidth);
162 findBestSampleSize(actualWidth, actualHeight, desiredWidth, desiredHeight);
194 * @param actualHeight Actual height of the bitmap
200 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) {
202 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 53 public void setActualHeight(int actualHeight, boolean notifyListeners) {
54 super.setActualHeight(actualHeight, notifyListeners);
NotificationGuts.java 84 public void setActualHeight(int actualHeight) {
85 mActualHeight = actualHeight;
NotificationBackgroundView.java 106 public void setActualHeight(int actualHeight) {
107 mActualHeight = actualHeight;
ExpandableView.java 137 * @param actualHeight The height of this notification.
140 public void setActualHeight(int actualHeight, boolean notifyListeners) {
142 mActualHeight = actualHeight;
148 public void setActualHeight(int actualHeight) {
149 setActualHeight(actualHeight, true);
ActivatableNotificationView.java 507 public void setActualHeight(int actualHeight, boolean notifyListeners) {
508 super.setActualHeight(actualHeight, notifyListeners);
509 setPivotY(actualHeight / 2);
510 mBackgroundNormal.setActualHeight(actualHeight);
511 mBackgroundDimmed.setActualHeight(actualHeight);
639 final int actualHeight = getActualHeight();
641 bottom = actualHeight - heightFraction * mAnimationTranslationY * 0.1f
645 top = heightFraction * (actualHeight + mAnimationTranslationY) * 0.1f -
647 bottom = actualHeight * (1 - heightFraction) + top * heightFraction;
NotificationContentView.java 162 public void setActualHeight(int actualHeight) {
163 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 :
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java     [all...]
  /packages/apps/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...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]

Completed in 527 milliseconds