OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cropValue
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateSavingPicture.java
78
String
cropValue
= myExtras.getString("crop");
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java
545
Integer
cropValue
= meta.getPropertyInteger(namespace, cropWidthName);
550
if (
cropValue
!= null && fullValue != null) {
551
return
cropValue
.equals(fullValue);
/packages/apps/Gallery/src/com/android/camera/
ImageGallery.java
302
String
cropValue
= myExtras != null ? myExtras.getString("crop") : null;
303
if (
cropValue
!= null) {
305
if (
cropValue
.equals("circle")) {
[
all
...]
Completed in 617 milliseconds