Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DPhotoPagerAdapter.java51 final String photoUri = getPhotoUri(cursor); in getItem()
102 public String getPhotoUri(Cursor cursor) { in getPhotoUri() method in PhotoPagerAdapter
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java309 public String getPhotoUri() { in getPhotoUri() method in PhotoViewFragment
544 mResolvedPhotoUri = mAdapter.getPhotoUri(cursor); in onCursorChanged()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java939 TextUtils.equals(fragment.getPhotoUri(), mCurrentPhotoUri)) { in onFragmentPhotoLoadComplete()