Searched refs:fragmentRootView (Results 1 – 3 of 3) sorted by relevance
50 public void cancelPendingRequests(View fragmentRootView) { in cancelPendingRequests() argument
534 public abstract void cancelPendingRequests(View fragmentRootView); in cancelPendingRequests() argument890 public void cancelPendingRequests(View fragmentRootView) { in cancelPendingRequests() argument891 if (fragmentRootView == null) { in cancelPendingRequests()900 if (imageView.getParent() == null || isChildView(fragmentRootView, imageView)) { in cancelPendingRequests()
113 protected void setFragmentRootView(View fragmentRootView) { in setFragmentRootView() argument114 mFragmentRootView = fragmentRootView; in setFragmentRootView()