Home
last modified time | relevance | path

Searched refs:getExpandedChild (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java225 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild());
229 if (!row.getPrivateLayout().getExpandedChild().isShown()) {
DNotificationHeaderUtil.java172 sanitizeChild(layout.getExpandedChild()); in sanitizeHeaderViews()
294 applyToView(apply, row.getPrivateLayout().getExpandedChild()); in apply()
DNotificationData.java152 return row.getPrivateLayout().getExpandedChild(); in getExpandedContentView()
DExpandableNotificationRow.java374 View expandedChild = layout.getExpandedChild(); in setIconAnimationRunning()
906 View expandedChild = layout.getExpandedChild();
DNotificationContentView.java401 public View getExpandedChild() { in getExpandedChild() method in NotificationContentView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationInflaterTest.java120 == mRow.getPrivateLayout().getExpandedChild()); in testInflationCallsOnlyRightMethod()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java242 privateLayout, privateLayout.getExpandedChild(), in apply()