Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DCounterRotatorHelper.java66 CounterRotator crot = mRotatorMap.get(parent); in handleClosingChanges() local
67 if (crot == null) { in handleClosingChanges()
68 crot = new CounterRotator(); in handleClosingChanges()
69 crot.setup(startTransaction, info.getChange(parent).getLeash(), rotationDelta, in handleClosingChanges()
71 final SurfaceControl rotatorSc = crot.getSurface(); in handleClosingChanges()
79 mRotatorMap.put(parent, crot); in handleClosingChanges()
81 crot.addChild(startTransaction, change.getLeash()); in handleClosingChanges()