Searched refs:OFF (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dgsm_amr_typedefs.h107 #ifndef OFF
108 #define OFF 0 macro
H A Dvad2.h88 #define OFF 0 macro
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h146 #ifndef OFF
147 #define OFF 0 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
130 PictureSize.MEDIUM, Geotagging.OFF);
149 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
159 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO,
160 PictureSize.MEDIUM, Geotagging.OFF);
170 SceneMode.AUTO, PictureSize.LARGE, Geotagging.OFF);
200 PictureSize.MEDIUM, Geotagging.OFF);
209 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.AUTO, SceneMode.NIGHT,
210 PictureSize.LARGE, Geotagging.OFF);
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java483 public static int OFF = 0; field in class:PlaybackControlsRow.ShuffleAction
504 drawables[OFF] = uncoloredDrawable;
510 labels[OFF] = context.getString(R.string.lb_playback_controls_shuffle_enable);
520 public static int OFF = 0; field in class:PlaybackControlsRow.HighQualityAction
541 drawables[OFF] = uncoloredDrawable;
547 labels[OFF] = context.getString(R.string.lb_playback_controls_high_quality_enable);
557 public static int OFF = 0; field in class:PlaybackControlsRow.ClosedCaptioningAction
578 drawables[OFF] = uncoloredDrawable;
584 labels[OFF] = context.getString(R.string.lb_playback_controls_closed_captioning_enable);
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeApp.java151 final int OFF = (i*PAGE_SIZE)/4;
153 mStuffing[OFF+j] = VAL;
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java340 : ImsConfig.FeatureValueConstants.OFF,
366 ImsConfig.FeatureValueConstants.ON : ImsConfig.FeatureValueConstants.OFF);
386 : ImsConfig.FeatureValueConstants.OFF,
459 ImsConfig.FeatureValueConstants.ON : ImsConfig.FeatureValueConstants.OFF);
470 : ImsConfig.FeatureValueConstants.OFF);
481 : ImsConfig.FeatureValueConstants.OFF;
602 ImsConfig.FeatureValueConstants.OFF,
629 ImsConfig.FeatureValueConstants.OFF,
657 ImsConfig.FeatureValueConstants.OFF,
1463 ImsConfig.FeatureValueConstants.ON : ImsConfig.FeatureValueConstants.OFF);
[all...]
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).
284 * Value is in Integer format. On (1), OFF(0).
299 * Value is in Integer format. On(1), OFF(0).
472 public static final int OFF = 0; field in class:ImsConfig.FeatureValueConstants
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2Settings.java168 return FlashMode.OFF;
337 case OFF: {
H A DAndroidCamera2Capabilities.java120 mSupportedFlashModes.add(FlashMode.OFF);
H A DAndroidCameraCapabilities.java181 mSupportedFlashModes.add(FlashMode.OFF);
H A DCameraCapabilities.java128 OFF, enum constant in enum:CameraCapabilities.FlashMode
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java176 * OFF means that all plugins will be turned off and any fallback content
182 OFF enum constant in enum:WebSettings.PluginState
967 * {@link PluginState#OFF}.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java518 OFF, enum constant in enum:CameraMetadataTest.AeAntibandingMode
546 AeAntibandingMode.OFF, AeAntibandingMode._50HZ, AeAntibandingMode._60HZ,
581 AeAntibandingMode.OFF, AeAntibandingMode._50HZ, AeAntibandingMode._60HZ,
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1286 const int OFF = 0;
1289 p += OFF;
1291 printf("0x%03x ", i*0x10 + OFF);
/frameworks/base/core/java/android/view/
H A DView.java11038 if (mScrollCache.state == ScrollabilityCache.OFF) {
13433 if (scrollCache.state == ScrollabilityCache.OFF) {
14335 scrollabilityCache.state = ScrollabilityCache.OFF;
14754 if (state == ScrollabilityCache.OFF) {
14771 cache.state = ScrollabilityCache.OFF;
17861 && mScrollCache.state != ScrollabilityCache.OFF;
23058 public static final int OFF = 0; field in class:View.ScrollabilityCache
23098 * The current state of the scrollbars: ON, OFF, or FADING
23100 public int state = OFF;

Completed in 378 milliseconds