Searched refs:ViewState (Results 1 – 17 of 17) 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()
144 final class Session implements RemoteFillService.FillServiceCallbacks, ViewState.Listener,224 private final ArrayMap<AutofillId, ViewState> mViewStates = new ArrayMap<>();390 final ViewState state = mViewStates.get(mCurrentViewId); in shouldResetSessionStateOnInputMethodSwitch()392 && (state.getState() & ViewState.STATE_TRIGGERED_AUGMENTED_AUTOFILL) != 0) { in shouldResetSessionStateOnInputMethodSwitch()436 @Nullable Consumer<InlineSuggestionsRequest> newAutofillRequestLocked(ViewState viewState, in newAutofillRequestLocked()449 viewState.resetState(ViewState.STATE_PENDING_CREATE_INLINE_REQUEST); in newAutofillRequestLocked()551 final ViewState viewState = new ViewState(urlBarId, Session.this,552 ViewState.STATE_URL_BAR);677 final ViewState state = mViewStates.get(autofillId);707 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()
83 private var currentViewState: ViewState = ViewState() in <lambda>()86 private var nextViewState: ViewState = currentViewState.copy() in <lambda>()248 private fun setCornerSizes(state: ViewState) { in <lambda>()468 val newState: ViewState in <lambda>()477 private fun resolveState(state: ViewState) { in <lambda>()616 private data class ViewState( class640 fun needsLayout(other: ViewState): Boolean { in needsLayout()
28 import com.android.systemui.statusbar.notification.stack.ViewState;126 public void copyFrom(ViewState viewState) { in copyFrom()
83 private ViewState mGroupOverFlowState;100 private ViewState mHeaderViewState;405 mGroupOverFlowState = new ViewState();646 mHeaderViewState = new ViewState();708 ViewState tmpState = new ViewState();790 ViewState tmpState = new ViewState();961 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()
198 if (ViewState.isAnimatingY(child)) { in applyWithoutAnimation()445 + ViewState.getFinalTranslationX(icon) + icon.getWidth() * 0.25f; in processAnimationEvents()
46 public class ViewState implements Dumpable { class129 public void copyFrom(ViewState viewState) { in copyFrom()
2394 minBottomPosition = (int) (ViewState.getFinalTranslationY(mShelf)
45 import com.android.systemui.statusbar.notification.stack.ViewState;271 ViewState childState = mIconStates.get(child); in applyIconStates()381 ViewState iconState = mIconStates.get(view); in resetViewStates()639 ViewState childState = mIconStates.get(child); in setAnimationsEnabled()680 public class IconState extends ViewState {
38 import com.android.systemui.statusbar.notification.stack.ViewState;414 public static class StatusIconState extends ViewState {
54 import com.android.systemui.statusbar.notification.stack.ViewState;1080 ValueAnimator previousAnimator = ViewState.getChildTag(scrim, TAG_KEY_ANIM); in updateScrim()
45 import com.android.systemui.statusbar.notification.stack.ViewState;254 boolean aboveShelf = ViewState.getFinalTranslationZ(child) > baseZHeight in updateAppearance()456 boolean needsContinuousClipping = ViewState.isAnimatingY(icon) && !mAmbientState.isDozing();464 boolean animatingY = ViewState.isAnimatingY(icon);630 && (scrollingFast || (expandingAnimated && !ViewState.isAnimatingY(icon)))) {
12274 …om/android/server/autofill/Session$AssistDataReceiverImpl;Lcom/android/server/autofill/ViewState;)V12278 …fill/ViewState;Landroid/view/inputmethod/InlineSuggestionsRequest;)V+]Lcom/android/server/autofill…12280 …ataReceiverImpl;->newAutofillRequestLocked(Lcom/android/server/autofill/ViewState;Z)Ljava/util/fun…12331 …/autofill/AutofillId;ILandroid/view/autofill/AutofillValue;)Lcom/android/server/autofill/ViewState;12335 …roid/util/SparseArray;]Lcom/android/server/autofill/ViewState;Lcom/android/server/autofill/ViewSta…12339 …w/autofill/AutofillId;]Lcom/android/server/autofill/ViewState;Lcom/android/server/autofill/ViewSta…12357 …d(Lcom/android/server/autofill/ViewState;)V+]Lcom/android/server/autofill/ViewState;Lcom/android/s…12377 …utofill/AutofillValue;]Lcom/android/server/autofill/ViewState;Lcom/android/server/autofill/ViewSta…12379 …ViewState;)V+]Ljava/lang/StringBuilder;Ljava/lang/StringBuilder;]Landroid/metrics/LogMaker;Landroi…12402 …ViewState;II)V+]Lcom/android/server/autofill/RemoteInlineSuggestionRenderService;Lcom/android/serv…[all …]