Searched defs:secondaryActionDivider (Results 1 - 1 of 1) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java652 public View secondaryActionDivider; field in class:ContactFragment.ViewCache
689 views.secondaryActionDivider = v.findViewById(R.id.divider);
779 views.secondaryActionDivider.setVisibility(View.VISIBLE);
782 views.secondaryActionDivider.setVisibility(View.GONE);

Completed in 23 milliseconds