Searched defs:NORMAL (Results 1 - 19 of 19) sorted by path

/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/core/java/android/webkit/
H A DWebSettings.java43 * <li>NORMAL means no rendering changes. This is the recommended choice for maximum
58 NORMAL, enum constant in enum:WebSettings.LayoutAlgorithm
77 * <li>NORMAL is 100%</li>
87 NORMAL(100), enum constant in enum:WebSettings.TextSize
165 NORMAL, enum constant in enum:WebSettings.RenderPriority
474 * Sets the text size of the page. The default is {@link TextSize#NORMAL}.
506 return closestSize != null ? closestSize : TextSize.NORMAL;
1261 * {@link RenderPriority#NORMAL}.
/frameworks/base/core/java/android/widget/
H A DTextView.java561 private BufferType mBufferType = BufferType.NORMAL;
1328 bufferType = BufferType.NORMAL;
1346 if (bufferType == BufferType.NORMAL)
2957 @ViewDebug.IntToString(from = Typeface.NORMAL, to = "NORMAL"),
2964 return typeface != null ? typeface.getStyle() : Typeface.NORMAL;
5617 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL);
8689 NORMAL, SPANNABLE, EDITABLE, enum constant in enum:TextView.BufferType
/frameworks/base/graphics/java/android/graphics/
H A DBlurMaskFilter.java31 NORMAL(0), 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.java48 /** The default NORMAL typeface object */
56 /** The NORMAL style of the default sans serif typeface. */
58 /** The NORMAL style of the default serif typeface. */
60 /** The NORMAL style of the default monospace typeface. */
84 public static final int NORMAL = 0; field in class:Typeface
119 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
137 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java607 public static final short NORMAL = 0; field in interface:ExifInterface.Contrast
616 public static final short NORMAL = 0; field in interface:ExifInterface.Saturation
625 public static final short NORMAL = 0; field in interface:ExifInterface.Sharpness
/frameworks/base/rs/java/android/renderscript/
H A DFont.java80 NORMAL, enum constant in enum:Font.Style
137 case NORMAL:
H A DMesh.java583 public static final int NORMAL = 0x0002; field in class:Mesh.TriangleMeshBuilder
594 * @param flags bitfield that is a combination of COLOR, NORMAL,
635 if ((mFlags & NORMAL) != 0) {
719 if ((mFlags & NORMAL) == 0) {
803 if ((mFlags & NORMAL) != 0) {
H A DRenderScript.java178 * NORMAL context, this is the default and what shipping apps should
181 NORMAL (0), enum constant in enum:RenderScript.ContextType
1212 * NORMAL. Applications wishing to do background processing should set
1219 NORMAL (-8); enum constant in enum:RenderScript.Priority
1357 mContextType = ContextType.NORMAL;
1438 * calls create(ctx, ContextType.NORMAL, CREATE_FLAG_NONE)
1446 return create(ctx, ContextType.NORMAL);
1489 * calls create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE)
1499 return create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE);
/frameworks/base/telephony/java/android/telephony/
H A DDisconnectCause.java32 public static final int NORMAL = 2; field in class:DisconnectCause
226 case NORMAL:
227 return "NORMAL";
H A DPreciseDisconnectCause.java37 public static final int NORMAL = 16; field in class:PreciseDisconnectCause
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/native/services/sensorservice/
H A DSensorService.h97 NORMAL = 0, enumerator in enum:android::SensorService::Mode
111 // in NORMAL mode. When this mode is first activated, all active sensors from all connections
115 // NORMAL mode again, all sensors that were previously registered to are activated with the
122 // RESTRICTED <--- NORMAL ---> DATA_INJECTION
136 // 3) Reset sensorservice back to NORMAL mode.
207 // Reset the state of SensorService to NORMAL mode.
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp112 NORMAL = 0, enumerator in enum:__anon1612::AudioStream::__anon1613
490 NORMAL = 2, enumerator in enum:__anon1612::AudioGroup::__anon1614
598 if (!mChain->set(AudioStream::NORMAL, pair[1], NULL, NULL,
638 if (mode == NORMAL &&
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java59 NORMAL, enum constant in enum:ImageUtils.ImageSize
66 sUseImageSize = ImageSize.NORMAL;
70 sUseImageSize = ImageSize.NORMAL;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DFontSize.java26 NORMAL(0x0), enum constant in enum:FontSize
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java259 * NORMAL context, this is the default and what shipping apps should
262 NORMAL (0), enum constant in enum:RenderScript.ContextType
1202 * NORMAL. Applications wishing to do background processing should set
1207 NORMAL (Process.THREAD_PRIORITY_DISPLAY); enum constant in enum:RenderScript.Priority
1328 mContextType = ContextType.NORMAL;
1489 return create(ctx, ContextType.NORMAL);
1530 * calls create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE)
1540 return create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE);
/frameworks/volley/src/main/java/com/android/volley/
H A DRequest.java482 NORMAL, enum constant in enum:Request.Priority
488 * Returns the {@link Priority} of this request; {@link Priority#NORMAL} by default.
491 return Priority.NORMAL;

Completed in 639 milliseconds