Searched refs:getPrivateLayout (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflaterTest.java | 137 assertNotNull(mRow.getPrivateLayout().getHeadsUpChild()); in testInflationOnlyInflatesSetFlags() 144 mRow.getPrivateLayout().removeAllViews(); in testInflationThrowsErrorDoesntCallUpdated() 149 assertTrue(mRow.getPrivateLayout().getChildCount() == 0); in testInflationThrowsErrorDoesntCallUpdated() 196 }, mRow.getPrivateLayout(), null, null, new HashMap<>(), in testInflationIsRetriedIfAsyncFails()
|
D | ExpandableNotificationRowTest.java | 153 assertNull(row.getPrivateLayout().getHeadsUpChild()); in testFreeContentViewWhenSafe()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 313 if (mRow.getPrivateLayout().isContentViewInactive(VISIBLE_TYPE_HEADSUP)) { in freeNotificationView() 314 mRow.getPrivateLayout().setHeadsUpChild(null); in freeNotificationView() 316 mRow.getPrivateLayout().setHeadsUpInflatedSmartReplies(null); in freeNotificationView() 320 boolean privateSafeToRemove = mRow.getPrivateLayout().isContentViewInactive( in freeNotificationView() 325 mRow.getPrivateLayout().setAmbientChild(null); in freeNotificationView() 410 NotificationContentView privateLayout = row.getPrivateLayout(); in apply() 677 NotificationContentView privateLayout = row.getPrivateLayout(); in finishIfDone() 832 : row.getPrivateLayout(); in canReapplyAmbient()
|
D | ExpandableNotificationRow.java | 389 public NotificationContentView getPrivateLayout() { in getPrivateLayout() method in ExpandableNotificationRow 487 getPrivateLayout().performWhenContentInactive(VISIBLE_TYPE_HEADSUP, in freeContentViewWhenSafe() 491 getPrivateLayout().performWhenContentInactive(VISIBLE_TYPE_AMBIENT, in freeContentViewWhenSafe() 2833 return getPrivateLayout().getExpandedChild();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationHeaderUtil.java | 177 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeHeaderViews() 300 applyToView(apply, row.getPrivateLayout().getContractedChild()); in apply() 301 applyToView(apply, row.getPrivateLayout().getHeadsUpChild()); in apply() 302 applyToView(apply, row.getPrivateLayout().getExpandedChild()); in apply()
|
D | NotificationRemoteInputManager.java | 395 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild()); in activateRemoteInput() 400 if (riv == row.getPrivateLayout().getExpandedRemoteInput() in activateRemoteInput() 401 && !row.getPrivateLayout().getExpandedChild().isShown()) { in activateRemoteInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarRemoteInputCallback.java | 171 row.getPrivateLayout().setOnExpandedVisibleListener(clickedView::performClick); in onMakeExpandedVisibleForRemoteInput()
|