Searched defs:iconFrame (Results 1 – 5 of 5) 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
35 private val iconFrame: View? by lazyView { 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
64 val iconFrame: LinearLayout? = holder.findViewById(android.R.id.icon_frame) as LinearLayout? in onBindViewHolder() constant