Searched refs:checkmark (Results 1 – 2 of 2) sorted by relevance
188 Drawable checkmark = res.getDrawable(R.drawable.ic_check_circle_filled_24px); in initOptions()190 Drawable[] layers = {frame, checkmark}; in initOptions()192 layers = new Drawable[]{checkmark}; in initOptions()
292 ImageView checkmark = (ImageView) v.findViewById(R.id.action_checkmark); in changeFocus() local293 setAlpha(checkmark, shouldAnimate, titleAlpha); in changeFocus()