OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mClipBottomAmount
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationBackgroundView.java
37
private int
mClipBottomAmount
;
50
int bottom = mActualHeight -
mClipBottomAmount
;
130
mClipBottomAmount
= clipBottomAmount;
NotificationGuts.java
70
private int
mClipBottomAmount
;
176
int bottom = mActualHeight -
mClipBottomAmount
;
283
mClipBottomAmount
= clipBottomAmount;
ExpandableView.java
41
protected int
mClipBottomAmount
;
248
mClipBottomAmount
= clipBottomAmount;
257
return
mClipBottomAmount
;
370
-
mClipBottomAmount
, top));
NotificationContentView.java
134
private int
mClipBottomAmount
;
699
mClipBottomAmount
= clipBottomAmount;
712
int bottom = (int) (mContentHeight -
mClipBottomAmount
- getTranslationY());
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java
98
private int
mClipBottomAmount
;
732
int layoutEnd = mContainingNotification.getActualHeight() -
mClipBottomAmount
;
[
all
...]
Completed in 2459 milliseconds