Home
last modified time | relevance | path

Searched refs:fragmentRootView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java519 public abstract void cancelPendingRequests(View fragmentRootView); in cancelPendingRequests() argument
853 public void cancelPendingRequests(View fragmentRootView) { in cancelPendingRequests() argument
854 if (fragmentRootView == null) { in cancelPendingRequests()
863 if (imageView.getParent() == null || isChildView(fragmentRootView, imageView)) { in cancelPendingRequests()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListAdapter.java109 protected void setFragmentRootView(View fragmentRootView) { in setFragmentRootView() argument
110 mFragmentRootView = fragmentRootView; in setFragmentRootView()
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
DMockContactPhotoManager.java50 public void cancelPendingRequests(View fragmentRootView) { in cancelPendingRequests() argument