Home | History | Annotate | Download | only in volume

Lines Matching defs:button2

703         final ImageView button2 = (ImageView) row.findViewById(android.R.id.button2);
704 button2.setOnClickListener(new OnClickListener() {
720 button2.setVisibility(VISIBLE);
723 button2.setEnabled(mBucketIndex < MINUTE_BUCKETS.length - 1);
729 button2.setEnabled(!Objects.equals(condition.summary, maxCondition.summary));
733 button2.setAlpha(button2.isEnabled() ? 1f : .5f);
736 button2.setVisibility(GONE);
743 Interaction.register(button2, mInteractionCallback);