Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpNotificationView.java70 private ViewGroup mContentHolder; field in HeadsUpNotificationView
93 if (mContentHolder != null) { in updateResources()
94 final LayoutParams lp = (LayoutParams) mContentHolder.getLayoutParams(); in updateResources()
97 mContentHolder.setLayoutParams(lp); in updateResources()
106 return mContentHolder; in getHolder()
116 if (mContentHolder != null) { in showNotification()
117 mContentHolder.removeAllViews(); in showNotification()
127 if (mContentHolder == null) { in showNotification()
131 mContentHolder.setX(0); in showNotification()
132 mContentHolder.setVisibility(View.VISIBLE); in showNotification()
[all …]