OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHeadsUpHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java
149
private int
mHeadsUpHeight
;
698
return Math.max(getMaxExpandHeight(),
mHeadsUpHeight
);
700
return Math.max(getCollapsedHeight(),
mHeadsUpHeight
);
702
return
mHeadsUpHeight
;
[
all
...]
NotificationContentView.java
88
private int
mHeadsUpHeight
;
151
mHeadsUpHeight
= headsUpMaxHeight;
218
int size = Math.min(maxSize,
mHeadsUpHeight
);
[
all
...]
Completed in 50 milliseconds