HomeSort by relevance Sort by last modified time
    Searched refs:StackScrollState (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 37 * .stack.StackScrollState}
91 public void getStackScrollState(AmbientState ambientState, StackScrollState resultState) {
114 private void getNotificationChildrenStates(StackScrollState resultState,
126 private void updateSpeedBumpState(StackScrollState resultState,
139 private void updateClipping(StackScrollState resultState,
190 StackScrollState resultState, StackScrollAlgorithmState algorithmState) {
212 private void handleDraggedViews(AmbientState ambientState, StackScrollState resultState,
242 private void initAlgorithmState(StackScrollState resultState, StackScrollAlgorithmState state,
300 private int updateNotGoneIndex(StackScrollState resultState,
317 private void updatePositionsForState(StackScrollState resultState
    [all...]
StackScrollState.java 36 public class StackScrollState {
44 public StackScrollState(ViewGroup hostView) {
StackStateAnimator.java 112 StackScrollState finalState, long additionalDelay) {
148 StackScrollState finalState) {
168 private int findLastNotAddedIndex(StackScrollState finalState) {
196 StackScrollState finalState, int i, long fixedDelay) {
322 StackScrollState finalState) {
    [all...]
NotificationChildrenContainer.java 413 public void getState(StackScrollState resultState, StackViewState parentState) {
560 public void applyState(StackScrollState state) {
604 public void prepareExpansionChanged(StackScrollState state) {
609 public void startAnimationToState(StackScrollState state, StackStateAnimator stateAnimator,
    [all...]
NotificationStackScrollLayout.java 156 private StackScrollState mCurrentStackScrollState = new StackScrollState(this);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 55 import com.android.systemui.statusbar.stack.StackScrollState;
462 public void getChildrenStates(StackScrollState resultState) {
469 public void applyChildrenState(StackScrollState state) {
475 public void prepareExpansionChanged(StackScrollState state) {
481 public void startChildAnimation(StackScrollState finalState,
    [all...]

Completed in 1083 milliseconds