Searched defs:mStrictModeFlash (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java458 StrictModeFlash mStrictModeFlash; field in class:WindowManagerService
6013 if (mStrictModeFlash == null) {
6014 mStrictModeFlash = new StrictModeFlash(
6017 mStrictModeFlash.setVisibility(on);
9649 if (mStrictModeFlash != null) {
9650 mStrictModeFlash.positionSurface(defaultDw, defaultDh);

Completed in 81 milliseconds