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.java50 BlackFrame mCustomBlackFrame; field in ScreenRotationAnimation
139 pw.print(prefix); pw.print("mCustomBlackFrame="); pw.println(mCustomBlackFrame); in printTo()
140 if (mCustomBlackFrame != null) { in printTo()
141 mCustomBlackFrame.printTo(prefix + " ", pw); in printTo()
530 if (USE_CUSTOM_BLACK_FRAME && mCustomBlackFrame == null) { in startAnimation()
548 mCustomBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER + 3, in startAnimation()
550 mCustomBlackFrame.setMatrix(mFrameInitialMatrix); in startAnimation()
657 if (mCustomBlackFrame != null) { in kill()
658 mCustomBlackFrame.kill(); in kill()
659 mCustomBlackFrame = null; in kill()
[all …]