Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationInflaterTest.java115 mRow.getPrivateLayout().removeAllViews(); in testInflationCallsOnlyRightMethod()
119 Assert.assertTrue(mRow.getPrivateLayout().getChildCount() == 1); in testInflationCallsOnlyRightMethod()
120 Assert.assertTrue(mRow.getPrivateLayout().getChildAt(0) in testInflationCallsOnlyRightMethod()
121 == mRow.getPrivateLayout().getExpandedChild()); in testInflationCallsOnlyRightMethod()
127 mRow.getPrivateLayout().removeAllViews(); in testInflationThrowsErrorDoesntCallUpdated()
132 Assert.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.java168 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeHeaderViews()
290 applyToView(apply, row.getPrivateLayout().getContractedChild()); in apply()
291 applyToView(apply, row.getPrivateLayout().getHeadsUpChild()); in apply()
292 applyToView(apply, row.getPrivateLayout().getExpandedChild()); in apply()
DNotificationData.java117 return row.getPrivateLayout().getExpandedChild(); in getExpandedContentView()
DExpandableNotificationRow.java259 public NotificationContentView getPrivateLayout() { in getPrivateLayout() method in ExpandableNotificationRow
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java190 NotificationContentView privateLayout = row.getPrivateLayout(); in apply()
412 NotificationContentView privateLayout = row.getPrivateLayout(); in finishIfDone()
520 : row.getPrivateLayout(); ; in canReapplyAmbient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4739 row.getPrivateLayout().setOnExpandedVisibleListener(clickedView::performClick); in onMakeExpandedVisibleForRemoteInput()
5486 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild());
5490 if (!row.getPrivateLayout().getExpandedChild().isShown()) {