Searched defs:leftIcon (Results 1 – 3 of 3) sorted by relevance
501 ImageView leftIcon = child.findViewById(com.android.internal.R.id.left_icon); in apply() local
263 private val leftIcon: ImageView? = root.findViewById(R.id.left_icon) constant
6259 Icon leftIcon = p.mHideLeftIcon ? null : mN.mLargeIcon; in bindLargeIcon() local