Searched refs:crot (Results 1 – 1 of 1) sorted by relevance
66 CounterRotator crot = mRotatorMap.get(parent); in handleClosingChanges() local67 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()