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
155 pw.print(prefix); pw.print("mCustomBlackFrame="); pw.println(mCustomBlackFrame); in printTo()
156 if (mCustomBlackFrame != null) { in printTo()
157 mCustomBlackFrame.printTo(prefix + " ", pw); in printTo()
545 if (USE_CUSTOM_BLACK_FRAME && mCustomBlackFrame == null) { in startAnimation()
563 mCustomBlackFrame = new BlackFrame(session, outer, inner, in startAnimation()
565 mCustomBlackFrame.setMatrix(mFrameInitialMatrix); in startAnimation()
672 if (mCustomBlackFrame != null) { in kill()
673 mCustomBlackFrame.kill(); in kill()
674 mCustomBlackFrame = null; in kill()
[all …]