Searched refs:getPrivateLayout (Results 1 – 6 of 6) sorted by relevance
115 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()
168 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()
117 return row.getPrivateLayout().getExpandedChild(); in getExpandedContentView()
259 public NotificationContentView getPrivateLayout() { in getPrivateLayout() method in ExpandableNotificationRow
190 NotificationContentView privateLayout = row.getPrivateLayout(); in apply()412 NotificationContentView privateLayout = row.getPrivateLayout(); in finishIfDone()520 : row.getPrivateLayout(); ; in canReapplyAmbient()
4739 row.getPrivateLayout().setOnExpandedVisibleListener(clickedView::performClick); in onMakeExpandedVisibleForRemoteInput()5486 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild());5490 if (!row.getPrivateLayout().getExpandedChild().isShown()) {