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.java56 public enum Flash { ON, OFF, AUTO }; enum constant in enum:CameraPairwiseTest.Flash
61 public enum Geotagging { ON, OFF }; enum constant in enum:CameraPairwiseTest.Geotagging
139 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
140 PictureSize.LARGE, Geotagging.ON);
150 PictureSize.SMALL, Geotagging.ON);
179 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.CLOUDY, SceneMode.AUTO,
180 PictureSize.SMALL, Geotagging.ON);
190 PictureSize.SMALL, Geotagging.ON);
199 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
229 genericPairwiseTestCase(Flash.ON, Exposur
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java484 public static int ON = 1; field in class:PlaybackControlsRow.ShuffleAction
505 drawables[ON] = new BitmapDrawable(context.getResources(),
511 labels[ON] = context.getString(R.string.lb_playback_controls_shuffle_disable);
521 public static int ON = 1; field in class:PlaybackControlsRow.HighQualityAction
542 drawables[ON] = new BitmapDrawable(context.getResources(),
548 labels[ON] = context.getString(R.string.lb_playback_controls_high_quality_disable);
558 public static int ON = 1; field in class:PlaybackControlsRow.ClosedCaptioningAction
579 drawables[ON] = new BitmapDrawable(context.getResources(),
585 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/opt/net/ims/src/java/com/android/ims/
H A DImsConfig.java208 * Turns IMS ON/OFF on the device.
209 * Value is in Integer format. ON (1), OFF(0).
269 * Value is in Integer format. ON (1), OFF(0).
473 public static final int ON = 1; field in class:ImsConfig.FeatureValueConstants
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java171 * The plugin state effects how plugins are treated on a page. ON means
180 ON, enum constant in enum:WebSettings.PluginState
/frameworks/base/core/java/android/view/
H A DView.java5071 scrollabilityCache.state = ScrollabilityCache.ON;
13445 scrollCache.state = ScrollabilityCache.ON;
14337 scrollabilityCache.state = ScrollabilityCache.ON;
20757 * This needs to be a better API (NOT ON VIEW) before it is exposed. If
23063 public static final int ON = 1; field in class:View.ScrollabilityCache
23098 * The current state of the scrollbars: ON, OFF, or FADING

Completed in 223 milliseconds