Searched defs:NORMAL (Results 1 - 14 of 14) 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.java32 /** The default NORMAL typeface object */
40 /** The NORMAL style of the default sans serif typeface. */
42 /** The NORMAL style of the default serif typeface. */
44 /** The NORMAL style of the default monospace typeface. */
54 public static final int NORMAL = 0; field in class:Typeface
84 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
99 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
H A DFontSize.java26 NORMAL(0x0), enum constant in enum:FontSize
/frameworks/native/include/utils/
H A DFileMap.h100 NORMAL, RANDOM, SEQUENTIAL, WILLNEED, DONTNEED enumerator in enum:android::FileMap::MapAdvice
/frameworks/base/graphics/java/android/renderscript/
H A DFont.java82 NORMAL, enum constant in enum:Font.Style
139 case NORMAL:
H A DMesh.java577 public static final int NORMAL = 0x0002; field in class:Mesh.TriangleMeshBuilder
588 * @param flags bitfield that is a combination of COLOR, NORMAL,
629 if ((mFlags & NORMAL) != 0) {
713 if ((mFlags & NORMAL) == 0) {
797 if ((mFlags & NORMAL) != 0) {
H A DRenderScript.java807 * NORMAL. Applications wishing to do background processing such as
813 NORMAL (Process.THREAD_PRIORITY_DISPLAY); enum constant in enum:RenderScript.Priority
/frameworks/support/volley/src/com/android/volley/
H A DRequest.java345 NORMAL, enum constant in enum:Request.Priority
351 * Returns the {@link Priority} of this request; {@link Priority#NORMAL} by default.
354 return Priority.NORMAL;
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java99 NORMAL, enum constant in enum:SQLiteConnectionPool.AcquiredConnectionStatus
911 mAcquiredConnections.put(connection, AcquiredConnectionStatus.NORMAL);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DConnection.java36 NORMAL, /* normal; remote */ enum constant in enum:Connection.DisconnectCause
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java37 * <li>NORMAL means no rendering changes.</li>
45 NORMAL, enum constant in enum:WebSettings.LayoutAlgorithm
59 * <li>NORMAL is 100%</li>
69 NORMAL(100), enum constant in enum:WebSettings.TextSize
126 NORMAL, enum constant in enum:WebSettings.RenderPriority
1164 * one only needs to be called once per process. The default is NORMAL.
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp110 NORMAL = 0, enumerator in enum:__anon1217::AudioStream::__anon1218
488 NORMAL = 2, enumerator in enum:__anon1217::AudioGroup::__anon1219
593 if (!mChain->set(AudioStream::NORMAL, pair[1], NULL, NULL,
633 if (mode == NORMAL &&
/frameworks/base/core/java/android/widget/
H A DTextView.java324 private BufferType mBufferType = BufferType.NORMAL;
986 bufferType = BufferType.NORMAL;
1004 if (bufferType == BufferType.NORMAL)
4659 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL);
7572 NORMAL, SPANNABLE, EDITABLE, enum constant in enum:TextView.BufferType

Completed in 999 milliseconds