Searched refs:NORMAL (Results 26 - 49 of 49) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DValueParser.java242 size = FontSize.NORMAL;
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java165 * NORMAL context, this is the default and what shipping apps should
168 NORMAL (0), enum constant in enum:RenderScript.ContextType
1039 * NORMAL. Applications wishing to do background processing should set
1044 NORMAL (Process.THREAD_PRIORITY_DISPLAY); enum constant in enum:RenderScript.Priority
1182 mContextType = ContextType.NORMAL;
1209 return create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE);
1249 return create(ctx, ContextType.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/core/java/android/view/accessibility/
H A DCaptioningManager.java439 mParsedTypeface = Typeface.create(mRawTypeface, Typeface.NORMAL);
/frameworks/base/graphics/java/android/graphics/
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/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java284 mScript.set_gFontSerif(Font.create(mRS, mRes, "serif", Font.Style.NORMAL, 8));
H A DUiTest.java102 mFontSans = Font.create(mRS, mRes, "sans-serif", Font.Style.NORMAL, 8);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java193 * NORMAL context, this is the default and what shipping apps should
196 NORMAL (0), enum constant in enum:RenderScript.ContextType
844 * NORMAL. Applications wishing to do background processing should set
849 NORMAL (Process.THREAD_PRIORITY_DISPLAY); enum constant in enum:RenderScript.Priority
976 return create(ctx, sdkVersion, ContextType.NORMAL);
1041 return create(ctx, ContextType.NORMAL);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBlendComposite.java35 NORMAL, enum constant in enum:BlendComposite.BlendingMode
69 public static final BlendComposite Normal = new BlendComposite(BlendingMode.NORMAL);
358 case NORMAL:
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java931 return DisconnectCause.NORMAL;
1033 if (cause == DisconnectCause.NORMAL) {
1041 if (cause == DisconnectCause.NORMAL && conn != null && conn.getImsCall().isMerged()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileView.java48 Typeface.NORMAL);
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DMain.java323 RenderingMode.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/base/core/java/android/widget/
H A DSimpleMonthView.java266 mMonthDayLabelPaint.setTypeface(Typeface.create(mDayOfWeekTypeface, Typeface.NORMAL));
H A DStackView.java1398 mSmallBlurMaskFilter = new BlurMaskFilter(2 * mDensity, BlurMaskFilter.Blur.NORMAL);
1399 mLargeBlurMaskFilter = new BlurMaskFilter(4 * mDensity, BlurMaskFilter.Blur.NORMAL);
H A DTextView.java507 private BufferType mBufferType = BufferType.NORMAL;
1222 bufferType = BufferType.NORMAL;
1240 if (bufferType == BufferType.NORMAL)
2618 @ViewDebug.IntToString(from = Typeface.NORMAL, to = "NORMAL"),
5196 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL);
8190 NORMAL, SPANNABLE, EDITABLE, enum constant in enum:TextView.BufferType
H A DRadialTimePickerView.java318 mTypeface = Typeface.create("sans-serif", Typeface.NORMAL);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthView.java309 mMonthDayLabelPaint.setTypeface(Typeface.create(mDayOfWeekTypeface, Typeface.NORMAL));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java394 return DisconnectCause.NORMAL;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java368 return DisconnectCause.NORMAL;
371 // to app, not NORMAL call end.
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java587 assertEquals(DisconnectCause.NORMAL, cn.getDisconnectCause());
777 assertEquals(DisconnectCause.NORMAL, cn.getDisconnectCause());
1526 assertEquals(DisconnectCause.NORMAL, cn.getDisconnectCause());
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java369 case NORMAL:
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java1003 ? DisconnectCause.NORMAL
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java479 if (renderingMode != RenderingMode.NORMAL) {

Completed in 967 milliseconds

12