HomeSort by relevance Sort by last modified time
    Searched refs:getPrivateLayout (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
NotificationInflaterTest.java 115 mRow.getPrivateLayout().removeAllViews();
119 Assert.assertTrue(mRow.getPrivateLayout().getChildCount() == 1);
120 Assert.assertTrue(mRow.getPrivateLayout().getChildAt(0)
121 == mRow.getPrivateLayout().getExpandedChild());
127 mRow.getPrivateLayout().removeAllViews();
132 Assert.assertTrue(mRow.getPrivateLayout().getChildCount() == 0);
173 }, mRow.getEntry(), mRow.getPrivateLayout(), null, null, new HashMap<>(),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationHeaderUtil.java 168 final NotificationContentView layout = row.getPrivateLayout();
291 applyToView(apply, row.getPrivateLayout().getContractedChild());
292 applyToView(apply, row.getPrivateLayout().getHeadsUpChild());
293 applyToView(apply, row.getPrivateLayout().getExpandedChild());
NotificationData.java 117 return row.getPrivateLayout().getExpandedChild();
ExpandableNotificationRow.java 281 public NotificationContentView getPrivateLayout() {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationInflater.java 190 NotificationContentView privateLayout = row.getPrivateLayout();
412 NotificationContentView privateLayout = row.getPrivateLayout();
527 : row.getPrivateLayout(); ;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java     [all...]

Completed in 68 milliseconds