Home
last modified time | relevance | path

Searched refs:convertRankToStagePosition (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DAppPairsControllerTest.kt130 AppPairsController.convertRankToStagePosition(left30), in shouldDecodeRankCorrectly()
141 AppPairsController.convertRankToStagePosition(left50), in shouldDecodeRankCorrectly()
152 AppPairsController.convertRankToStagePosition(left70), in shouldDecodeRankCorrectly()
163 AppPairsController.convertRankToStagePosition(right30), in shouldDecodeRankCorrectly()
174 AppPairsController.convertRankToStagePosition(right50), in shouldDecodeRankCorrectly()
185 AppPairsController.convertRankToStagePosition(right70), in shouldDecodeRankCorrectly()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAppPairsController.java262 AppPairsController.convertRankToStagePosition(app1.rank), in launchAppPair()
499 public static int convertRankToStagePosition(int rank) { in convertRankToStagePosition() method in AppPairsController