Searched refs:isChangingPosition (Results 1 – 4 of 4) sorted by relevance
50 (child.view as? ExpandableNotificationRow)?.isChangingPosition = false in addChildAt()60 (child.view as? ExpandableNotificationRow)?.isChangingPosition = true in removeChild()
206 verify(childView).isChangingPosition = eq(true) in removeChild_whenTransfer()220 verify(childView, never()).isChangingPosition = any() in removeChild_whenNotTransfer()
502 if (mEntry.getRow().isChangingPosition()) { in onAttachedToWindow()515 if (mEntry.getRow().isChangingPosition() || isTemporarilyDetached()) { in onDetachedFromWindow()994 if (mRemoteInputView != null && mRemoteInputView.mEntry.getRow().isChangingPosition() in defocusIfNeeded()
543 public boolean isChangingPosition() { in isChangingPosition() method in ExpandableView