Searched refs:mContentHolder (Results 1 – 1 of 1) sorted by relevance
70 private ViewGroup mContentHolder; field in HeadsUpNotificationView93 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 …]