Searched defs:NONE (Results 1 - 25 of 33) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h64 NONE, enumerator in enum:android::SoftVorbis::__anon895
/frameworks/base/graphics/java/android/graphics/
H A DInsets.java29 public static final Insets NONE = new Insets(0, 0, 0, 0); field in class:Insets
57 return NONE;
70 return (r == null) ? NONE : of(r.left, r.top, r.right, r.bottom);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h62 NONE, enumerator in enum:android::SoftAAC2::__anon536
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h66 NONE, enumerator in enum:android::SoftMP3::__anon689
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DAccessPointParserHelper.java70 static final int NONE = 0; field in class:AccessPointParserHelper
78 if (security.equalsIgnoreCase("NONE")) {
79 return NONE;
118 int securityType = NONE;
182 config.proxySettings = ProxySettings.NONE;
198 case NONE:
199 config.allowedKeyManagement.set(KeyMgmt.NONE);
202 config.allowedKeyManagement.set(KeyMgmt.NONE);
213 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.NONE);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h71 NONE, enumerator in enum:android::SoftAMR::__anon598
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h55 NONE, enumerator in enum:android::SimpleSoftOMXComponent::PortInfo::__anon913
H A DSoftVideoDecoderOMXComponent.h77 NONE, enumerator in enum:android::SoftVideoDecoderOMXComponent::__anon916
/frameworks/base/graphics/java/android/renderscript/
H A DProgramRaster.java46 NONE (2); enum constant in enum:ProgramRaster.CullMode
113 builder.setCullMode(CullMode.NONE);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiSsid.java48 public static final String NONE = "<unknown ssid>"; field in class:WifiSsid
181 return NONE;
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java35 public static enum InterceptType { NONE, LEFT, RIGHT, BOTH } enum constant in enum:PhotoViewPager.InterceptType
117 : InterceptType.NONE;
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h70 NONE, enumerator in enum:android::ARTSPConnection::AuthType
H A DMyTransmitter.h82 mAuthType(NONE),
291 if (mAuthType == NONE) {
382 if (mAuthType != NONE) {
828 NONE, enumerator in enum:android::MyTransmitter::AuthType
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.h62 NONE, enumerator in enum:android::camera2::StreamingProcessor::StreamType
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSgTransform.java31 NONE(0), enum constant in enum:TransformType
75 mTransformData.transformTypes[i] = TransformType.NONE.mID;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h133 NONE, enumerator in enum:android::NuPlayer::FlushStatus
/frameworks/base/core/java/android/text/method/
H A DTextKeyListener.java98 return getInstance(false, Capitalize.NONE);
115 if (cap == Capitalize.NONE) {
208 NONE, SENTENCES, WORDS, CHARACTERS, enum constant in enum:TextKeyListener.Capitalize
/frameworks/base/core/java/android/view/
H A DMenu.java80 static final int NONE = 0; field in interface:Menu
159 * changes. Normally use {@link #NONE} if an item should not be in a
161 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
163 * @param order The order for the item. Use {@link #NONE} if you do not care
176 * changes. Normally use {@link #NONE} if an item should not be in a
178 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
180 * @param order The order for the item. Use {@link #NONE} if you do not care
218 * changes. Normally use {@link #NONE} if an item should not be in a
220 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
222 * @param order The order for the item. Use {@link #NONE} i
[all...]
H A DViewPropertyAnimator.java136 private static final int NONE = 0x0000; field in class:ViewPropertyAnimator
874 if (bundle.mPropertyMask == NONE) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcFailCause.java25 NONE(0), enum constant in enum:DcFailCause
H A DDcAsyncChannel.java98 NONE, CHANGED, RESET; enum constant in enum:DcAsyncChannel.LinkPropertyChangeAction
101 if (value == NONE.ordinal()) {
102 return NONE;
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DTracer.java50 NONE, enum constant in enum:Tracer.Mode
93 private Mode mCurrentMode = Mode.NONE;
114 * both. Setting this to NONE will turn off tracing.
167 if (mCurrentMode == Mode.NONE) {
190 return mCurrentMode != Mode.NONE;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java63 public enum Exposure { MIN, MAX, NONE }; enum constant in enum:CameraPairwiseTest.Exposure
135 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
185 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.CLOUDY, SceneMode.AUTO,
255 genericPairwiseTestCase(Flash.OFF, Exposure.NONE, WhiteBalance.AUTO, SceneMode.PARTY,
265 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.AUTO, SceneMode.NIGHT,
275 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.INCANDESCENT, SceneMode.AUTO,
305 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.AUTO, SceneMode.PARTY,
315 genericPairwiseTestCase(Flash.OFF, Exposure.NONE, WhiteBalance.AUTO, SceneMode.ACTION,
361 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.FLUORESCENT,
420 case NONE
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDctConstants.java51 NONE, enum constant in enum:DctConstants.Activity
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java72 private static final int NONE = 0; field in class:ExpandHelper
76 private int mExpansionStyle = NONE;
552 mExpansionStyle = NONE;

Completed in 1358 milliseconds

12