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

/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.java46 /** The default NORMAL typeface object */
54 /** The NORMAL style of the default sans serif typeface. */
56 /** The NORMAL style of the default serif typeface. */
58 /** The NORMAL style of the default monospace typeface. */
77 public static final int NORMAL = 0; field in class:Typeface
112 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
130 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DFontSize.java26 NORMAL(0x0), enum constant in enum:FontSize
/frameworks/base/rs/java/android/renderscript/
H A DFont.java80 NORMAL, enum constant in enum:Font.Style
137 case NORMAL:
H A DMesh.java582 public static final int NORMAL = 0x0002; field in class:Mesh.TriangleMeshBuilder
593 * @param flags bitfield that is a combination of COLOR, NORMAL,
634 if ((mFlags & NORMAL) != 0) {
718 if ((mFlags & NORMAL) == 0) {
802 if ((mFlags & NORMAL) != 0) {
H A DRenderScript.java167 * NORMAL context, this is the default and what shipping apps should
170 NORMAL (0), enum constant in enum:RenderScript.ContextType
1179 * NORMAL. Applications wishing to do background processing should set
1186 NORMAL (-8); enum constant in enum:RenderScript.Priority
1324 mContextType = ContextType.NORMAL;
1387 * calls create(ctx, ContextType.NORMAL, CREATE_FLAG_NONE)
1395 return create(ctx, ContextType.NORMAL);
1438 * calls create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE)
1448 return create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE);
/frameworks/base/telephony/java/android/telephony/
H A DPreciseDisconnectCause.java37 public static final int NORMAL = 16; field in class:PreciseDisconnectCause
H A DDisconnectCause.java32 public static final int NORMAL = 2; field in class:DisconnectCause
219 case NORMAL:
220 return "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/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java99 NORMAL, enum constant in enum:SQLiteConnectionPool.AcquiredConnectionStatus
911 mAcquiredConnections.put(connection, AcquiredConnectionStatus.NORMAL);
/frameworks/native/services/sensorservice/
H A DSensorService.h75 NORMAL = 0, enumerator in enum:android::SensorService::Mode
89 // in NORMAL mode. When this mode is first activated, all active sensors from all connections
93 // NORMAL mode again, all sensors that were previously registered to are activated with the
101 // RESTRICTED <--- NORMAL ---> DATA_INJECTION
113 // 3) Reset sensorservice back to NORMAL mode.
382 // Reset the state of SensorService to NORMAL mode.
/frameworks/volley/src/main/java/com/android/volley/
H A DRequest.java495 NORMAL, enum constant in enum:Request.Priority
501 * Returns the {@link Priority} of this request; {@link Priority#NORMAL} by default.
504 return Priority.NORMAL;
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp112 NORMAL = 0, enumerator in enum:__anon1528::AudioStream::__anon1529
490 NORMAL = 2, enumerator in enum:__anon1528::AudioGroup::__anon1530
598 if (!mChain->set(AudioStream::NORMAL, pair[1], NULL, NULL,
638 if (mode == NORMAL &&
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java37 * <li>NORMAL means no rendering changes. This is the recommended choice for maximum
52 NORMAL, enum constant in enum:WebSettings.LayoutAlgorithm
71 * <li>NORMAL is 100%</li>
81 NORMAL(100), enum constant in enum:WebSettings.TextSize
154 NORMAL, enum constant in enum:WebSettings.RenderPriority
463 * Sets the text size of the page. The default is {@link TextSize#NORMAL}.
495 return closestSize != null ? closestSize : TextSize.NORMAL;
1254 * {@link RenderPriority#NORMAL}.
/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/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
1175 * NORMAL. Applications wishing to do background processing should set
1180 NORMAL (Process.THREAD_PRIORITY_DISPLAY); enum constant in enum:RenderScript.Priority
1293 mContextType = ContextType.NORMAL;
1417 return create(ctx, ContextType.NORMAL);
1458 * calls create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE)
1468 return create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE);
/frameworks/base/core/java/android/widget/
H A DTextView.java538 private BufferType mBufferType = BufferType.NORMAL;
1287 bufferType = BufferType.NORMAL;
1305 if (bufferType == BufferType.NORMAL)
2863 @ViewDebug.IntToString(from = Typeface.NORMAL, to = "NORMAL"),
2870 return typeface != null ? typeface.getStyle() : Typeface.NORMAL;
5472 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL);
8530 NORMAL, SPANNABLE, EDITABLE, enum constant in enum:TextView.BufferType
/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. ...

Completed in 2449 milliseconds