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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 34 * .stack.StackScrollState}
136 public void getStackScrollState(AmbientState ambientState, StackScrollState resultState) {
176 private void updateSpeedBumpState(StackScrollState resultState,
181 StackScrollState.ViewState childViewState = resultState.getViewStateForView(child);
189 private void updateClipping(StackScrollState resultState,
197 StackScrollState.ViewState state = resultState.getViewStateForView(child);
235 private void updateChildClippingAndBackground(StackScrollState.ViewState state,
255 StackScrollState resultState, StackScrollAlgorithmState algorithmState) {
263 StackScrollState.ViewState childViewState = resultState.getViewStateForView(child);
280 private void handleDraggedViews(AmbientState ambientState, StackScrollState resultState
    [all...]
StackStateAnimator.java 103 StackScrollState finalState, long additionalDelay) {
115 StackScrollState.ViewState viewState = finalState.getViewStateForView(child);
131 private int findLastNotAddedIndex(StackScrollState finalState) {
136 StackScrollState.ViewState viewState = finalState.getViewStateForView(child);
150 private void startAnimations(final ExpandableView child, StackScrollState.ViewState viewState,
151 StackScrollState finalState, int i) {
263 private long calculateChildAnimationDelay(StackScrollState.ViewState viewState,
264 StackScrollState finalState) {
312 private long calculateDelayGoToFullShade(StackScrollState.ViewState viewState) {
319 StackScrollState.ViewState viewState, long duration, long delay)
    [all...]
StackScrollState.java 37 public class StackScrollState {
46 public StackScrollState(ViewGroup hostView) {
NotificationStackScrollLayout.java 46 import com.android.systemui.statusbar.stack.StackScrollState.ViewState;
108 private StackScrollState mCurrentStackScrollState = new StackScrollState(this);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 167 import com.android.systemui.statusbar.stack.StackScrollState.ViewState;
    [all...]

Completed in 192 milliseconds