Home
last modified time | relevance | path

Searched refs:setChangingPosition (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java372 childView.setChangingPosition(false); in addChildAt()
378 childView.setChangingPosition(true); in moveChildTo()
381 childView.setChangingPosition(false); in moveChildTo()
389 childView.setChangingPosition(true); in removeChild()
DExpandableView.java539 public void setChangingPosition(boolean changingPosition) { in setChangingPosition() method in ExpandableView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3147 child.setChangingPosition(true); in changeViewPosition()
3150 child.setChangingPosition(false); in changeViewPosition()