Home
last modified time | relevance | path

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

/frameworks/base/tests/graphics/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.kt361 internal var viewHeight: Int = initialHeight ?: 0 variable
DKeyboardShortcutListSearch.java1139 int viewHeight = shortcutKeyIconView.getHeight(); in populateKeyboardShortcutSearchList() local
/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/ambient/touch/
DBouncerSwipeTouchHandler.java370 final float viewHeight = mTouchSession.getBounds().height(); in flingToExpansion() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1197 int viewHeight = mContentHeight; in calculateVisibleType() local
1205 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/android/widget/
DRemoteViewsAdapter.java401 int viewHeight = mCache.getMetaData().getLoadingTemplate(getContext()).defaultHeight; in getDefaultView() local
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java767 int viewHeight = resolveMeasured(heightMeasureSpec, minimumHeight); in onMeasure() local