Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1128 final PanelFeatureState[] panels = mPanels; in closeAllPanels() local
1129 final int N = panels != null ? panels.length : 0; in closeAllPanels()
1131 final PanelFeatureState panel = panels[i]; in closeAllPanels()
1219 final PanelFeatureState[] panels = mPanels; in findMenuPanel() local
1220 final int N = panels != null ? panels.length : 0; in findMenuPanel()
1222 final PanelFeatureState panel = panels[i]; in findMenuPanel()
2173 PanelFeatureState[] panels = mPanels;
2174 if (panels == null) {
2178 for (int curFeatureId = panels.length - 1; curFeatureId >= 0; curFeatureId--) {
2179 if (panels[curFeatureId] != null) {
[all …]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV9.java1566 final PanelFeatureState[] panels = mPanels;
1567 final int N = panels != null ? panels.length : 0;
1569 final PanelFeatureState panel = panels[i];