Searched refs:mStrictModeFlash (Results 1 – 2 of 2) sorted by relevance
818 if (mService.mStrictModeFlash != null) { in applySurfaceChangesTransaction()819 mService.mStrictModeFlash.positionSurface(defaultDw, defaultDh); in applySurfaceChangesTransaction()
509 StrictModeFlash mStrictModeFlash; field in WindowManagerService3678 if (mStrictModeFlash == null) { in showStrictModeViolation()3679 mStrictModeFlash = new StrictModeFlash( in showStrictModeViolation()3682 mStrictModeFlash.setVisibility(on); in showStrictModeViolation()