Searched refs:NORMAL (Results 1 - 20 of 20) sorted by last modified time

/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
H A DPhaseBeamWallpaper.java63 mRenderScript.setPriority(RenderScript.Priority.NORMAL);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyVisualAttributes.java92 keyAttr.getInt(R.styleable.Keyboard_Key_keyTypeface, Typeface.NORMAL));
/packages/apps/Phone/src/com/android/phone/
H A DCallNotifier.java1088 } else if (((cause == Connection.DisconnectCause.NORMAL)
1125 if ((cause == Connection.DisconnectCause.NORMAL) // remote hangup
1241 && (cause != Connection.DisconnectCause.NORMAL)
H A DInCallScreen.java641 // Always start off in NORMAL mode
642 setInCallScreenMode(InCallScreenMode.NORMAL);
1318 // Hide the Manage Conference panel, return to NORMAL mode.
1319 setInCallScreenMode(InCallScreenMode.NORMAL);
1680 // for OTA Call, only if in OTA NORMAL mode, handle OTA END scenario
1723 && (cause != Connection.DisconnectCause.NORMAL)
1729 && (cause != Connection.DisconnectCause.NORMAL)
1959 case NORMAL:
2307 if (DBG) log("- updateScreen: OTA call state NORMAL (NOT updating in-call UI)...");
2633 // - NORMAL
[all...]
H A DInCallTouchUi.java376 // - NORMAL (obviously)
383 return ((mApp.inCallUiState.inCallScreenMode == InCallScreenMode.NORMAL)
H A DInCallUiState.java100 NORMAL, enum constant in enum:InCallUiState.InCallScreenMode
H A DOtaUtils.java574 // NORMAL mode, which will then cause the InCallScreen (when it
578 OtaUtils.CdmaOtaInCallScreenUiState.State.NORMAL);
683 if (getCdmaOtaInCallScreenUiState() == CdmaOtaInCallScreenUiState.State.NORMAL) {
1531 NORMAL, enum constant in enum:OtaUtils.CdmaOtaInCallScreenUiState.State
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifTag.java394 public static final short NORMAL = 0; field in interface:ExifTag.Contrast
403 public static final short NORMAL = 0; field in interface:ExifTag.Saturation
412 public static final short NORMAL = 0; field in interface:ExifTag.Sharpness
/packages/apps/Launcher2/src/com/android/launcher2/
H A DHolographicOutlineHelper.java56 sExtraThickInnerBlurMaskFilter = new BlurMaskFilter(scale * 6.0f, BlurMaskFilter.Blur.NORMAL);
57 sThickInnerBlurMaskFilter = new BlurMaskFilter(scale * 4.0f, BlurMaskFilter.Blur.NORMAL);
58 sMediumInnerBlurMaskFilter = new BlurMaskFilter(scale * 2.0f, BlurMaskFilter.Blur.NORMAL);
H A DLauncher.java2666 Workspace.State.NORMAL, animated, stagger);
H A DUtilities.java243 sBlurPaint.setMaskFilter(new BlurMaskFilter(5 * density, BlurMaskFilter.Blur.NORMAL));
H A DWorkspace.java161 enum State { NORMAL, SPRING_LOADED, SMALL }; enum constant in enum:Workspace.State
162 private State mState = State.NORMAL;
1201 mState == State.NORMAL &&
1576 final boolean oldStateIsNormal = (oldState == State.NORMAL);
1580 final boolean stateIsNormal = (state == State.NORMAL);
1589 if (state != State.NORMAL) {
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClock.java508 mRobotoNormal = Typeface.create("sans-serif-condensed", Typeface.NORMAL);
/packages/apps/Email/src/com/android/email/activity/
H A DMessageListItem.java239 ss.setSpan(new StyleSpan(mRead ? Typeface.NORMAL : Typeface.BOLD), 0, ss.length(),
265 * Determine the mode of this view (WIDE or NORMAL)
H A DMessageViewFragmentBase.java503 settings.setLayoutAlgorithm(WebSettings.LayoutAlgorithm.NORMAL);
/packages/apps/Email/src/com/android/email/widget/
H A DEmailWidget.java389 ss.setSpan(new StyleSpan(read ? Typeface.NORMAL : Typeface.BOLD), 0, ss.length(),
428 from.setSpan(isUnread ? new StyleSpan(Typeface.BOLD) : new StyleSpan(Typeface.NORMAL),
/packages/apps/Email/src/com/android/mail/providers/
H A DUIProvider.java1397 public static final int NORMAL = 0; field in class:UIProvider.MessageTextSize
/packages/apps/Email/src/org/apache/commons/io/
H A DFileCleaningTracker.java65 * The {@link FileDeleteStrategy#NORMAL normal} deletion strategy will be used.
95 * The {@link FileDeleteStrategy#NORMAL normal} deletion strategy will be used.
245 this.deleteStrategy = (deleteStrategy == null ? FileDeleteStrategy.NORMAL : deleteStrategy);
H A DFileDeleteStrategy.java41 public static final FileDeleteStrategy NORMAL = new FileDeleteStrategy("Normal"); field in class:FileDeleteStrategy
/packages/apps/Browser/src/com/android/browser/
H A DBrowserSettings.java206 * NORMAL is 100%
393 LayoutAlgorithm layoutAlgorithm = LayoutAlgorithm.NORMAL;
402 layoutAlgorithm = LayoutAlgorithm.NORMAL;
619 String textSize = mPrefs.getString(PREF_TEXT_SIZE, "NORMAL");

Completed in 351 milliseconds