Searched refs:ExpandableViewState (Results 1 – 11 of 11) sorted by relevance
122 ExpandableViewState childViewState = resultState.getViewStateForView(child); in updateSpeedBumpState()147 ExpandableViewState state = resultState.getViewStateForView(child); in updateClipping()199 ExpandableViewState childViewState = resultState.getViewStateForView(child); in updateDimmedActivatedHideSensitive()223 ExpandableViewState viewState = resultState.getViewStateForView( in handleDraggedViews()233 ExpandableViewState viewState = resultState.getViewStateForView(draggedView); in handleDraggedViews()318 ExpandableViewState childState in initAlgorithmState()356 ExpandableViewState viewState = resultState.getViewStateForView(v); in updateNotGoneIndex()386 ExpandableViewState childViewState = resultState.getViewStateForView(child); in updateChild()387 childViewState.location = ExpandableViewState.LOCATION_UNKNOWN; in updateChild()394 childViewState.location = ExpandableViewState.LOCATION_MAIN_AREA; in updateChild()[all …]
64 private final ExpandableViewState mTmpState = new ExpandableViewState();141 ExpandableViewState viewState = finalState.getViewStateForView(child); in startAnimationForEvents()161 ExpandableViewState viewState) { in initAnimationProperties()180 ExpandableViewState viewState, boolean wasAdded) { in adaptDurationWhenGoingToFullShade()195 private boolean applyWithoutAnimation(ExpandableView child, ExpandableViewState viewState, in applyWithoutAnimation()221 ExpandableViewState viewState = finalState.getViewStateForView(child); in findLastNotAddedIndex()232 private long calculateChildAnimationDelay(ExpandableViewState viewState, in calculateChildAnimationDelay()290 private long calculateDelayGoToFullShade(ExpandableViewState viewState) { in calculateDelayGoToFullShade()365 ExpandableViewState viewState = finalState in processAnimationEvents()383 ExpandableViewState viewState = finalState in processAnimationEvents()[all …]
39 private WeakHashMap<ExpandableView, ExpandableViewState> mStateMap;71 ExpandableViewState viewState = mStateMap.get(view); in resetViewState()90 public ExpandableViewState getViewStateForView(View requestedView) { in getViewStateForView()106 ExpandableViewState state = mStateMap.get(child); in apply()
33 public class ExpandableViewState extends ViewState { class86 public static final int VISIBLE_LOCATIONS = ExpandableViewState.LOCATION_FIRST_HUN87 | ExpandableViewState.LOCATION_MAIN_AREA;124 if (viewState instanceof ExpandableViewState) { in copyFrom()125 ExpandableViewState svs = (ExpandableViewState) viewState; in copyFrom()
565 public void getState(StackScrollState resultState, ExpandableViewState parentState,604 ExpandableViewState childState = resultState.getViewStateForView(child);688 int parentHeight, ExpandableViewState childState, int yPosition) {733 ExpandableViewState viewState = state.getViewStateForView(child);812 ExpandableViewState viewState = state.getViewStateForView(child);
706 ExpandableViewState childViewState = mCurrentStackScrollState.getViewStateForView(row); in isInVisibleLocation()710 if ((childViewState.location & ExpandableViewState.VISIBLE_LOCATIONS) == 0) { in isInVisibleLocation()2459 int finalHeight = ExpandableViewState.getFinalActualHeight(lastView);3215 ExpandableViewState viewState = mCurrentStackScrollState.getViewStateForView(row);3240 private boolean shouldHunAppearFromBottom(ExpandableViewState viewState) {
28 import com.android.systemui.statusbar.stack.ExpandableViewState;76 public ExpandableViewState createNewViewState(StackScrollState stackScrollState) { in createNewViewState()80 public class EmptyShadeViewState extends ExpandableViewState {
26 import com.android.systemui.statusbar.stack.ExpandableViewState;90 public ExpandableViewState createNewViewState(StackScrollState stackScrollState) { in createNewViewState()94 public class FooterViewState extends ExpandableViewState {
28 import com.android.systemui.statusbar.stack.ExpandableViewState;518 public ExpandableViewState createNewViewState(StackScrollState stackScrollState) { in createNewViewState()519 return new ExpandableViewState(); in createNewViewState()
40 import com.android.systemui.statusbar.stack.ExpandableViewState;179 public ExpandableViewState createNewViewState(StackScrollState stackScrollState) { in createNewViewState()189 ExpandableViewState lastViewState = resultState.getViewStateForView(lastView); in updateState()220 mShelfState.location = ExpandableViewState.LOCATION_GONE; in updateState()871 private class ShelfState extends ExpandableViewState {
90 import com.android.systemui.statusbar.stack.ExpandableViewState;784 ExpandableViewState parentState = resultState.getViewStateForView(this);2773 public ExpandableViewState createNewViewState(StackScrollState stackScrollState) {2879 public static class NotificationViewState extends ExpandableViewState {