Home
last modified time | relevance | path

Searched defs:viewHeight (Results 1 – 14 of 14) 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.java1130 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/keyguard/ui/binder/
DKeyguardSmartspaceViewBinder.kt141 val viewHeight = view.height in <lambda>() constant
/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.kt431 val viewHeight = getBounds().height().toFloat() in <lambda>() constant
/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/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1262 int viewHeight = mContentHeight; in calculateVisibleType() local
1270 private int getVisualTypeForHeight(float viewHeight) { in getVisualTypeForHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/composefragment/viewmodel/
DQSFragmentComposeViewModel.kt396 private var viewHeight by mutableStateOf(0) in <lambda>() variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java531 int viewHeight = 1200; in setExpandFraction_fullyExpanded() local
/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java406 int viewHeight = mCache.getMetaData().getLoadingTemplate(getContext()).defaultHeight; in getDefaultView() local
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java789 int viewHeight = resolveMeasured(heightMeasureSpec, minimumHeight); in onMeasure() local