Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java1782 mStackScroller.changeViewPosition(mKeyguardIconOverflowContainer,
1784 mStackScroller.changeViewPosition(mEmptyShadeView, mStackScroller.getChildCount() - 2);
1785 mStackScroller.changeViewPosition(mDismissView, mStackScroller.getChildCount() - 1);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java364 changeViewPosition(mSpeedBumpView, newIndex); in updateSpeedBumpIndex()
1702 public void changeViewPosition(View child, int newIndex) { in changeViewPosition() method in NotificationStackScrollLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1526 mStackScroller.changeViewPosition(toShow.get(j), i); in updateNotificationShade()