Searched defs:startingHeight (Results 1 – 4 of 4) sorted by relevance
536 val startingHeight = 50 in getPaddingForLaunchAnimation_onLongClickedState_paddingForLaunchAnimationIsConfigured() constant562 val startingHeight = 50 in getPaddingForLaunchAnimation_notInLongClickState_paddingForLaunchAnimationIsEmpty() constant
923 val startingHeight = initialLongPressProperties?.height?.toInt() ?: 0 in <lambda>() constant961 val startingHeight = initialLongPressProperties?.height?.toInt() ?: 0 in <lambda>() constant
841 final int startingHeight = (int) (windowBounds.height() * 0.8); in windowWidthIsNotMax_performA11yActionIncreaseWidth_windowWidthIncreased() local883 final int startingHeight = (int) (windowBounds.height() * 0.8); in windowHeightIsNotMax_performA11yActionIncreaseHeight_windowHeightIncreased() local925 final int startingHeight = windowBounds.height(); in windowWidthIsMax_noIncreaseWindowWidthA11yAction() local948 final int startingHeight = windowBounds.height(); in windowHeightIsMax_noIncreaseWindowHeightA11yAction() local
246 public static boolean isExceedingHeightConstraint(int repositionedHeight, int startingHeight, in isExceedingHeightConstraint()