Searched defs:ON (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dgsm_amr_typedefs.h111 #ifndef ON
112 #define ON 1 macro
H A Dvad2.h87 #define ON 1 macro
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h149 #ifndef ON
150 #define ON 1 macro
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java61 public enum Flash { ON, OFF, AUTO }; enum constant in enum:CameraPairwiseTest.Flash
66 public enum Geotagging { ON, OFF }; enum constant in enum:CameraPairwiseTest.Geotagging
144 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
145 PictureSize.LARGE, Geotagging.ON);
155 PictureSize.SMALL, Geotagging.ON);
184 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.CLOUDY, SceneMode.AUTO,
185 PictureSize.SMALL, Geotagging.ON);
195 PictureSize.SMALL, Geotagging.ON);
204 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
234 genericPairwiseTestCase(Flash.ON, Exposur
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsConfig.java176 * Turns IMS ON/OFF on the device.
177 * Value is in Integer format. ON (1), OFF(0).
232 * Value is in Integer format. ON (1), OFF(0).
417 public static final int ON = 1; field in class:ImsConfig.FeatureValueConstants
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java467 public static int ON = 1; field in class:PlaybackControlsRow.ShuffleAction
488 drawables[ON] = new BitmapDrawable(context.getResources(),
494 labels[ON] = context.getString(R.string.lb_playback_controls_shuffle_disable);
504 public static int ON = 1; field in class:PlaybackControlsRow.HighQualityAction
525 drawables[ON] = new BitmapDrawable(context.getResources(),
531 labels[ON] = context.getString(R.string.lb_playback_controls_high_quality_disable);
541 public static int ON = 1; field in class:PlaybackControlsRow.ClosedCaptioningAction
562 drawables[ON] = new BitmapDrawable(context.getResources(),
568 labels[ON] = context.getString(R.string.lb_playback_controls_closed_captioning_disable);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java133 ON, enum constant in enum:CameraCapabilities.FlashMode
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java160 * The plugin state effects how plugins are treated on a page. ON means
169 ON, enum constant in enum:WebSettings.PluginState
/frameworks/base/core/java/android/view/
H A DView.java4827 scrollabilityCache.state = ScrollabilityCache.ON;
12594 scrollCache.state = ScrollabilityCache.ON;
13469 scrollabilityCache.state = ScrollabilityCache.ON;
19708 * This needs to be a better API (NOT ON VIEW) before it is exposed. If
21903 public static final int ON = 1; field in class:View.ScrollabilityCache
21938 * The current state of the scrollbars: ON, OFF, or FADING

Completed in 1043 milliseconds