Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationInflaterTest.java114 mRow.getPrivateLayout().removeAllViews(); in testInflationCallsOnlyRightMethod()
118 assertTrue(mRow.getPrivateLayout().getChildCount() == 1); in testInflationCallsOnlyRightMethod()
119 assertTrue(mRow.getPrivateLayout().getChildAt(0) in testInflationCallsOnlyRightMethod()
120 == mRow.getPrivateLayout().getExpandedChild()); in testInflationCallsOnlyRightMethod()
126 mRow.getPrivateLayout().removeAllViews(); in testInflationThrowsErrorDoesntCallUpdated()
131 assertTrue(mRow.getPrivateLayout().getChildCount() == 0); in testInflationThrowsErrorDoesntCallUpdated()
172 }, mRow.getEntry(), mRow.getPrivateLayout(), null, null, new HashMap<>(), in testInflationIsRetriedIfAsyncFails()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java169 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeHeaderViews()
292 applyToView(apply, row.getPrivateLayout().getContractedChild()); in apply()
293 applyToView(apply, row.getPrivateLayout().getHeadsUpChild()); in apply()
294 applyToView(apply, row.getPrivateLayout().getExpandedChild()); in apply()
DNotificationRemoteInputManager.java225 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild());
229 if (!row.getPrivateLayout().getExpandedChild().isShown()) {
DNotificationData.java152 return row.getPrivateLayout().getExpandedChild(); in getExpandedContentView()
DExpandableNotificationRow.java346 public NotificationContentView getPrivateLayout() { in getPrivateLayout() method in ExpandableNotificationRow
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java199 NotificationContentView privateLayout = row.getPrivateLayout(); in apply()
445 NotificationContentView privateLayout = row.getPrivateLayout(); in finishIfDone()
569 : row.getPrivateLayout(); ; in canReapplyAmbient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4272 row.getPrivateLayout().setOnExpandedVisibleListener(clickedView::performClick); in onMakeExpandedVisibleForRemoteInput()