Searched refs:fragmentRootView (Results 1 – 3 of 3) sorted by relevance
519 public abstract void cancelPendingRequests(View fragmentRootView); in cancelPendingRequests() argument853 public void cancelPendingRequests(View fragmentRootView) { in cancelPendingRequests() argument854 if (fragmentRootView == null) { in cancelPendingRequests()863 if (imageView.getParent() == null || isChildView(fragmentRootView, imageView)) { in cancelPendingRequests()
109 protected void setFragmentRootView(View fragmentRootView) { in setFragmentRootView() argument110 mFragmentRootView = fragmentRootView; in setFragmentRootView()
50 public void cancelPendingRequests(View fragmentRootView) { in cancelPendingRequests() argument