Home
last modified time | relevance | path

Searched defs:startingHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSTileViewImplTest.kt536 val startingHeight = 50 in getPaddingForLaunchAnimation_onLongClickedState_paddingForLaunchAnimationIsConfigured() constant
562 val startingHeight = 50 in getPaddingForLaunchAnimation_notInLongClickState_paddingForLaunchAnimationIsEmpty() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt923 val startingHeight = initialLongPressProperties?.height?.toInt() ?: 0 in <lambda>() constant
961 val startingHeight = initialLongPressProperties?.height?.toInt() ?: 0 in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DWindowMagnificationControllerTest.java841 final int startingHeight = (int) (windowBounds.height() * 0.8); in windowWidthIsNotMax_performA11yActionIncreaseWidth_windowWidthIncreased() local
883 final int startingHeight = (int) (windowBounds.height() * 0.8); in windowHeightIsNotMax_performA11yActionIncreaseHeight_windowHeightIncreased() local
925 final int startingHeight = windowBounds.height(); in windowWidthIsMax_noIncreaseWindowWidthA11yAction() local
948 final int startingHeight = windowBounds.height(); in windowHeightIsMax_noIncreaseWindowHeightA11yAction() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragPositioningCallbackUtility.java246 public static boolean isExceedingHeightConstraint(int repositionedHeight, int startingHeight, in isExceedingHeightConstraint()