Home
last modified time | relevance | path

Searched refs:stackTop (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DScrollViewFields.kt36 var stackTop: Float = 0f variable in com.android.systemui.statusbar.notification.stack.ScrollViewFields
82 pw.println("stackTop", stackTop) in sendSyntheticScroll()
DNotificationStackScrollLayout.java1216 public void setStackTop(float stackTop) {
1217 mScrollViewFields.setStackTop(stackTop);
1219 updateTopPadding(stackTop, isAddOrRemoveAnimationPending());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationScrollView.kt51 fun setStackTop(stackTop: Float)