HomeSort by relevance Sort by last modified time
    Searched full:expandgroupbutton (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialogFragment.java 200 public ImageButton expandGroupButton;
404 holder.expandGroupButton = (ImageButton) convertView.findViewById(
406 if (holder.expandGroupButton != null) {
408 holder.expandGroupButton.setOnClickListener(holder.expandGroupListener);
476 if (holder.expandGroupButton != null) {
477 holder.expandGroupButton.setVisibility(canGroup ? View.VISIBLE : View.GONE);

Completed in 142 milliseconds