Searched refs:iconEnd (Results 1 – 4 of 4) sorted by relevance
461 int iconEnd; in onLayout() local468 iconEnd = right - startSpacingPx; in onLayout()470 iconEnd = startSpacingPx + spaceNeeded; in onLayout()473 iconEnd = centerAlignIconEnd; in onLayout()477 ? navSpaceNeeded > (iconEnd - spaceNeeded) in onLayout()478 : iconEnd > (right - navSpaceNeeded); in onLayout()485 iconEnd = centerAlignIconEnd + offset; in onLayout()495 int taskbarIconLeftBound = iconEnd - spaceNeeded; in onLayout()496 int taskbarIconRightBound = iconEnd; in onLayout()504 iconEnd = spaceNeeded + cutoutBottomRect.width(); in onLayout()[all …]
96 final View iconEnd = viewHolder.itemView.findViewById(R.id.dismissal_icon_end); in onChildDraw() local100 iconEnd.setVisibility(View.GONE); in onChildDraw()103 iconEnd.setVisibility(View.VISIBLE); in onChildDraw()
226 private void updateIconEndIfNeeded(ViewGroup iconFrame, ImageView iconEnd, SeekBar seekBar) { in updateIconEndIfNeeded() argument231 if (iconEnd.getDrawable() == null) { in updateIconEndIfNeeded()232 iconEnd.setImageResource(mIconEndId); in updateIconEndIfNeeded()249 setIconViewAndFrameEnabled(iconEnd, seekBar.getProgress() < seekBar.getMax()); in updateIconEndIfNeeded()
159 .addAttribute(R.attr.iconEnd, "@drawable/ic_add_24dp") in setIconAttributes_iconVisible()218 .addAttribute(R.attr.iconEnd, "@drawable/ic_add_24dp") in setContentDescriptionWithIcon_success()