Searched defs:NONE (Results 1 - 25 of 32) sorted by path

12

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h111 NONE, enumerator in enum:android::NuPlayer::FlushStatus
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h61 NONE, enumerator in enum:android::SoftAAC2::__anon512
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h70 NONE, enumerator in enum:android::SoftAMR::__anon574
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h74 NONE, enumerator in enum:android::SoftMPEG4::__anon650
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h65 NONE, enumerator in enum:android::SoftMP3::__anon665
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h55 NONE, enumerator in enum:android::SoftVPX::__anon678
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h85 NONE, enumerator in enum:android::SoftAVC::OutputPortSettingChange
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h63 NONE, enumerator in enum:android::SoftVorbis::__anon871
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h55 NONE, enumerator in enum:android::SimpleSoftOMXComponent::PortInfo::__anon883
/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/camera2/
H A DStreamingProcessor.h60 NONE, enumerator in enum:android::camera2::StreamingProcessor::StreamType
/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.java125 private static final int NONE = 0x0000; field in class:ViewPropertyAnimator
817 if (bundle.mPropertyMask == NONE) {
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DAccessPointParserHelper.java72 static final int NONE = 0; field in class:AccessPointParserHelper
80 if (security.equalsIgnoreCase("NONE")) {
81 return NONE;
120 int securityType = NONE;
184 config.proxySettings = ProxySettings.NONE;
200 case NONE:
201 config.allowedKeyManagement.set(KeyMgmt.NONE);
204 config.allowedKeyManagement.set(KeyMgmt.NONE);
/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/base/graphics/java/android/renderscript/
H A DElement.java117 NONE (0, 0), enum constant in enum:Element.DataType
755 mType = DataType.NONE;
972 // field must not be NONE since we require name equivalence for
975 (mType != DataType.NONE) &&
H A DProgramRaster.java45 NONE (2); enum constant in enum:ProgramRaster.CullMode
112 builder.setCullMode(CullMode.NONE);
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java868 public static final int NONE = 0; field in class:MediaArtistNativeHelper.VideoEffect
906 public static final int NONE = 0; field in class:MediaArtistNativeHelper.VideoTransition
1103 public static final int NONE = 0; field in class:MediaArtistNativeHelper.AudioTransition
1186 public static final int NONE = 0; field in class:MediaArtistNativeHelper.AudioEffect
3708 VideoTransition.NONE;
3710 AudioTransition.NONE;
/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;
553 mExpansionStyle = NONE;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDctConstants.java51 NONE, enum constant in enum:DctConstants.Activity
/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/wifi/java/android/net/wifi/
H A DWifiConfiguration.java138 public static final int NONE = 0; field in class:WifiConfiguration.KeyMgmt
155 public static final String[] strings = { "NONE", "WPA_PSK", "WPA_EAP", "IEEE8021X",
200 public static final int NONE = 0; field in class:WifiConfiguration.PairwiseCipher
208 public static final String[] strings = { "NONE", "TKIP", "CCMP" };
385 NONE, enum constant in enum:WifiConfiguration.ProxySettings
578 return KeyMgmt.NONE;
H A DWifiSsid.java47 public static final String NONE = "<unknown ssid>"; field in class:WifiSsid
180 return NONE;

Completed in 321 milliseconds

12