/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelBar.java | 144 final PanelViewController panel = mPanel; in onTouchEvent() local 145 if (panel == null) { in onTouchEvent() 151 boolean enabled = panel.isEnabled(); in onTouchEvent() 152 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel, in onTouchEvent() 158 panel, (int) event.getX(), (int) event.getY())); in onTouchEvent()
|
D | StatusBarNotificationPresenter.java | 133 NotificationPanelViewController panel, in StatusBarNotificationPresenter() argument 150 mNotificationPanel = panel; in StatusBarNotificationPresenter()
|
D | StatusBarNotificationActivityStarter.java | 165 NotificationPanelViewController panel, in StatusBarNotificationActivityStarter() 201 mNotificationPanel = panel; in StatusBarNotificationActivityStarter()
|
/frameworks/av/services/audioflinger/ |
D | PatchPanel.h | 113 void closeConnections(PatchPanel *panel) { in closeConnections() argument 115 panel->releaseAudioPatch(mHandle); in closeConnections() 123 panel->mAudioFlinger.closeThreadInternal_l(mThread); in closeConnections() 197 status_t createConnections(PatchPanel *panel); 198 void clearConnections(PatchPanel *panel);
|
D | PatchPanel.cpp | 460 status_t AudioFlinger::PatchPanel::Patch::createConnections(PatchPanel *panel) in createConnections() argument 463 status_t status = panel->createAudioPatch( in createConnections() 475 status = panel->createAudioPatch( in createConnections() 608 void AudioFlinger::PatchPanel::Patch::clearConnections(PatchPanel *panel) in clearConnections() argument 615 mRecord.closeConnections(panel); in clearConnections() 616 mPlayback.closeConnections(panel); in clearConnections()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | InsetsPolicyTest.java | 233 final WindowState panel = addWindow(TYPE_STATUS_BAR_SUB_PANEL, "panel"); in testControlsForDispatch_topAppHidesStatusBar() local 234 mDisplayContent.getInsetsPolicy().updateBarControlTarget(panel); in testControlsForDispatch_topAppHidesStatusBar() 239 mDisplayContent.getInsetsStateController().getControlsForDispatch(panel); in testControlsForDispatch_topAppHidesStatusBar() 248 mDisplayContent.getInsetsPolicy().updateBarControlTarget(panel); in testControlsForDispatch_topAppHidesStatusBar() 251 panelControls = mDisplayContent.getInsetsStateController().getControlsForDispatch(panel); in testControlsForDispatch_topAppHidesStatusBar() 258 mDisplayContent.getInsetsPolicy().updateBarControlTarget(panel); in testControlsForDispatch_topAppHidesStatusBar() 261 panelControls = mDisplayContent.getInsetsStateController().getControlsForDispatch(panel); in testControlsForDispatch_topAppHidesStatusBar()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | WatchListDecorLayout.java | 323 private void setScrolling(View panel, float translationY) { in setScrolling() argument 324 if (panel.getTranslationY() != translationY) { in setScrolling() 325 panel.setTranslationY(translationY); in setScrolling()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneWindow.java | 1174 final PanelFeatureState panel = panels[i]; in closeAllPanels() local 1175 if (panel != null) { in closeAllPanels() 1176 closePanel(panel, true); in closeAllPanels() 1265 final PanelFeatureState panel = panels[i]; in findMenuPanel() local 1266 if (panel != null && panel.menu == menu) { in findMenuPanel() 1267 return panel; in findMenuPanel() 1276 final PanelFeatureState panel = findMenuPanel(menu.getRootMenu()); in onMenuItemSelected() local 1277 if (panel != null) { in onMenuItemSelected() 1278 return cb.onMenuItemSelected(panel.featureId, item); in onMenuItemSelected() 2314 final PanelFeatureState panel = findMenuPanel(isSubMenu ? parentMenu : menu); in onCloseMenu() local [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | CommandQueueTest.java | 117 String panel = "some_panel"; in testExpandSettings() local 118 mCommandQueue.animateExpandSettingsPanel(panel); in testExpandSettings() 120 verify(mCallbacks).animateExpandSettingsPanel(eq(panel)); in testExpandSettings()
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugin_hooks.md | 11 Use: Allows the entire QS panel to be replaced with something else that is optionally expandable. 13 Notes: To not mess up the notification panel interaction, much of the QSContainer interface needs t…
|
D | media-controls.md | 45 * Holds references to the UI elements in the panel
|
D | qs-tiles.md | 11 …panel that contains shortcuts for the user to toggle many settings. This is opened by expanding th… 276 … * a callback is attached to the tile to communicate between the backend and the view or the panel.
|
D | plugins.md | 63 [Allow quick settings panel to be replaced with another view](/packages/SystemUI/plugin/src/com/and…
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | cec_key_handling.md | 25 For ATV TV panel devices, TV_POWER is an alias of POWER.
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 72 # when the notification panel is shown 75 # when the notification panel is hidden
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 845 // OPEN: QS Cellular tile > Cellular detail panel 894 // OPEN: QS User list panel 911 // OPEN: Notification in panel became visible. 1027 // OPEN: QS Do Not Disturb detail panel 1032 // OPEN: QS Bluetooth detail panel 1037 // OPEN: QS Cast detail panel 1042 // OPEN: QS Wi-Fi detail panel 1047 // ACTION: QS Wi-Fi detail panel > Wi-Fi toggle 1053 // ACTION: QS Bluetooth detail panel > Bluetooth toggle 1059 // ACTION: QS Cellular detail panel > Cellular toggle [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBarView.java | 388 public void setComponents(NotificationPanelViewController panel) { in setComponents() argument 389 mPanelView = panel; in setComponents()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthContainerView.java | 209 return parent.findViewById(R.id.panel); in getPanelView()
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 311 // Flag to enable or disable display panel low power mode (lpm) 312 // false -> Display panel power saving mode is disabled. 313 // true -> Display panel power saving mode is enabled.
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 288 # Return the native panel primary data. The data includes red, green,
|
/frameworks/proto_logging/stats/enums/app/ |
D | tvsettings_enums.proto | 34 * two panel settings should NOT be considered as focusing on the page.)
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1021 # If the tag value is set to YES, a side panel will be generated
|
/frameworks/native/docs/ |
D | Doxyfile | 1190 # If the tag value is set to YES, a side panel will be generated
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1351 # value is set to YES, a side panel will be generated containing a tree-like
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1418 # value is set to YES, a side panel will be generated containing a tree-like
|