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

  /development/samples/MultiResolution/src/com/example/android/multires/
MultiRes.java 40 showPhoto(mCurrentPhotoIndex);
48 showPhoto(mCurrentPhotoIndex);
62 showPhoto(mCurrentPhotoIndex);
66 private void showPhoto(int photoIndex) {
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 96 boolean showPhoto = getResources().getBoolean(R.bool.config_browse_list_show_images);
97 adapter.setDisplayPhotos(showPhoto);
98 if (showPhoto) {
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 348 public void setShowStaticPhoto(boolean showPhoto) {
349 mShowStaticPhoto = showPhoto;
    [all...]

Completed in 71 milliseconds