Searched refs:canSpecifyOrientation (Results 1 – 5 of 5) sorted by relevance
431 assertThat(firstTaskDisplayArea.canSpecifyOrientation(testOrientation)).isTrue(); in testIsLastFocused()437 assertThat(firstTaskDisplayArea.canSpecifyOrientation(testOrientation)).isTrue(); in testIsLastFocused()443 assertThat(firstTaskDisplayArea.canSpecifyOrientation(testOrientation)).isFalse(); in testIsLastFocused()444 assertThat(secondTaskDisplayArea.canSpecifyOrientation(testOrientation)).isTrue(); in testIsLastFocused()472 assertThat(firstTaskDisplayArea.canSpecifyOrientation(testOrientation)).isFalse(); in testCanSpecifyOrientation()480 assertThat(firstTaskDisplayArea.canSpecifyOrientation(testOrientation)).isFalse(); in testCanSpecifyOrientation()481 assertThat(secondTaskDisplayArea.canSpecifyOrientation(testOrientation)).isTrue(); in testCanSpecifyOrientation()507 assertThat(firstTaskDisplayArea.canSpecifyOrientation(testOrientation)).isTrue(); in testCanSpecifyOrientationNoSensor()512 assertThat(firstTaskDisplayArea.canSpecifyOrientation(testOrientation)).isFalse(); in testCanSpecifyOrientationNoSensor()513 assertThat(secondTaskDisplayArea.canSpecifyOrientation(testOrientation)).isTrue(); in testCanSpecifyOrientationNoSensor()[all …]
644 if (!canSpecifyOrientation(orientation)) {1878 boolean canSpecifyOrientation(@ScreenOrientation int orientation) {
1847 if (canSpecifyOrientation()) { in getOrientation()1862 boolean canSpecifyOrientation() { in canSpecifyOrientation() method in TaskFragment
2708 return canSpecifyOrientation() && getDisplayArea().canSpecifyOrientation(orientation); in handlesOrientationChangeFromDescendant()
11507 HSPLcom/android/server/wm/TaskDisplayArea;->canSpecifyOrientation(I)Z11535 HSPLcom/android/server/wm/TaskFragment;->canSpecifyOrientation()Z+]Lcom/android/server/wm/TaskFragm…