Home
last modified time | relevance | path

Searched refs:ViewState (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimatorTest.java40 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 …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimator.java30 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()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java551 final ViewState viewState = new ViewState(urlBarId, Session.this,
783 ViewState.STATE_INITIAL,
1991 final Collection<ViewState> viewStates;
2002 for (ViewState viewState : viewStates) {
2402 final ViewState state = mViewStates.get(id);
2762 ViewState viewState = mViewStates.get(id);
2774 viewState = new ViewState(id, this,
2775 isIgnored ? ViewState.STATE_IGNORED : ViewState.STATE_INITIAL);
2948 ViewState viewState, int flags) {
3015 ViewState viewState) {
[all …]
H A DViewState.java40 final class ViewState { class
98 ViewState(AutofillId id, Listener listener, int state) { in ViewState() method in ViewState
160 return DebugUtils.flagsToString(ViewState.class, "STATE_", state); in getStateAsString()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt78 private var currentViewState: ViewState = ViewState()
81 private var nextViewState: ViewState = currentViewState.copy()
230 private fun setCornerSizes(state: ViewState) {
447 val newState: ViewState
456 private fun resolveState(state: ViewState) {
595 private data class ViewState( dataClass
619 fun needsLayout(other: ViewState): Boolean {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java85 private ViewState mGroupOverFlowState;
102 private ViewState mHeaderViewState;
410 mGroupOverFlowState = new ViewState();
651 mHeaderViewState = new ViewState();
713 ViewState tmpState = new ViewState();
795 ViewState tmpState = new ViewState();
966 ViewState viewState = new ViewState();
H A DNotificationSection.java259 int finalTranslationY = (int) Math.ceil(ViewState.getFinalTranslationY(firstView)); in updateBounds()
283 float finalTranslationY = ViewState.getFinalTranslationY(lastView); in updateBounds()
H A DExpandableViewState.java33 public class ExpandableViewState extends ViewState {
117 public void copyFrom(ViewState viewState) { in copyFrom()
H A DStackStateAnimator.java198 if (ViewState.isAnimatingY(child)) { in applyWithoutAnimation()
446 + ViewState.getFinalTranslationX(icon) in processAnimationEvents()
H A DViewState.java47 public class ViewState implements Dumpable { class
130 public void copyFrom(ViewState viewState) { in copyFrom()
H A DNotificationStackScrollLayout.java2427 minBottomPosition = (int) (ViewState.getFinalTranslationY(mShelf)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java27 import com.android.systemui.statusbar.notification.stack.ViewState;
138 public void copyFrom(ViewState viewState) { in copyFrom()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java45 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 {
H A DStatusIconContainer.java38 import com.android.systemui.statusbar.notification.stack.ViewState;
414 public static class StatusIconState extends ViewState {
H A DScrimController.java55 import com.android.systemui.statusbar.notification.stack.ViewState;
1109 ValueAnimator previousAnimator = ViewState.getChildTag(scrim, TAG_KEY_ANIM); in updateScrim()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java46 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)))) {
/aosp12/frameworks/base/services/
H A Dart-profile12357 …d(Lcom/android/server/autofill/ViewState;)V+]Lcom/android/server/autofill/ViewState;Lcom/android/s…
12430 HPLcom/android/server/autofill/ViewState;-><init>(Landroid/view/autofill/AutofillId;Lcom/android/se…
12431 …utofill/ViewState;->dump(Ljava/lang/String;Ljava/io/PrintWriter;)V+]Lcom/android/server/autofill/V…
12437 HPLcom/android/server/autofill/ViewState;->getState()I
12441 HPLcom/android/server/autofill/ViewState;->maybeCallOnFillReady(I)V
12442 HPLcom/android/server/autofill/ViewState;->resetState(I)V
12448 HPLcom/android/server/autofill/ViewState;->setState(I)V
12449 PLcom/android/server/autofill/ViewState;->toString()Ljava/lang/String;
12450ViewState;->update(Landroid/view/autofill/AutofillValue;Landroid/graphics/Rect;I)V+]Lcom/android/s…
52762 Lcom/android/server/autofill/ViewState$Listener;
[all …]