Searched refs:getPrivateLayout (Results 1 – 9 of 9) sorted by relevance
97 lastChild.getRow().getPrivateLayout().setContractedChild(null); in testContentViewsBeforeCutoffAreBound()98 lastChild.getRow().getPrivateLayout().setExpandedChild(null); in testContentViewsBeforeCutoffAreBound()128 row.getPrivateLayout().setContractedChild(new View(mContext)); in createRow()129 row.getPrivateLayout().setExpandedChild(new View(mContext)); in createRow()
156 assertNotNull(mRow.getPrivateLayout().getHeadsUpChild()); in testInflationOnlyInflatesSetFlags()162 mRow.getPrivateLayout().removeAllViews(); in testInflationThrowsErrorDoesntCallUpdated()167 assertTrue(mRow.getPrivateLayout().getChildCount() == 0); in testInflationThrowsErrorDoesntCallUpdated()221 }, mRow.getPrivateLayout(), null, null, new HashMap<>(), in testInflationIsRetriedIfAsyncFails()259 mRow.getPrivateLayout().setContractedChild(view); in testUsesSameViewWhenCachedPossibleToReuse()266 view, mRow.getPrivateLayout().getContractedChild()); in testUsesSameViewWhenCachedPossibleToReuse()280 mRow.getPrivateLayout().setContractedChild(view); in testInflatesNewViewWhenCachedNotPossibleToReuse()287 view, mRow.getPrivateLayout().getContractedChild()); in testInflatesNewViewWhenCachedNotPossibleToReuse()
326 assertNotNull(entry.getRow().getPrivateLayout().getContractedChild()); in testAddNotification()387 assertNotNull(entry.getRow().getPrivateLayout().getContractedChild()); in testContentViewInflationDuringRowInflationInflatesCorrectViews()388 assertNotNull(entry.getRow().getPrivateLayout().getHeadsUpChild()); in testContentViewInflationDuringRowInflationInflatesCorrectViews()
212 row.getPrivateLayout().performWhenContentInactive(VISIBLE_TYPE_CONTRACTED, () -> { in freeNotificationView()213 row.getPrivateLayout().setContractedChild(null); in freeNotificationView()218 row.getPrivateLayout().performWhenContentInactive(VISIBLE_TYPE_EXPANDED, () -> { in freeNotificationView()219 row.getPrivateLayout().setExpandedChild(null); in freeNotificationView()224 row.getPrivateLayout().performWhenContentInactive(VISIBLE_TYPE_HEADSUP, () -> { in freeNotificationView()225 row.getPrivateLayout().setHeadsUpChild(null); in freeNotificationView()227 row.getPrivateLayout().setHeadsUpInflatedSmartReplies(null); in freeNotificationView()252 row.getPrivateLayout().removeContentInactiveRunnable(VISIBLE_TYPE_CONTRACTED); in cancelContentViewFrees()255 row.getPrivateLayout().removeContentInactiveRunnable(VISIBLE_TYPE_EXPANDED); in cancelContentViewFrees()258 row.getPrivateLayout().removeContentInactiveRunnable(VISIBLE_TYPE_HEADSUP); in cancelContentViewFrees()[all …]
397 public NotificationContentView getPrivateLayout() { in getPrivateLayout() method in ExpandableNotificationRow2823 return getPrivateLayout().getExpandedChild();
100 return row.getPrivateLayout().getContractedChild() != null in hasContent()101 || row.getPrivateLayout().getExpandedChild() != null; in hasContent()
184 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeHeaderViews()286 View contractedChild = row.getPrivateLayout().getContractedChild(); in compareToHeader()311 applyToView(apply, reset, row.getPrivateLayout().getContractedChild()); in apply()312 applyToView(apply, reset, row.getPrivateLayout().getHeadsUpChild()); in apply()313 applyToView(apply, reset, row.getPrivateLayout().getExpandedChild()); in apply()
444 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild()); in activateRemoteInput()449 if (riv == row.getPrivateLayout().getExpandedRemoteInput() in activateRemoteInput()450 && !row.getPrivateLayout().getExpandedChild().isShown()) { in activateRemoteInput()
188 row.getPrivateLayout().setOnExpandedVisibleListener(clickedView::performClick); in onMakeExpandedVisibleForRemoteInput()