OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_VOLUME_OVERLAY
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessDialog.java
70
window.setType(WindowManager.LayoutParams.
TYPE_VOLUME_OVERLAY
);
/frameworks/base/services/input/
InputWindow.h
106
TYPE_VOLUME_OVERLAY
= FIRST_SYSTEM_WINDOW+20,
/frameworks/base/core/java/android/view/
WindowManager.java
216
@ViewDebug.IntToString(from =
TYPE_VOLUME_OVERLAY
, to = "
TYPE_VOLUME_OVERLAY
"),
469
public static final int
TYPE_VOLUME_OVERLAY
= FIRST_SYSTEM_WINDOW+20;
[
all
...]
VolumePanel.java
311
lp.type = LayoutParams.
TYPE_VOLUME_OVERLAY
;
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
DisplayMagnifier.java
190
case WindowManager.LayoutParams.
TYPE_VOLUME_OVERLAY
:
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java
[
all
...]
Completed in 1169 milliseconds