Searched refs:iconFrame (Results 1 – 5 of 5) sorted by relevance
199 private void updateIconStartIfNeeded(ViewGroup iconFrame, ImageView iconStart, in updateIconStartIfNeeded() argument211 iconFrame.getContext().getString(mIconStartContentDescriptionId); in updateIconStartIfNeeded()212 iconFrame.setContentDescription(contentDescription); in updateIconStartIfNeeded()215 iconFrame.setOnClickListener((view) -> { in updateIconStartIfNeeded()222 iconFrame.setVisibility(View.VISIBLE); in updateIconStartIfNeeded()226 private void updateIconEndIfNeeded(ViewGroup iconFrame, ImageView iconEnd, SeekBar seekBar) { in updateIconEndIfNeeded() argument237 iconFrame.getContext().getString(mIconEndContentDescriptionId); in updateIconEndIfNeeded()238 iconFrame.setContentDescription(contentDescription); in updateIconEndIfNeeded()241 iconFrame.setOnClickListener((view) -> { in updateIconEndIfNeeded()248 iconFrame.setVisibility(View.VISIBLE); in updateIconEndIfNeeded()[all …]
35 private val iconFrame: View? by lazyView { rootEntryView?.findViewById(R.id.icon_frame) } in <lambda>() constant55 iconFrame?.visibility = if (hideIcon) LinearLayout.GONE else LinearLayout.VISIBLE in showDetails()
64 val iconFrame: LinearLayout? = holder.findViewById(android.R.id.icon_frame) as LinearLayout? in onBindViewHolder() constant65 widgetFrameParent.removeView(iconFrame) in onBindViewHolder()
235 ViewGroup iconFrame = itemView.requireViewById(R.id.icons); in updateDialogView() local242 iconFrame.addView(groupView); in updateDialogView()253 iconFrame.setVisibility(View.VISIBLE); in updateDialogView()
123 View iconFrame = holder.findViewById(R.id.icon_frame); in onBindViewHolder() local124 widgetFrameParent.removeView(iconFrame); in onBindViewHolder()