Home
last modified time | relevance | path

Searched refs:expandedView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleViewInfoTask.java119 BubbleExpandedView expandedView; field in BubbleViewInfoTask.BubbleViewInfo
139 info.expandedView = (BubbleExpandedView) inflater.inflate( in populate()
141 info.expandedView.setStackView(stackView); in populate()
DBubbleStackView.java317 final BubbleExpandedView expandedView = mExpandedBubble.getExpandedView(); in dump() local
319 if (expandedView != null) { in dump()
320 pw.println(" expandedViewVis: " + expandedView.getVisibility()); in dump()
321 pw.println(" expandedViewAlpha: " + expandedView.getAlpha()); in dump()
322 pw.println(" expandedViewTaskId: " + expandedView.getTaskId()); in dump()
324 final ActivityView av = expandedView.getActivityView(); in dump()
DBubble.java336 mExpandedView = info.expandedView; in setViewInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java658 View expandedView = layout.getExpandedChild(); in updateLimitsForView()
659 boolean isMediaLayout = expandedView != null in updateLimitsForView()
660 && expandedView.findViewById(com.android.internal.R.id.media_actions) != null; in updateLimitsForView()