Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOrientationTouchTransformer.java94 private int mQuickStepStartingRotation = QUICKSTEP_ROTATION_UNINITIALIZED; field in OrientationTouchTransformer
152 if (mQuickStepStartingRotation > QUICKSTEP_ROTATION_UNINITIALIZED in createOrAddTouchRegion()
153 && mCachedDisplayInfo.rotation == mQuickStepStartingRotation) { in createOrAddTouchRegion()
181 mQuickStepStartingRotation = info.rotation; in enableMultipleRegions()
184 mQuickStepStartingRotation = QUICKSTEP_ROTATION_UNINITIALIZED; in enableMultipleRegions()
316 return mQuickStepStartingRotation; in getQuickStepStartingRotation()
384 mQuickStepStartingRotation = mLastRectTouched.getRotation(); in transform()