Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
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/Dialer/java/com/android/contacts/common/
DContactPhotoManagerImpl.java469 public void cancelPendingRequests(View fragmentRootView) { in cancelPendingRequests() argument
470 if (fragmentRootView == null) { in cancelPendingRequests()
479 if (imageView.getParent() == null || isChildView(fragmentRootView, imageView)) { in cancelPendingRequests()
DContactPhotoManager.java335 public abstract void cancelPendingRequests(View fragmentRootView); in cancelPendingRequests() argument
/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListAdapter.java109 protected void setFragmentRootView(View fragmentRootView) { in setFragmentRootView() argument
110 mFragmentRootView = fragmentRootView; in setFragmentRootView()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactEntryListAdapter.java96 protected void setFragmentRootView(View fragmentRootView) { in setFragmentRootView() argument
97 mFragmentRootView = fragmentRootView; in setFragmentRootView()
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockContactPhotoManager.java50 public void cancelPendingRequests(View fragmentRootView) { in cancelPendingRequests() argument