Searched defs:iconFrame (Results 1 – 6 of 6) sorted by relevance
199 private void updateIconStartIfNeeded(ViewGroup iconFrame, ImageView iconStart, in updateIconStartIfNeeded()226 private void updateIconEndIfNeeded(ViewGroup iconFrame, ImageView iconEnd, SeekBar seekBar) { in updateIconEndIfNeeded()254 final ViewGroup iconFrame = (ViewGroup) iconView.getParent(); in setIconViewAndFrameEnabled() local
39 val iconFrame: LinearLayout? = holder.findViewById(android.R.id.icon_frame) as LinearLayout? in onBindViewHolder() constant
63 val iconFrame: LinearLayout? = holder.findViewById(android.R.id.icon_frame) as LinearLayout? in onBindViewHolder() constant
35 private val iconFrame: View? by lazy { rootEntryView?.findViewById(R.id.icon_frame) } in <lambda>() constant
235 ViewGroup iconFrame = itemView.requireViewById(R.id.icons); in updateDialogView() local
123 View iconFrame = holder.findViewById(R.id.icon_frame); in onBindViewHolder() local