Home
last modified time | relevance | path

Searched defs:viewHeight (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DRenderEffectViewActivity.kt63 val viewHeight = dropsView.height.toFloat() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSingleShadeLockScreenOverScroller.kt56 val viewHeight = nsslController.height in overScroll() constant
DLightRevealScrim.kt300 internal var viewHeight: Int = initialHeight ?: 0 variable
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java249 final int viewHeight = v.getHeight(); in dragViewToBottom() local
269 final int viewHeight = v.getHeight(); in tapView() local
309 final int viewHeight = v.getHeight(); in touchAndCancelView() local
344 final int viewHeight = v.getHeight(); in clickView() local
405 final int viewHeight = v.getHeight(); in longClickView() local
492 final int viewHeight = v.getHeight(); in dragViewToTop() local
514 final int viewHeight = v.getHeight(); in getStartLocation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMirrorWindowControl.java171 private void updateDraggableBound(int viewWidth, int viewHeight) { in updateDraggableBound()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
DBouncerSwipeTouchHandler.java355 final float viewHeight = mTouchSession.getBounds().height(); in flingToExpansion() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1081 int viewHeight = mContentHeight; in calculateVisibleType() local
1089 private int getVisualTypeForHeight(float viewHeight) { in getVisualTypeForHeight()
/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/
DMainActivity.java646 private void configureTransform(int viewWidth, int viewHeight) { in configureTransform()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java720 int viewHeight = resolveMeasured(heightMeasureSpec, minimumHeight); in onMeasure() local
/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java401 int viewHeight = mCache.getMetaData().getLoadingTemplate(getContext()).defaultHeight; in getDefaultView() local