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.java67 BlackFrame mCustomBlackFrame; field in ScreenRotationAnimation
158 pw.print(prefix); pw.print("mCustomBlackFrame="); pw.println(mCustomBlackFrame); in printTo()
159 if (mCustomBlackFrame != null) { in printTo()
160 mCustomBlackFrame.printTo(prefix + " ", pw); in printTo()
537 if (USE_CUSTOM_BLACK_FRAME && mCustomBlackFrame == null) { in startAnimation()
550 mCustomBlackFrame = new BlackFrame(t, outer, inner, in startAnimation()
552 mCustomBlackFrame.setMatrix(t, mFrameInitialMatrix); in startAnimation()
635 if (mCustomBlackFrame != null) { in kill()
636 mCustomBlackFrame.kill(); in kill()
637 mCustomBlackFrame = null; in kill()
[all …]