Searched defs:mAmbientState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java109 private AmbientState mAmbientState = new AmbientState(); field in class:NotificationStackScrollLayout
272 mStackScrollAlgorithm.setDimmed(mAmbientState.isDimmed());
277 updatePadding(mAmbientState.isDimmed());
352 mAmbientState.setSpeedBumpIndex(newIndex);
396 mAmbientState.setScrollY(mOwnScrollY);
397 mStackScrollAlgorithm.getStackScrollState(mAmbientState, mCurrentStackScrollState);
527 mAmbientState.onDragFinished(v);
532 mAmbientState.onDragFinished(animView);
557 mAmbientState.onBeginDrag(v);
1083 mAmbientState
[all...]

Completed in 10 milliseconds