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/base/telephony/java/com/android/ims/
H A DImsConfig.java207 * Turns IMS ON/OFF on the device.
208 * Value is in Integer format. ON (1), OFF(0).
269 * Value is in Integer format. ON (1), OFF(0).
529 public static final int ON = 1; field in class:ImsConfig.FeatureValueConstants
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java133 ON, enum constant in enum:CameraCapabilities.FlashMode
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java574 public static int ON = 1; field in class:PlaybackControlsRow.ShuffleAction
632 public static int ON = 1; field in class:PlaybackControlsRow.HighQualityAction
692 public static int ON = 1; field in class:PlaybackControlsRow.ClosedCaptioningAction
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java172 * The plugin state effects how plugins are treated on a page. ON means
181 ON, enum constant in enum:WebSettings.PluginState
/frameworks/base/core/java/android/view/
H A DView.java5752 scrollabilityCache.state = ScrollabilityCache.ON;
15412 scrollCache.state = ScrollabilityCache.ON;
16272 scrollabilityCache.state = ScrollabilityCache.ON;
23155 * This needs to be a better API (NOT ON VIEW) before it is exposed. If
25625 public static final int ON = 1; field in class:View.ScrollabilityCache
25661 * The current state of the scrollbars: ON, OFF, or FADING

Completed in 6139 milliseconds