Home
last modified time | relevance | path

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

/aosp14/frameworks/base/test-runner/src/android/test/
H A 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
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DRenderEffectViewActivity.kt63 val viewHeight = dropsView.height.toFloat() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSingleShadeLockScreenOverScroller.kt56 val viewHeight = nsslController.height regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMirrorWindowControl.java171 private void updateDraggableBound(int viewWidth, int viewHeight) { in updateDraggableBound()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
H A DBouncerSwipeTouchHandler.java369 final float viewHeight = mTouchSession.getBounds().height(); in flingToExpansion() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1100 int viewHeight = mContentHeight; in calculateVisibleType() local
1108 private int getVisualTypeForHeight(float viewHeight) { in getVisualTypeForHeight()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java720 int viewHeight = resolveMeasured(heightMeasureSpec, minimumHeight); in onMeasure() local
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java401 int viewHeight = mCache.getMetaData().getLoadingTemplate(getContext()).defaultHeight; in getDefaultView() local