Searched defs:startingWidth (Results 1 – 4 of 4) sorted by relevance
535 val startingWidth = 100 in getPaddingForLaunchAnimation_onLongClickedState_paddingForLaunchAnimationIsConfigured() constant561 val startingWidth = 100 in getPaddingForLaunchAnimation_notInLongClickState_paddingForLaunchAnimationIsEmpty() constant
924 val startingWidth = initialLongPressProperties?.width?.toInt() ?: 0 in <lambda>() constant962 val startingWidth = initialLongPressProperties?.width?.toInt() ?: 0 in <lambda>() constant
840 final int startingWidth = (int) (windowBounds.width() * 0.8); in windowWidthIsNotMax_performA11yActionIncreaseWidth_windowWidthIncreased() local882 final int startingWidth = (int) (windowBounds.width() * 0.8); in windowHeightIsNotMax_performA11yActionIncreaseHeight_windowHeightIncreased() local924 final int startingWidth = windowBounds.width(); in windowWidthIsMax_noIncreaseWindowWidthA11yAction() local947 final int startingWidth = windowBounds.width(); in windowHeightIsMax_noIncreaseWindowHeightA11yAction() local
221 public static boolean isExceedingWidthConstraint(int repositionedWidth, int startingWidth, in isExceedingWidthConstraint()