OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mActualHeight
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationBackgroundView.java
35
private int
mActualHeight
;
47
if (drawable != null &&
mActualHeight
> mClipTopAmount) {
48
drawable.setBounds(0, mClipTopAmount, getWidth(),
mActualHeight
);
110
mActualHeight
= actualHeight;
115
return
mActualHeight
;
ExpandableView.java
37
private int
mActualHeight
;
108
float bottom =
mActualHeight
;
121
mActualHeight
= actualHeight;
138
return
mActualHeight
;
NotificationGuts.java
63
private int
mActualHeight
;
138
drawable.setBounds(0, mClipTopAmount, getWidth(),
mActualHeight
);
413
mActualHeight
= actualHeight;
418
return
mActualHeight
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java
71
private int
mActualHeight
;
480
childState.alpha = (
mActualHeight
- childState.yTranslation) / childState.height;
741
mActualHeight
= actualHeight;
[
all
...]
Completed in 559 milliseconds