Searched defs:NORMAL (Results 1 - 20 of 20) 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.java82 /** The default NORMAL typeface object */
90 /** The NORMAL style of the default sans serif typeface. */
92 /** The NORMAL style of the default serif typeface. */
94 /** The NORMAL style of the default monospace typeface. */
120 public static final int NORMAL = 0; field in class:Typeface
672 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC
690 * 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.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/native/services/sensorservice/
H A DSensorService.h99 NORMAL = 0, enumerator in enum:android::SensorService::Mode
113 // in NORMAL mode. When this mode is first activated, all active sensors from all connections
117 // NORMAL mode again, all sensors that were previously registered to are activated with the
124 // RESTRICTED <--- NORMAL ---> DATA_INJECTION
138 // 3) Reset sensorservice back to NORMAL mode.
214 // Reset the state of SensorService to NORMAL mode.
/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/telephony/java/android/telephony/
H A DDisconnectCause.java32 public static final int NORMAL = 2; field in class:DisconnectCause
273 case NORMAL:
274 return "NORMAL";
H A DPreciseDisconnectCause.java49 public static final int NORMAL = 16; field in class:PreciseDisconnectCause
/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/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp112 NORMAL = 0, enumerator in enum:__anon1950::AudioStream::__anon1951
490 NORMAL = 2, enumerator in enum:__anon1950::AudioGroup::__anon1952
598 if (!mChain->set(AudioStream::NORMAL, pair[1], NULL, NULL,
638 if (mode == 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>
88 NORMAL(100), enum constant in enum:WebSettings.TextSize
166 NORMAL, enum constant in enum:WebSettings.RenderPriority
484 * Sets the text size of the page. The default is {@link TextSize#NORMAL}.
518 return closestSize != null ? closestSize : TextSize.NORMAL;
1274 * {@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/rs/support/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
1341 mContextType = ContextType.NORMAL;
1500 return create(ctx, ContextType.NORMAL);
1541 * calls create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE)
1551 return create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE);
/frameworks/base/core/java/android/widget/
H A DTextView.java618 private BufferType mBufferType = BufferType.NORMAL;
1506 bufferType = BufferType.NORMAL;
1526 if (bufferType == BufferType.NORMAL) {
3589 @ViewDebug.IntToString(from = Typeface.NORMAL, to = "NORMAL"),
3596 return typeface != null ? typeface.getStyle() : Typeface.NORMAL;
6642 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL);
9903 NORMAL, SPANNABLE, EDITABLE enum constant in enum:TextView.BufferType
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/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 2071 milliseconds