OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getClipTopAmount
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java
252
public int
getClipTopAmount
() {
344
outRect.top += getTranslationY() +
getClipTopAmount
();
355
outRect.top +=
getClipTopAmount
();
368
int top =
getClipTopAmount
();
ExpandableNotificationRow.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
ExpandableViewState.java
171
float oldClipTopAmount = expandableView.
getClipTopAmount
();
205
if (this.clipTopAmount != expandableView.
getClipTopAmount
()) {
407
ValueAnimator animator = ValueAnimator.ofInt(child.
getClipTopAmount
(), newEndValue);
436
child.setTag(TAG_START_TOP_INSET, child.
getClipTopAmount
());
StackStateAnimator.java
159
|| viewState.clipTopAmount != child.
getClipTopAmount
()
NotificationChildrenContainer.java
658
final int top = yPosition + child.
getClipTopAmount
();
[
all
...]
NotificationStackScrollLayout.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationGroupManager.java
459
|| notificationGroup.summary.row.
getClipTopAmount
() > 0
Completed in 95 milliseconds