HomeSort by relevance Sort by last modified time
    Searched full:expandedlarge (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 41 protected View expandedLarge;
48 public void setLargeView(View expandedLarge) {
49 this.expandedLarge = expandedLarge;
50 writeBooleanTag(row, R.id.expandable_tag, expandedLarge != null);
53 return expandedLarge;
BaseStatusBar.java 770 View expandedLarge = null;
    [all...]

Completed in 185 milliseconds