Searched refs:NORMAL (Results 1 - 25 of 44) sorted by relevance

12

/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/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DFontSize.java26 NORMAL(0x0), enum constant in enum:FontSize
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DTypefaceTest.java60 assertTrue("style", mFaces[0].getStyle() == Typeface.NORMAL);
62 assertTrue("style", mFaces[2].getStyle() == Typeface.NORMAL);
66 assertTrue("style", mFaces[6].getStyle() == Typeface.NORMAL);
/frameworks/native/include/utils/
H A DFileMap.h100 NORMAL, RANDOM, SEQUENTIAL, WILLNEED, DONTNEED enumerator in enum:android::FileMap::MapAdvice
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DTextTest.java89 Font.Style.NORMAL, 8.0f / metrics.density));
91 Font.Style.NORMAL, 8.0f / metrics.density));
/frameworks/ex/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java54 NORMAL, enum constant in enum:ImageUtils.ImageSize
61 sUseImageSize = ImageSize.NORMAL;
65 sUseImageSize = ImageSize.NORMAL;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DFontLoader.java70 Typeface.ITALIC, Typeface.BOLD, Typeface.NORMAL
72 private static int[] DERIVE_ITALIC = new int[] { Typeface.NORMAL };
73 private static int[] DERIVE_BOLD = new int[] { Typeface.NORMAL };
237 if (mFontInfo.font[Typeface.NORMAL] != null) {
267 mFontInfo.font[Typeface.NORMAL] = font;
275 mFontInfo.font[Typeface.NORMAL] = font;
304 // we really shouldn't stop there. This means we don't have a NORMAL font...
H A DRenderAction.java320 case NORMAL:
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java36 * <li>NORMAL means no rendering changes.</li>
44 NORMAL, enum constant in enum:WebSettings.LayoutAlgorithm
58 * <li>NORMAL is 100%</li>
68 NORMAL(100), enum constant in enum:WebSettings.TextSize
133 NORMAL, enum constant in enum:WebSettings.RenderPriority
446 * Sets the text size of the page. The default is {@link TextSize#NORMAL}.
478 return closestSize != null ? closestSize : TextSize.NORMAL;
1284 * {@link RenderPriority#NORMAL}.
/frameworks/support/volley/tests/src/com/android/volley/
H A DRequestTest.java52 private Priority mPriority = Priority.NORMAL;
/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) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java35 NORMAL, /* normal; remote */ enum constant in enum:Connection.DisconnectCause
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java62 NORMAL, enum constant in enum:ImageUtils.ImageSize
69 sUseImageSize = ImageSize.NORMAL;
73 sUseImageSize = ImageSize.NORMAL;
/frameworks/support/volley/src/com/android/volley/
H A DRequest.java326 NORMAL, enum constant in enum:Request.Priority
332 * Returns the {@link Priority} of this request; {@link Priority#NORMAL} by default.
335 return Priority.NORMAL;
/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java55 Typeface light = Typeface.create("sans-serif-light", Typeface.NORMAL);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DTypeface_Delegate.java205 mStyle = Typeface.NORMAL;
/frameworks/native/libs/utils/
H A DFileMap.cpp208 case NORMAL: sysAdvice = MADV_NORMAL; break;
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java328 mFontSans = Font.create(mRS, mRes, "sans-serif", Font.Style.NORMAL, 8);
329 mFontSerif = Font.create(mRS, mRes, "serif", Font.Style.NORMAL, 8);
334 mFontMono = Font.create(mRS, mRes, "mono", Font.Style.NORMAL, 8);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DIconUtilities.java78 mBlurPaint.setMaskFilter(new BlurMaskFilter(blurPx, BlurMaskFilter.Blur.NORMAL));
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java76 webView.getSettings().setLayoutAlgorithm(LayoutAlgorithm.NORMAL);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java80 webView.getSettings().setLayoutAlgorithm(LayoutAlgorithm.NORMAL);
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp110 NORMAL = 0, enumerator in enum:__anon1172::AudioStream::__anon1173
488 NORMAL = 2, enumerator in enum:__anon1172::AudioGroup::__anon1174
593 if (!mChain->set(AudioStream::NORMAL, pair[1], NULL, NULL,
633 if (mode == NORMAL &&

Completed in 557 milliseconds

12