Home
last modified time | relevance | path

Searched refs:isChangingPosition (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DRootNodeController.kt50 (child.view as? ExpandableNotificationRow)?.isChangingPosition = false in addChildAt()
60 (child.view as? ExpandableNotificationRow)?.isChangingPosition = true in removeChild()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt206 verify(childView).isChangingPosition = eq(true) in removeChild_whenTransfer()
220 verify(childView, never()).isChangingPosition = any() in removeChild_whenNotTransfer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java502 if (mEntry.getRow().isChangingPosition()) { in onAttachedToWindow()
515 if (mEntry.getRow().isChangingPosition() || isTemporarilyDetached()) { in onDetachedFromWindow()
994 if (mRemoteInputView != null && mRemoteInputView.mEntry.getRow().isChangingPosition() in defocusIfNeeded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java543 public boolean isChangingPosition() { in isChangingPosition() method in ExpandableView