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