Searched defs:mClientWindowLayoutFlags (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java341 int mClientWindowLayoutFlags; field in class:ViewRootImpl
649 if (DEBUG_KEEP_SCREEN_ON && (mClientWindowLayoutFlags
655 mClientWindowLayoutFlags = attrs.flags;
991 if (DEBUG_KEEP_SCREEN_ON && (mClientWindowLayoutFlags
998 mClientWindowLayoutFlags = attrs.flags;
1403 | (mClientWindowLayoutFlags&WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);

Completed in 111 milliseconds