Searched refs:TYPE_BOOT_PROGRESS (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/input/
H A DInputWindow.h107 TYPE_BOOT_PROGRESS = FIRST_SYSTEM_WINDOW+21, enumerator in enum:android::InputWindowInfo::__anon1128
/frameworks/base/core/java/android/view/
H A DWindowManager.java217 @ViewDebug.IntToString(from = TYPE_BOOT_PROGRESS, to = "TYPE_BOOT_PROGRESS"),
476 public static final int TYPE_BOOT_PROGRESS = FIRST_SYSTEM_WINDOW+21; field in class:WindowManager.LayoutParams
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java142 import static android.view.WindowManager.LayoutParams.TYPE_BOOT_PROGRESS;
1250 case TYPE_BOOT_PROGRESS:
1411 case TYPE_BOOT_PROGRESS:
2792 || attrs.type == TYPE_BOOT_PROGRESS)
2799 } else if (attrs.type == TYPE_BOOT_PROGRESS
4222 WindowManager.LayoutParams.TYPE_BOOT_PROGRESS);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java32 import static android.view.WindowManager.LayoutParams.TYPE_BOOT_PROGRESS;
5599 if (w.mAttrs.type == TYPE_BOOT_PROGRESS) {
9018 if (attrs.type == TYPE_BOOT_PROGRESS) {

Completed in 2790 milliseconds