Searched refs:StackScrollState (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | StackScrollAlgorithm.java | 136 public void getStackScrollState(AmbientState ambientState, StackScrollState resultState) { in getStackScrollState() 176 private void updateSpeedBumpState(StackScrollState resultState, in updateSpeedBumpState() 181 StackScrollState.ViewState childViewState = resultState.getViewStateForView(child); in updateSpeedBumpState() 189 private void updateClipping(StackScrollState resultState, in updateClipping() 197 StackScrollState.ViewState state = resultState.getViewStateForView(child); in updateClipping() 245 private void updateChildClippingAndBackground(StackScrollState.ViewState state, in updateChildClippingAndBackground() 265 StackScrollState resultState, StackScrollAlgorithmState algorithmState) { in updateDimmedActivatedHideSensitive() 273 StackScrollState.ViewState childViewState = resultState.getViewStateForView(child); in updateDimmedActivatedHideSensitive() 290 private void handleDraggedViews(AmbientState ambientState, StackScrollState resultState, in handleDraggedViews() 300 StackScrollState.ViewState viewState = resultState.getViewStateForView( in handleDraggedViews() [all …]
|
D | StackStateAnimator.java | 104 StackScrollState finalState, long additionalDelay) { in startAnimationForEvents() 116 StackScrollState.ViewState viewState = finalState.getViewStateForView(child); in startAnimationForEvents() 132 private int findLastNotAddedIndex(StackScrollState finalState) { in findLastNotAddedIndex() 137 StackScrollState.ViewState viewState = finalState.getViewStateForView(child); in findLastNotAddedIndex() 151 private void startAnimations(final ExpandableView child, StackScrollState.ViewState viewState, in startAnimations() 152 StackScrollState finalState, int i) { in startAnimations() 265 private long calculateChildAnimationDelay(StackScrollState.ViewState viewState, in calculateChildAnimationDelay() 266 StackScrollState finalState) { in calculateChildAnimationDelay() 317 private long calculateDelayDark(StackScrollState.ViewState viewState) { in calculateDelayDark() 331 private long calculateDelayGoToFullShade(StackScrollState.ViewState viewState) { in calculateDelayGoToFullShade() [all …]
|
D | StackScrollState.java | 37 public class StackScrollState { class 46 public StackScrollState(ViewGroup hostView) { in StackScrollState() method in StackScrollState
|
D | NotificationStackScrollLayout.java | 49 import com.android.systemui.statusbar.stack.StackScrollState.ViewState; 120 private StackScrollState mCurrentStackScrollState = new StackScrollState(this);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBar.java | 176 import com.android.systemui.statusbar.stack.StackScrollState.ViewState;
|