Searched refs:isVerticalThinLetterboxed (Results 1 – 2 of 2) sorted by relevance
1580 assertFalse(mController.isVerticalThinLetterboxed()); in testIsVerticalThinLetterboxed()1589 assertFalse(mController.isVerticalThinLetterboxed()); in testIsVerticalThinLetterboxed()1595 assertTrue(mController.isVerticalThinLetterboxed()); in testIsVerticalThinLetterboxed()1599 assertTrue(mController.isVerticalThinLetterboxed()); in testIsVerticalThinLetterboxed()1603 assertFalse(mController.isVerticalThinLetterboxed()); in testIsVerticalThinLetterboxed()1641 doReturn(true).when(mController).isVerticalThinLetterboxed(); in testAllowReachabilityForThinLetterboxWithFlagEnabled()1646 doReturn(false).when(mController).isVerticalThinLetterboxed(); in testAllowReachabilityForThinLetterboxWithFlagEnabled()1656 doReturn(true).when(mController).isVerticalThinLetterboxed(); in testAllowReachabilityForThinLetterboxWithFlagDisabled()1661 doReturn(false).when(mController).isVerticalThinLetterboxed(); in testAllowReachabilityForThinLetterboxWithFlagDisabled()
1010 boolean isVerticalThinLetterboxed() { in isVerticalThinLetterboxed() method in LetterboxUiController1052 return !isVerticalThinLetterboxed(); in allowVerticalReachabilityForThinLetterbox()1620 pw.println(prefix + " isVerticalThinLetterboxed=" + isVerticalThinLetterboxed()); in dump()