OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mPanels
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java
41
ArrayList<PanelView>
mPanels
= new ArrayList<PanelView>();
63
mPanels
.add(pv);
88
final int N =
mPanels
.size();
89
return
mPanels
.get((int)(N * touch.getX() / getMeasuredWidth()));
141
for (PanelView pv :
mPanels
) {
153
for (PanelView pv :
mPanels
) {
175
mPanelExpandedFractionSum /=
mPanels
.size();
190
for (PanelView pv :
mPanels
) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java
167
private PanelFeatureState[]
mPanels
;
905
final PanelFeatureState[] panels =
mPanels
;
[
all
...]
/prebuilts/devtools/tools/lib/
ddms.jar
Completed in 39 milliseconds