Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitSelectStateController.java186 int complimentStagePosition = position.mStagePosition ^ 1; in getComplimentaryStageAndPosition() local
187 return new Pair<>(complimentStageType, complimentStagePosition); in getComplimentaryStageAndPosition()