OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java
72
private static final int
MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU
= 26 << MSG_SHIFT;
283
mHandler.removeMessages(
MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU
);
284
mHandler.obtainMessage(
MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU
).sendToTarget();
502
case
MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU
:
/frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java
726
private static final int
MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU
= 17;
[
all
...]
Completed in 368 milliseconds