Searched defs:NORMAL (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DBlurMaskFilter.java28 NORMAL(0), //!< blur inside and outside of the original border enum constant in enum:BlurMaskFilter.Blur
H A DInterpolator.java112 NORMAL, enum constant in enum:Interpolator.Result
128 * (NORMAL), was before the first key time (FREEZE_START) or after the last
141 case 0: return Result.NORMAL;
H A DTypeface.java31 /** The default NORMAL typeface object */
39 /** The NORMAL style of the default sans serif typeface. */
41 /** The NORMAL style of the default serif typeface. */
43 /** The NORMAL style of the default monospace typeface. */
51 public static final int NORMAL = 0; field in class:Typeface
79 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
94 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
H A DFontSize.java26 NORMAL(0x0), enum constant in enum:FontSize
/frameworks/base/include/utils/
H A DFileMap.h98 NORMAL, RANDOM, SEQUENTIAL, WILLNEED, DONTNEED enumerator in enum:android::FileMap::MapAdvice
/frameworks/base/graphics/java/android/renderscript/
H A DSimpleMesh.java203 public static final int NORMAL = 0x0002; field in class:SimpleMesh.TriangleMeshBuilder
241 if ((mFlags & NORMAL) != 0) {
279 if ((mFlags & NORMAL) == 0) {
334 if ((mFlags & NORMAL) != 0) {
338 Element.DataKind.NORMAL,
H A DElement.java78 NORMAL (4), enum constant in enum:Element.DataKind
201 rs.mElement_NORMAL_3 = createAttrib(rs, DataType.FLOAT_32, DataKind.NORMAL, 3);
300 dk == DataKind.NORMAL ||
318 if (dk == DataKind.NORMAL &&
H A DRenderScript.java234 NORMAL (-4); //ANDROID_PRIORITY_DISPLAY enum constant in enum:RenderScript.Priority
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DConnection.java36 NORMAL, /* normal; remote */ enum constant in enum:Connection.DisconnectCause
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp103 NORMAL = 0, enumerator in enum:__anon763::AudioStream::__anon764
486 NORMAL = 2, enumerator in enum:__anon763::AudioGroup::__anon765
588 if (!mChain->set(AudioStream::NORMAL, pair[1], NULL, NULL,
628 if (mode == NORMAL && !strcmp(value, "herring")) {
633 mode = NORMAL;
871 if (mode == NORMAL) {
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java40 * NORMAL means no rendering changes.
47 NORMAL, enum constant in enum:WebSettings.LayoutAlgorithm
56 * NORMAL is 100%
63 NORMAL(100), enum constant in enum:WebSettings.TextSize
118 NORMAL, enum constant in enum:WebSettings.RenderPriority
155 private TextSize mTextSize = TextSize.NORMAL;
199 private RenderPriority mRenderPriority = RenderPriority.NORMAL;
269 if (mRenderPriority == RenderPriority.NORMAL) {
1385 * one only needs to be called once per process. The default is NORMAL.
/frameworks/base/core/java/android/widget/
H A DTextView.java841 bufferType = BufferType.NORMAL;
861 if (bufferType == BufferType.NORMAL)
7084 NORMAL, SPANNABLE, EDITABLE, enum constant in enum:TextView.BufferType
8390 private BufferType mBufferType = BufferType.NORMAL;

Completed in 328 milliseconds