Searched refs:getPrivateLayout (Results 1 – 7 of 7) sorted by relevance
114 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()
169 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()
225 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild());229 if (!row.getPrivateLayout().getExpandedChild().isShown()) {
152 return row.getPrivateLayout().getExpandedChild(); in getExpandedContentView()
346 public NotificationContentView getPrivateLayout() { in getPrivateLayout() method in ExpandableNotificationRow
199 NotificationContentView privateLayout = row.getPrivateLayout(); in apply()445 NotificationContentView privateLayout = row.getPrivateLayout(); in finishIfDone()569 : row.getPrivateLayout(); ; in canReapplyAmbient()
4272 row.getPrivateLayout().setOnExpandedVisibleListener(clickedView::performClick); in onMakeExpandedVisibleForRemoteInput()