Home
last modified time | relevance | path

Searched refs:panels (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1044 final PanelFeatureState[] panels = mPanels; in closeAllPanels() local
1045 final int N = panels != null ? panels.length : 0; in closeAllPanels()
1047 final PanelFeatureState panel = panels[i]; in closeAllPanels()
1135 final PanelFeatureState[] panels = mPanels; in findMenuPanel() local
1136 final int N = panels != null ? panels.length : 0; in findMenuPanel()
1138 final PanelFeatureState panel = panels[i]; in findMenuPanel()
2078 PanelFeatureState[] panels = mPanels;
2079 if (panels == null) {
2083 for (int curFeatureId = panels.length - 1; curFeatureId >= 0; curFeatureId--) {
2084 if (panels[curFeatureId] != null) {
[all …]
/frameworks/base/docs/html/design/patterns/
Dwidgets.jd13 … the user's home screen. Users can move widgets across their home screen panels, and, if supported…
62 … gesture is already taken on the home screen for the purpose of navigating between home panels.</p>
94 <li>They can better influence the layout of widgets and shortcuts on their home panels.</li>
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV7.java1443 final PanelFeatureState[] panels = mPanels; in findMenuPanel() local
1444 final int N = panels != null ? panels.length : 0; in findMenuPanel()
1446 final PanelFeatureState panel = panels[i]; in findMenuPanel()
/frameworks/base/docs/html/design/handhelds/
Dindex.jd30 different home screen panels by swiping left and right.</p>
/frameworks/base/docs/html/tools/performance/traceview/
Dindex.jd196 <li>Traceview has two panels: <b>Timeline</b> pane and <b>Profile</b> pane, which
/frameworks/base/docs/html/about/versions/
Dandroid-2.2-highlights.jd83 panels.</p>
Djelly-bean.jd735 panels and their widgets.</p>
/frameworks/base/docs/html/tools/debugging/
Ddebugging-tracing.jd41 you can load the log files in Traceview, which displays the log data in two panels:</p>
/frameworks/base/docs/html/distribute/essentials/quality/
Dtablets.jd196 <li>Plan how you want the panels of your compound views to reorganize when
212 subclass, consider implementing individual content panels as {@link
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd118 functionality across all applications. All menus are panels that "float"