Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java83 mDynamicChildBindController.updateContentViews(mGroupNotifs); in testContentViewsOfChildrenBeyondCutoffAreFreed()
104 mDynamicChildBindController.updateContentViews(mGroupNotifs); in testContentViewsBeforeCutoffAreBound()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicChildBindController.java72 public void updateContentViews( in updateContentViews() method in DynamicChildBindController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java308 mDynamicChildBindController.updateContentViews(mTmpChildOrderMap); in updateNotificationViews()