Searched defs:KEY_SCALE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropExtras.java26 public static final String KEY_SCALE = "scale"; field in class:CropExtras
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DDeveloperOptionsActivity.java73 private static final String KEY_SCALE = "scale_value"; field in class:DeveloperOptionsActivity
741 .intent(new Intent().putExtra(KEY_SCALE, keyScaleValue))
750 float scale = action != null ? action.getIntent().getFloatExtra(KEY_SCALE, 1.0f) : 1;

Completed in 1522 milliseconds