Home
last modified time | relevance | path

Searched refs:NORMAL (Results 1 – 25 of 121) sorted by relevance

12345

/frameworks/av/tools/
Dmainline_hook_partial.sh49 NORMAL=$(tput sgr0)
160 You are uploading repo ${RED}${REPO_PATH}${NORMAL} to branch ${RED}${current}${NORMAL}.
161 The mainline branch for ${RED}${REPO_PATH}${NORMAL} is branch ${RED}${MAINLINE_BRANCH}${NORMAL}.
163 Ensure an appropriate cherry pick or equivalent lands in branch ${RED}${MAINLINE_BRANCH}${NORMAL}.
178 files in ${RED}${REPO_ROOT}/${filelist_file}${NORMAL}.
185 echo -e ${NORMAL}
191 echo -e ${NORMAL}
195 If you are sure you want to proceed uploading to branch ${RED}${current}${NORMAL},
Dmainline_hook_project.sh24 NORMAL=$(tput sgr0)
39 You are uploading repo ${RED}${REPO_PATH}${NORMAL} to branch ${RED}${current}${NORMAL}.
40 The mainline branch for ${RED}${REPO_PATH}${NORMAL} is branch ${RED}${MAINLINE_BRANCH}${NORMAL}.
42 Ensure an appropriate cherry pick or equivalent lands in branch ${RED}${MAINLINE_BRANCH}${NORMAL}.
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DCriticalNotificationExtractorTest.java61 CriticalNotificationExtractor.NORMAL); in testExtractCritically_nonsupporting()
63 assertCriticality(Notification.CATEGORY_CAR_WARNING, CriticalNotificationExtractor.NORMAL); in testExtractCritically_nonsupporting()
66 CriticalNotificationExtractor.NORMAL); in testExtractCritically_nonsupporting()
69 CriticalNotificationExtractor.NORMAL); in testExtractCritically_nonsupporting()
85 CriticalNotificationExtractor.NORMAL); in testExtractCritically()
88 CriticalNotificationExtractor.NORMAL); in testExtractCritically()
/frameworks/opt/telephony/tests/telephonytests/assets/
Deccdata_input.txt13 routing: NORMAL
25 routing: NORMAL
51 routing: NORMAL
63 routing: NORMAL
/frameworks/base/core/tests/coretests/src/android/graphics/
DTypefaceTest.java63 Typeface.NORMAL, Typeface.BOLD, Typeface.ITALIC, Typeface.BOLD_ITALIC,
100 assertTrue("style", mFaces[0].getStyle() == Typeface.NORMAL); in testStyles()
102 assertTrue("style", mFaces[2].getStyle() == Typeface.NORMAL); in testStyles()
106 assertTrue("style", mFaces[6].getStyle() == Typeface.NORMAL); in testStyles()
235 "sans-serif", Typeface.create(res.getFont(R.font.samplefont), Typeface.NORMAL), in testSetSystemFontMap()
236 "serif", Typeface.create(res.getFont(R.font.samplefont2), Typeface.NORMAL), in testSetSystemFontMap()
237 "monospace", Typeface.create(res.getFont(R.font.samplefont3), Typeface.NORMAL), in testSetSystemFontMap()
238 "sample", Typeface.create(res.getFont(R.font.samplefont4), Typeface.NORMAL), in testSetSystemFontMap()
252 assertEquals(fontMap.get("sans-serif"), Typeface.defaultFromStyle(Typeface.NORMAL)); in testSetSystemFontMap()
260 assertEquals(fontMap.get("sample"), Typeface.create("sample", Typeface.NORMAL)); in testSetSystemFontMap()
/frameworks/minikin/tests/unittest/
DFontFamilyTest.cpp791 constexpr FontStyle::Weight NORMAL = FontStyle::Weight::NORMAL; in TEST_F() local
800 FontStyle(NORMAL, UPRIGHT), // 0 in TEST_F()
802 FontStyle(NORMAL, ITALIC), // 2 in TEST_F()
809 FontStyle(NORMAL, UPRIGHT), // 2 in TEST_F()
815 FontStyle(NORMAL, ITALIC), // 8 in TEST_F()
828 {FontStyle(BOLD), {FontStyle(NORMAL), FontStyle(BOLD)}, 1}, in TEST_F()
830 {FontStyle(LIGHT), {FontStyle(NORMAL), FontStyle(LIGHT)}, 1}, in TEST_F()
832 {FontStyle(NORMAL), {FontStyle(NORMAL), FontStyle(LIGHT)}, 0}, in TEST_F()
833 {FontStyle(NORMAL), {FontStyle(NORMAL), FontStyle(BOLD)}, 0}, in TEST_F()
834 {FontStyle(LIGHT), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 0}, in TEST_F()
[all …]
/frameworks/native/services/utils/
DPriorityDumper.cpp27 enum class PriorityType { INVALID, CRITICAL, HIGH, NORMAL }; enumerator
35 return PriorityType::NORMAL; in getPriorityType()
77 case PriorityType::NORMAL: in priorityDump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
DDumpsysEntry.kt51 override val priority: DumpPriority = DumpPriority.NORMAL
60 override val priority: DumpPriority = DumpPriority.NORMAL
DDumpManager.kt76 registerDumpable(name, module, DumpPriority.NORMAL) in registerNormalDumpable()
178 NORMAL,
/frameworks/native/services/inputflinger/dispatcher/
DConnection.h34 NORMAL, enumerator
40 ftl_first = NORMAL,
DConnection.cpp25 : status(Status::NORMAL), in Connection()
/frameworks/minikin/include/minikin/
DFontStyle.h33 NORMAL = 400, enumerator
47 constexpr FontStyle() : FontStyle(Weight::NORMAL, Slant::UPRIGHT) {} in FontStyle()
49 constexpr explicit FontStyle(Slant slant) : FontStyle(Weight::NORMAL, slant) {} in FontStyle()
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewFallbackLineSpacingTest.java54 { "Enabled - StaticLayout", true, BufferType.NORMAL}, in layouts()
55 { "Disabled - StaticLayout", false, BufferType.NORMAL}, in layouts()
115 if (mBufferType == BufferType.NORMAL) { in testFallbackLineSpacing()
/frameworks/base/services/core/java/com/android/server/notification/
DCriticalNotificationExtractor.java51 static final int NORMAL = 2; field in CriticalNotificationExtractor
80 record.setCriticality(NORMAL); in process()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/
DTemporaryViewDisplayControllerTest.kt523 priority = ViewPriority.NORMAL, in lowerThenHigherPriority_higherReplacesLower()
560 priority = ViewPriority.NORMAL, in lowerThenHigherPriority_lowerPriorityRedisplayed()
604 priority = ViewPriority.NORMAL, in lowerThenHigherPriority_lowerPriorityNotRedisplayedBecauseTimedOut()
653 priority = ViewPriority.NORMAL, in higherThenLowerPriority_higherStaysDisplayed()
688 priority = ViewPriority.NORMAL, in higherThenLowerPriority_lowerEventuallyDisplayed()
734 priority = ViewPriority.NORMAL, in higherThenLowerPriority_lowerNotDisplayedBecauseTimedOut()
802 priority = ViewPriority.NORMAL, in normalThenNewNormal_newNormalDisplayed()
817 priority = ViewPriority.NORMAL, in normalThenNewNormal_newNormalDisplayed()
839 priority = ViewPriority.NORMAL, in lowerPriorityViewUpdatedWhileHigherPriorityDisplayed_eventuallyDisplaysUpdated()
878 priority = ViewPriority.NORMAL, in lowerPriorityViewUpdatedWhileHigherPriorityDisplayed_eventuallyDisplaysUpdated()
[all …]
/frameworks/base/graphics/java/android/graphics/
DInterpolator.java115 NORMAL, enumConstant
144 case 0: return Result.NORMAL; in timeToValues()
DBlurMaskFilter.java31 NORMAL(0), enumConstant
/frameworks/base/core/java/android/webkit/
DWebSettings.java62 NORMAL, enumConstant
92 NORMAL(100), enumConstant
191 NORMAL, enumConstant
608 return closestSize != null ? closestSize : TextSize.NORMAL; in getTextSize()
/frameworks/base/core/java/android/hardware/camera2/params/
DDeviceStateSensorOrientationMap.java55 public static final long NORMAL = 0; field in DeviceStateSensorOrientationMap
69 {NORMAL,
/frameworks/base/telephony/java/android/telephony/
DDisconnectCause.java40 public static final int NORMAL = 2; field in DisconnectCause
394 case NORMAL: in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/analytics/
DCallAnalyticsProvider.java125 NORMAL("Normal Call"), enumConstant
368 return countCallsOfTypeAndStatus(CallType.NORMAL.value, null); in countNormalCalls()
372 return countCallsOfTypeAndStatus(CallType.NORMAL.value, CallStatus.FAILURE.value); in countFailedNormalCalls()
553 CallType.NORMAL.value, in dumpInformationInList()
559 CallType.NORMAL.value, in dumpInformationInList()
631 getFailureCountByReasonForCallType(CallType.NORMAL.value); in aggregate()
635 getFailureCountByRatForCallType(CallType.NORMAL.value); in aggregate()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DImageUtils.java59 NORMAL, enumConstant
66 sUseImageSize = ImageSize.NORMAL;
70 sUseImageSize = ImageSize.NORMAL;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DFontSize.java26 NORMAL(0x0), enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/
DTemporaryViewInfo.kt64 NORMAL,
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DSegmentedButtons.java34 private static final Typeface REGULAR = Typeface.create("sans-serif", Typeface.NORMAL);
35 private static final Typeface MEDIUM = Typeface.create("sans-serif-medium", Typeface.NORMAL);

12345