Searched refs:topActivityLetterboxHeight (Results 1 – 10 of 10) sorted by relevance
97 public int topActivityLetterboxHeight; field in AppCompatTaskInfo149 return topActivityLetterboxWidth < topActivityLetterboxHeight; in isTopActivityPillarboxed()165 && topActivityLetterboxHeight == that.topActivityLetterboxHeight in equalsForTaskOrganizer()191 && topActivityLetterboxHeight == that.topActivityLetterboxHeight in equalsForCompatUi()211 topActivityLetterboxHeight = source.readInt(); in readFromParcel()232 dest.writeInt(topActivityLetterboxHeight); in writeToParcel()253 + " topActivityLetterboxHeight=" + topActivityLetterboxHeight in toString()
78 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight in calculateInitialBounds()143 val appLetterboxHeight = taskInfo.appCompatTaskInfo.topActivityLetterboxHeight in calculateAspectRatio()
170 mTaskInfo.appCompatTaskInfo.topActivityLetterboxHeight = TASK_HEIGHT; in testCreateSizeCompatButton()343 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = TASK_HEIGHT; in testUpdateCompatInfoLayoutNotInflatedYet()518 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = TASK_HEIGHT; in testShouldShowSizeCompatRestartButton()542 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = 1900; in testShouldShowSizeCompatRestartButton()555 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = 1000; in createTaskInfo()
278 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = stableHeight; in testEligibleButtonHiddenIfLetterboxBoundsEqualToStableBounds()286 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = stableHeight - 100; in testEligibleButtonHiddenIfLetterboxBoundsEqualToStableBounds()303 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = stableBounds.height(); in testUserFullscreenOverrideEnabled_buttonAlwaysShown()
227 taskInfo.appCompatTaskInfo.topActivityLetterboxHeight = 1000; in createTaskInfo()
98 mTopActivityLetterboxHeight = appCompatTaskInfo.topActivityLetterboxHeight; in ReachabilityEduWindowManager()155 mTopActivityLetterboxHeight = appCompatTaskInfo.topActivityLetterboxHeight; in updateCompatInfo()
236 final int letterboxHeight = taskInfo.topActivityLetterboxHeight; in shouldShowUserAspectRatioSettingsButton()
237 final int letterboxHeight = taskInfo.appCompatTaskInfo.topActivityLetterboxHeight; in shouldShowSizeCompatRestartButton()
1653 appCompatTaskInfo.topActivityLetterboxHeight = 1600 in <lambda>()1659 appCompatTaskInfo.topActivityLetterboxHeight = 1200 in <lambda>()
3478 appCompatTaskInfo.topActivityLetterboxHeight = TaskInfo.PROPERTY_VALUE_UNSET;3487 appCompatTaskInfo.topActivityLetterboxHeight = top.getBounds().height();