Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java66 BlackFrame mCustomBlackFrame; field in ScreenRotationAnimation
157 pw.print(prefix); pw.print("mCustomBlackFrame="); pw.println(mCustomBlackFrame); in printTo()
158 if (mCustomBlackFrame != null) { in printTo()
159 mCustomBlackFrame.printTo(prefix + " ", pw); in printTo()
548 if (USE_CUSTOM_BLACK_FRAME && mCustomBlackFrame == null) { in startAnimation()
566 mCustomBlackFrame = new BlackFrame(session, outer, inner, in startAnimation()
568 mCustomBlackFrame.setMatrix(mFrameInitialMatrix); in startAnimation()
675 if (mCustomBlackFrame != null) { in kill()
676 mCustomBlackFrame.kill(); in kill()
677 mCustomBlackFrame = null; in kill()
[all …]