Home | History | Annotate | Download | only in app

Lines Matching defs:findFragmentByTag

224     public abstract Fragment findFragmentByTag(@Nullable String tag);
2044 public Fragment findFragmentByTag(@Nullable String tag) {
3724 fragment = findFragmentByTag(tag);