OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newHeightSpec
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java
60
int
newHeightSpec
= MeasureSpec.makeMeasureSpec(ownMaxHeight, MeasureSpec.AT_MOST);
68
int childHeightSpec =
newHeightSpec
;
88
newHeightSpec
= MeasureSpec.makeMeasureSpec(ownHeight, MeasureSpec.EXACTLY);
92
newHeightSpec
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java
145
int
newHeightSpec
= MeasureSpec.makeMeasureSpec(ownMaxHeight, MeasureSpec.AT_MOST);
149
newHeightSpec
);
164
child.measure(widthMeasureSpec,
newHeightSpec
);
[
all
...]
Completed in 688 milliseconds