Searched refs:FLAG_ALLOW_LOCK_WHILE_SCREEN_ON (Results 1 – 4 of 4) sorted by relevance
47 protected static final int FLAG_ALLOW_LOCK_WHILE_SCREEN_ON = 16; field in ActivityState157 if (0 != (mFlags & FLAG_ALLOW_LOCK_WHILE_SCREEN_ON)) { in setScreenFlags()158 params.flags |= WindowManager.LayoutParams.FLAG_ALLOW_LOCK_WHILE_SCREEN_ON; in setScreenFlags()160 params.flags &= ~WindowManager.LayoutParams.FLAG_ALLOW_LOCK_WHILE_SCREEN_ON; in setScreenFlags()
75 | WindowManager.LayoutParams.FLAG_ALLOW_LOCK_WHILE_SCREEN_ON); in onCreate()
52 | WindowManager.LayoutParams.FLAG_ALLOW_LOCK_WHILE_SCREEN_ON
174 | WindowManager.LayoutParams.FLAG_ALLOW_LOCK_WHILE_SCREEN_ON); in onCreate()