Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
DMockContactPhotoManager.java50 public void cancelPendingRequests(View fragmentRootView) { in cancelPendingRequests() argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactPhotoManager.java534 public abstract void cancelPendingRequests(View fragmentRootView); in cancelPendingRequests() argument
890 public void cancelPendingRequests(View fragmentRootView) { in cancelPendingRequests() argument
891 if (fragmentRootView == null) { in cancelPendingRequests()
900 if (imageView.getParent() == null || isChildView(fragmentRootView, imageView)) { in cancelPendingRequests()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListAdapter.java113 protected void setFragmentRootView(View fragmentRootView) { in setFragmentRootView() argument
114 mFragmentRootView = fragmentRootView; in setFragmentRootView()