/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | PropertyAnimatorTest.java | 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 …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | PropertyAnimator.java | 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()
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | Session.java | 551 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 D | ViewState.java | 40 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 D | PrivacyDotViewController.kt | 78 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 D | NotificationChildrenContainer.java | 85 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 D | NotificationSection.java | 259 int finalTranslationY = (int) Math.ceil(ViewState.getFinalTranslationY(firstView)); in updateBounds() 283 float finalTranslationY = ViewState.getFinalTranslationY(lastView); in updateBounds()
|
H A D | ExpandableViewState.java | 33 public class ExpandableViewState extends ViewState { 117 public void copyFrom(ViewState viewState) { in copyFrom()
|
H A D | StackStateAnimator.java | 198 if (ViewState.isAnimatingY(child)) { in applyWithoutAnimation() 446 + ViewState.getFinalTranslationX(icon) in processAnimationEvents()
|
H A D | ViewState.java | 47 public class ViewState implements Dumpable { class 130 public void copyFrom(ViewState viewState) { in copyFrom()
|
H A D | NotificationStackScrollLayout.java | 2427 minBottomPosition = (int) (ViewState.getFinalTranslationY(mShelf)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | FooterView.java | 27 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 D | NotificationIconContainer.java | 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 {
|
H A D | StatusIconContainer.java | 38 import com.android.systemui.statusbar.notification.stack.ViewState; 414 public static class StatusIconState extends ViewState {
|
H A D | ScrimController.java | 55 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 D | NotificationShelf.java | 46 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 D | art-profile | 12357 …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; 12450 …ViewState;->update(Landroid/view/autofill/AutofillValue;Landroid/graphics/Rect;I)V+]Lcom/android/s… 52762 Lcom/android/server/autofill/ViewState$Listener; [all …]
|