Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java121 private AmbientState mAmbientState = new AmbientState(); field in NotificationStackScrollLayout
287 mStackScrollAlgorithm.setDimmed(mAmbientState.isDimmed()); in initView()
292 updatePadding(mAmbientState.isDimmed()); in initView()
367 mAmbientState.setSpeedBumpIndex(newIndex); in updateSpeedBumpIndex()
414 mAmbientState.setScrollY(mOwnScrollY); in updateChildren()
415 mStackScrollAlgorithm.getStackScrollState(mAmbientState, mCurrentStackScrollState); in updateChildren()
548 mAmbientState.onDragFinished(v); in onChildDismissed()
553 mAmbientState.onDragFinished(animView); in onChildSnappedBack()
578 mAmbientState.onBeginDrag(v); in onBeginDrag()
1135 mAmbientState.setOverScrollAmount(amount, onTop); in setOverScrollAmountInternal()
[all …]