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

12

/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/mp3dec/
H A DSoftMP3.h68 NONE, enumerator in enum:android::SoftMP3::__anon451
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h66 NONE, enumerator in enum:android::SoftVorbis::__anon660
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h71 NONE, enumerator in enum:android::SoftAMR::__anon361
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.h80 NONE, enumerator in enum:android::SoftOpus::__anon657
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h55 NONE, enumerator in enum:android::SimpleSoftOMXComponent::PortInfo::__anon677
H A DSoftVideoDecoderOMXComponent.h97 NONE, enumerator in enum:android::SoftVideoDecoderOMXComponent::__anon681
/frameworks/base/rs/java/android/renderscript/
H A DProgramRaster.java43 NONE (2); enum constant in enum:ProgramRaster.CullMode
110 builder.setCullMode(CullMode.NONE);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiSsid.java47 public static final String NONE = "<unknown ssid>"; field in class:WifiSsid
179 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/codecs/aacdec/
H A DSoftAAC2.h69 NONE, enumerator in enum:android::SoftAAC2::__anon299
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h70 NONE, enumerator in enum:android::ARTSPConnection::AuthType
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.h65 NONE, enumerator in enum:android::camera2::StreamingProcessor::StreamType
/frameworks/base/core/java/android/net/
H A DIpConfiguration.java50 NONE, enum constant in enum:IpConfiguration.ProxySettings
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DWifiConfigurationHelper.java41 private static final int NONE = 0; field in class:WifiConfigurationHelper
60 config.allowedKeyManagement.set(KeyMgmt.NONE);
80 config.allowedKeyManagement.set(KeyMgmt.NONE);
128 if (phase2 == null) phase2 = WifiEnterpriseConfig.Phase2.NONE;
151 config.setProxySettings(ProxySettings.NONE);
160 * security being one of NONE, WEP, PSK, or EAP. If WEP, PSK, or EAP are selected, the field
198 case NONE:
256 config.setProxySettings(ProxySettings.NONE);
270 if ("NONE".equalsIgnoreCase(security)) {
271 return NONE;
[all...]
/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/base/tools/split-select/
H A DRule.h49 NONE = 0, enumerator in enum:split::Rule::Key
74 , key(NONE)
/frameworks/base/cmds/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/core/java/android/app/usage/
H A DUsageEvents.java39 public static final int NONE = 0; field in class:UsageEvents.Event
/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...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java107 NONE, COMPACT, ELEGANT enum constant in enum:FontFamily_Delegate.FontVariant
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java62 NONE, STARTED, COMPLETED, FAILED, CANCELED; enum constant in enum:Call.SrvccState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcFailCause.java26 NONE(0), enum constant in enum:DcFailCause
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h153 NONE, enumerator in enum:android::NuPlayer::FlushStatus

Completed in 494 milliseconds

12