OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNotificationMaxHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java
89
private int
mNotificationMaxHeight
;
152
mNotificationMaxHeight
= maxHeight;
168
int size = Math.min(maxSize,
mNotificationMaxHeight
);
[
all
...]
ExpandableNotificationRow.java
108
private int
mNotificationMaxHeight
;
450
layout.setHeights(minHeight, headsUpheight,
mNotificationMaxHeight
,
[
all
...]
Completed in 128 milliseconds