Searched refs:ViewState (Results 1 – 15 of 15) sorted by relevance
40 import com.android.systemui.statusbar.notification.stack.ViewState;114 assertTrue(ViewState.isAnimating(mView, mProperty)); in testAnimationStarted()121 assertFalse(ViewState.isAnimating(mView, mProperty)); in testNoAnimationStarted()129 assertEquals(ViewState.getChildTag(mView, mProperty.getAnimationEndTag()), in testEndValueUpdated()139 assertEquals(ViewState.getChildTag(mView, mProperty.getAnimationStartTag()), in testStartTagUpdated()157 assertTrue(ViewState.isAnimating(mView, mProperty)); in testAnimationToRightValueUpdated()158 assertEquals(ViewState.getChildTag(mView, mProperty.getAnimationEndTag()), in testAnimationToRightValueUpdated()170 assertTrue(ViewState.isAnimating(mView, mProperty)); in testAnimationToRightValueUpdateAnimated()171 assertEquals(ViewState.getChildTag(mView, mProperty.getAnimationEndTag()), in testAnimationToRightValueUpdateAnimated()183 assertEquals(ViewState.getChildTag(mView, mProperty.getAnimationStartTag()), in testStartTagShiftedWhenChanging()[all …]
30 import com.android.systemui.statusbar.notification.stack.ViewState;48 ValueAnimator previousAnimator = ViewState.getChildTag(view, animatorTag); in setProperty()63 Float previousStartValue = ViewState.getChildTag(view, animationStartTag); in startAnimation()64 Float previousEndValue = ViewState.getChildTag(view, animationEndTag); in startAnimation()69 ValueAnimator previousAnimator = ViewState.getChildTag(view, animatorTag); in startAnimation()110 long newDuration = ViewState.cancelAnimatorAndGetNewDuration(properties.duration, in startAnimation()129 ViewState.startAnimator(animator, listener); in startAnimation()
135 final class Session implements RemoteFillService.FillServiceCallbacks, ViewState.Listener,188 private final ArrayMap<AutofillId, ViewState> mViewStates = new ArrayMap<>();359 final ViewState state = mViewStates.get(mCurrentViewId); in shouldResetSessionStateOnInputMethodSwitch()361 && (state.getState() & ViewState.STATE_TRIGGERED_AUGMENTED_AUTOFILL) != 0) { in shouldResetSessionStateOnInputMethodSwitch()381 @Nullable Consumer<InlineSuggestionsRequest> newAutofillRequestLocked(ViewState viewState, in newAutofillRequestLocked()394 viewState.resetState(ViewState.STATE_PENDING_CREATE_INLINE_REQUEST); in newAutofillRequestLocked()484 final ViewState viewState = new ViewState(urlBarId, Session.this,485 ViewState.STATE_URL_BAR);613 final ViewState state = mViewStates.get(autofillId);643 final ViewState viewState = mViewStates.valueAt(i);[all …]
40 final class ViewState { class98 ViewState(AutofillId id, Listener listener, int state) { in ViewState() method in ViewState160 return DebugUtils.flagsToString(ViewState.class, "STATE_", state); in getStateAsString()
81 private ViewState mGroupOverFlowState;98 private ViewState mHeaderViewState;404 mGroupOverFlowState = new ViewState();649 mHeaderViewState = new ViewState();711 ViewState tmpState = new ViewState();793 ViewState tmpState = new ViewState();964 ViewState viewState = new ViewState();
259 int finalTranslationY = (int) Math.ceil(ViewState.getFinalTranslationY(firstView)); in updateBounds()283 float finalTranslationY = ViewState.getFinalTranslationY(lastView); in updateBounds()
33 public class ExpandableViewState extends ViewState {117 public void copyFrom(ViewState viewState) { in copyFrom()
204 if (ViewState.isAnimatingY(child)) { in applyWithoutAnimation()465 + ViewState.getFinalTranslationX(icon) + icon.getWidth() * 0.25f; in processAnimationEvents()
46 public class ViewState implements Dumpable { class129 public void copyFrom(ViewState viewState) { in copyFrom()
2700 minBottomPosition = (int) (ViewState.getFinalTranslationY(mShelf)
45 import com.android.systemui.statusbar.notification.stack.ViewState;266 ViewState childState = mIconStates.get(child); in applyIconStates()372 ViewState iconState = mIconStates.get(view); in resetViewStates()662 ViewState childState = mIconStates.get(child); in setAnimationsEnabled()695 public class IconState extends ViewState {
38 import com.android.systemui.statusbar.notification.stack.ViewState;384 public static class StatusIconState extends ViewState {
52 import com.android.systemui.statusbar.notification.stack.ViewState;842 ValueAnimator previousAnimator = ViewState.getChildTag(scrim, TAG_KEY_ANIM); in updateScrim()
52 import com.android.systemui.statusbar.notification.stack.ViewState;287 boolean aboveShelf = ViewState.getFinalTranslationZ(child) > baseZHeight in updateAppearance()446 boolean needsContinuousClipping = ViewState.isAnimatingY(icon) && !mAmbientState.isDozing();454 boolean animatingY = ViewState.isAnimatingY(icon);693 && iconState.useFullTransitionAmount && !ViewState.isAnimatingY(icon)))) {
9776 …om/android/server/autofill/Session$AssistDataReceiverImpl;Lcom/android/server/autofill/ViewState;)V10203 …estLocked$0$Session$AssistDataReceiverImpl(Lcom/android/server/autofill/ViewState;Landroid/view/in…10205 …ataReceiverImpl;->newAutofillRequestLocked(Lcom/android/server/autofill/ViewState;Z)Ljava/util/fun…10236 …/autofill/AutofillId;ILandroid/view/autofill/AutofillValue;)Lcom/android/server/autofill/ViewState;10263 …oid/server/autofill/Session;->hideAugmentedAutofillLocked(Lcom/android/server/autofill/ViewState;)V10287 …/autofill/AutofillId;Landroid/view/autofill/AutofillValue;Lcom/android/server/autofill/ViewState;)V10306 …/server/autofill/Session;->requestNewFillResponseLocked(Lcom/android/server/autofill/ViewState;II)V10307 …teredIfNecessaryLocked(Landroid/view/autofill/AutofillId;Lcom/android/server/autofill/ViewState;I)Z10325 …pdateFilteringStateOnValueChangedLocked(Ljava/lang/String;Lcom/android/server/autofill/ViewState;)V10329 …autofill/AutofillId;Landroid/view/autofill/AutofillValue;Lcom/android/server/autofill/ViewState;I)V[all …]