Searched refs:mCustomBlackFrame (Results 1 – 1 of 1) sorted by relevance
66 BlackFrame mCustomBlackFrame; field in ScreenRotationAnimation155 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 …]