Searched refs:mStrictModeFlash (Results 1 – 2 of 2) sorted by relevance
818 if (mWmService.mStrictModeFlash != null) { in applySurfaceChangesTransaction()819 mWmService.mStrictModeFlash.positionSurface(defaultDw, defaultDh); in applySurfaceChangesTransaction()
563 StrictModeFlash mStrictModeFlash; field in WindowManagerService3524 if (mStrictModeFlash == null) { in showStrictModeViolation()3525 mStrictModeFlash = new StrictModeFlash( in showStrictModeViolation()3528 mStrictModeFlash.setVisibility(on); in showStrictModeViolation()