OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ownHeight
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java
86
int
ownHeight
= heightMode == MeasureSpec.EXACTLY
88
newHeightSpec = MeasureSpec.makeMeasureSpec(
ownHeight
, MeasureSpec.EXACTLY);
96
setMeasuredDimension(width,
ownHeight
);
NotificationContentView.java
214
int
ownHeight
= Math.min(maxChildHeight, maxSize);
215
setMeasuredDimension(width,
ownHeight
);
[
all
...]
/frameworks/base/core/java/android/view/
NotificationHeaderView.java
179
int
ownHeight
= getHeight() - getPaddingTop() - getPaddingBottom();
189
int top = (int) (getPaddingTop() + (
ownHeight
- childHeight) / 2.0f);
Completed in 312 milliseconds