Searched refs:isHorizontalThinLetterboxed (Results 1 – 2 of 2) sorted by relevance
1611 assertFalse(mController.isHorizontalThinLetterboxed()); in testIsHorizontalThinLetterboxed()1620 assertFalse(mController.isHorizontalThinLetterboxed()); in testIsHorizontalThinLetterboxed()1626 assertTrue(mController.isHorizontalThinLetterboxed()); in testIsHorizontalThinLetterboxed()1630 assertTrue(mController.isHorizontalThinLetterboxed()); in testIsHorizontalThinLetterboxed()1634 assertFalse(mController.isHorizontalThinLetterboxed()); in testIsHorizontalThinLetterboxed()1643 doReturn(true).when(mController).isHorizontalThinLetterboxed(); in testAllowReachabilityForThinLetterboxWithFlagEnabled()1648 doReturn(false).when(mController).isHorizontalThinLetterboxed(); in testAllowReachabilityForThinLetterboxWithFlagEnabled()1658 doReturn(true).when(mController).isHorizontalThinLetterboxed(); in testAllowReachabilityForThinLetterboxWithFlagDisabled()1663 doReturn(false).when(mController).isHorizontalThinLetterboxed(); in testAllowReachabilityForThinLetterboxWithFlagDisabled()
1027 boolean isHorizontalThinLetterboxed() { in isHorizontalThinLetterboxed() method in LetterboxUiController1065 return !isHorizontalThinLetterboxed(); in allowHorizontalReachabilityForThinLetterbox()1621 pw.println(prefix + " isHorizontalThinLetterboxed=" + isHorizontalThinLetterboxed()); in dump()