OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:photoIndex
(Results
1 - 5
of
5
) sorted by null
/development/samples/MultiResolution/src/com/example/android/multires/
MultiRes.java
66
private void showPhoto(int
photoIndex
) {
68
imageView.setImageResource(mPhotoIds[
photoIndex
]);
71
statusText.setText(String.format("%d/%d",
photoIndex
+ 1,
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java
50
* @param
photoIndex
The index of the photo within the album.
53
final String accountType, final ConversationMessage msg, final int
photoIndex
) {
60
.setPhotoIndex(
photoIndex
);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java
157
public PhotoViewIntentBuilder setPhotoIndex(Integer
photoIndex
) {
158
mPhotoIndex =
photoIndex
;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTileGrid.java
114
final int
photoIndex
= indexOfChild(source);
117
mAccount.getType(), mMessage,
photoIndex
);
/packages/apps/Camera2/src/com/android/camera/
CameraActivity.java
[
all
...]
Completed in 696 milliseconds