Home
last modified time | relevance | path

Searched defs:FLAG_ALLOW_LOCK_WHILE_SCREEN_ON (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputWindow.h39 FLAG_ALLOW_LOCK_WHILE_SCREEN_ON = 0x00000001, enumerator
/frameworks/base/core/java/android/view/
DWindowManager.java595 public static final int FLAG_ALLOW_LOCK_WHILE_SCREEN_ON = 0x00000001; field in WindowManager.LayoutParams