HomeSort by relevance Sort by last modified time
    Searched refs:mRequestedExtent (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/contacts/common/
ContactPhotoManagerImpl.java 799 private final int mRequestedExtent;
815 mRequestedExtent = requestedExtent;
847 return mRequestedExtent;
855 result = prime * result + mRequestedExtent;
875 if (mRequestedExtent != that.mRequestedExtent) {
914 mDefaultProvider.applyDefaultImage(view, mRequestedExtent, mDarkTheme, request);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java     [all...]

Completed in 72 milliseconds