Searched refs:headerView (Results 1 – 4 of 4) sorted by relevance
93 final LinearLayout headerView = (LinearLayout) mInflater.inflate( in getHeaderView() local95 headerView.setEnabled(false); // disable clicking in getHeaderView()96 final TextView blobLabel = headerView.findViewById(R.id.blob_label); in getHeaderView()97 final TextView blobId = headerView.findViewById(R.id.blob_id); in getHeaderView()98 final TextView blobExpiry = headerView.findViewById(R.id.blob_expiry); in getHeaderView()99 final TextView blobSize = headerView.findViewById(R.id.blob_size); in getHeaderView()106 return headerView; in getHeaderView()
189 void bindHeader(CarNotificationHeaderView headerView, boolean isInGroup) { in bindHeader() argument190 if (headerView == null) return; in bindHeader()193 headerView.setSmallIconColor(mSmallIconColor); in bindHeader()194 headerView.setHeaderTextColor(mCalculatedPrimaryForegroundColor); in bindHeader()195 headerView.setTimeTextColor(mCalculatedPrimaryForegroundColor); in bindHeader()
137 final View headerView = headerPreference.findViewById(R.id.entity_header); in initHeader() local141 .newInstance(context, this, headerView) in initHeader()
172 final View headerView = LayoutInflater.from(mContext).inflate( in createMagnificationModeDialog() local175 mMagnificationModesListView.addHeaderView(headerView, /* data= */ null, /* isSelectable= */ in createMagnificationModeDialog()