Home | History | Annotate | Download | only in camera

Lines Matching full:enabledid

640         Integer enabledId = (Integer) button.getTag(R.string.tag_enabled_id);
641 if (enabledId != null) {
642 return (enabledId.intValue() == buttonId) && button.isEnabled();