Searched refs:ON (Results 1 - 12 of 12) 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.java62 public enum Flash { ON, OFF, AUTO }; enum constant in enum:CameraPairwiseTest.Flash
67 public enum Geotagging { ON, OFF }; enum constant in enum:CameraPairwiseTest.Geotagging
145 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
146 PictureSize.LARGE, Geotagging.ON);
156 PictureSize.SMALL, Geotagging.ON);
185 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.CLOUDY, SceneMode.AUTO,
186 PictureSize.SMALL, Geotagging.ON);
196 PictureSize.SMALL, Geotagging.ON);
205 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
235 genericPairwiseTestCase(Flash.ON, Exposur
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java363 public static int ON = 1; field in class:PlaybackControlsRow.ShuffleAction
385 drawables[ON] = new BitmapDrawable(context.getResources(),
391 labels[ON] = context.getString(R.string.lb_playback_controls_shuffle_disable);
401 public static int ON = 1; field in class:PlaybackControlsRow.HighQualityAction
423 drawables[ON] = new BitmapDrawable(context.getResources(),
429 labels[ON] = context.getString(R.string.lb_playback_controls_high_quality_disable);
439 public static int ON = 1; field in class:PlaybackControlsRow.ClosedCaptioningAction
461 drawables[ON] = new BitmapDrawable(context.getResources(),
467 labels[ON] = context.getString(R.string.lb_playback_controls_closed_captioning_disable);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsConfig.java176 public static final int ON = 1; field in class:ImsConfig.FeatureValueConstants
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2Settings.java175 return FlashMode.ON;
333 case ON: {
H A DAndroidCamera2Capabilities.java123 mSupportedFlashModes.add(FlashMode.ON);
H A DAndroidCameraCapabilities.java183 mSupportedFlashModes.add(FlashMode.ON);
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.java4503 scrollabilityCache.state = ScrollabilityCache.ON;
11565 scrollCache.state = ScrollabilityCache.ON;
12440 scrollabilityCache.state = ScrollabilityCache.ON;
18333 * This needs to be a better API (NOT ON VIEW) before it is exposed. If
20471 public static final int ON = 1; field in class:View.ScrollabilityCache
20506 * The current state of the scrollbars: ON, OFF, or FADING

Completed in 437 milliseconds