Home
last modified time | relevance | path

Searched refs:Normal (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/theme/
DSettingsTypography.kt38 fontWeight = FontWeight.Normal,
47 fontWeight = FontWeight.Normal,
56 fontWeight = FontWeight.Normal,
65 fontWeight = FontWeight.Normal,
74 fontWeight = FontWeight.Normal,
83 fontWeight = FontWeight.Normal,
92 fontWeight = FontWeight.Normal,
101 fontWeight = FontWeight.Normal,
110 fontWeight = FontWeight.Normal,
119 fontWeight = FontWeight.Normal,
[all …]
DSettingsFontFamily.kt57 Font(DeviceFontFamilyName(fontFamilyNormal), FontWeight.Normal), in Context()
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/
DAnnotatedStringResource.kt69 SpanStyle(fontWeight = FontWeight.Normal, fontStyle = FontStyle.Normal), in AnnotatedString()
75 SpanStyle(fontWeight = FontWeight.Bold, fontStyle = FontStyle.Normal), in AnnotatedString()
81 SpanStyle(fontWeight = FontWeight.Normal, fontStyle = FontStyle.Italic), in AnnotatedString()
/frameworks/base/cmds/incident_helper/testdata/
Dpagetypeinfo.txt6 Node 0, zone Normal, type Reclaimable 953 773 437 154 92 26 15 14…
10 Node 0, zone Normal 70 12 423 0 1 0
/frameworks/av/media/utils/include/mediautils/
DExtendedAccumulator.h51 Normal = 0, enumerator
66 std::pair<SignedInt, Wrap> res = {0, Wrap::Normal}; in poll()
/frameworks/opt/vcard/tests/res/raw/
Dv21_org_before_title.vcf3 FN:Normal Guy
/frameworks/minikin/include/minikin/
DLineBreakStyle.h27 Normal = 2, enumerator
DLineBreaker.h46 Normal = 1, enumerator
/frameworks/native/libs/bufferstreams/examples/app/java/com/android/graphics/bufferstreamsdemoapp/ui/
DType.kt13 fontWeight = FontWeight.Normal,
/frameworks/libs/systemui/tracinglib/demo/src/ui/theme/
DType.kt30 fontWeight = FontWeight.Normal,
/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/framework/util/
DAnnotatedStringResourceTest.kt65 item = SpanStyle(fontWeight = FontWeight.Bold, fontStyle = FontStyle.Normal), in annotatedStringResource()
/frameworks/av/media/utils/tests/
Dextended_accumulator_tests.cpp74 else EXPECT_EQ(TestDetect::Wrap::Normal, status); in testPair()
/frameworks/base/cmds/incident_helper/tests/
DKernelWakesParser_test.cpp76 TEST_F(KernelWakesParserTest, Normal) { in TEST_F() argument
/frameworks/base/libs/hwui/hwui/
DCanvas.h66 Normal, enumerator
71 inline DrawTextBlobMode gDrawTextBlobMode = DrawTextBlobMode::Normal;
DDrawTextFunctor.h173 gDrawTextBlobMode = DrawTextBlobMode::Normal; in operator()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/theme/typography/
DTypefaceTokens.kt31 val WeightRegular = FontWeight.Normal
/frameworks/base/core/proto/android/server/
Dface.proto41 // Normal face authentications stats (e.g. lockscreen).
Dfingerprint.proto41 // Normal fingerprint authentications (e.g. lockscreen).
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyboard/stickykeys/ui/view/
DStickyKeysIndicator.kt85 fontWeight = if (isLocked.locked) FontWeight.Bold else FontWeight.Normal, in StickyKeyText()
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateSelectorTest.cpp1568 {0_Hz, FrameRateCategory::Normal, 60_Hz}, in TEST_P()
1575 {12_Hz, FrameRateCategory::Normal, 60_Hz}, in TEST_P()
1639 {0_Hz, FrameRateCategory::Normal, 60_Hz}, in TEST_P()
1646 {12_Hz, FrameRateCategory::Normal, 60_Hz}, in TEST_P()
1705 {0_Hz, FrameRateCategory::Normal, 90_Hz}, in TEST_P()
1706 {0_Hz, FrameRateCategory::Normal, 90_Hz}, in TEST_P()
1713 {0_Hz, FrameRateCategory::Normal, 60_Hz, kModeId60}, in TEST_P()
1723 {12_Hz, FrameRateCategory::Normal, 120_Hz, kModeId120}, in TEST_P()
1755 {0_Hz, FrameRateCategory::Normal, 120_Hz}, in TEST_P()
1756 {0_Hz, FrameRateCategory::Normal, 120_Hz}, in TEST_P()
[all …]
/frameworks/base/core/proto/android/os/
Dpagetypeinfo.proto31 * The memory has multiple zones, e.g. DMA zone, Normal zone
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextManager.java170 Normal, // Normal case (sim card present, it's not locked) enumConstant
505 case Normal: in getCarrierTextForSimState()
613 return CarrierTextManager.StatusMode.Normal; in getStatusForIccState()
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFps.h90 Normal, enumerator
/frameworks/minikin/tests/unittest/
DOptimalLineBreakerTest.cpp142 HyphenationFrequency::Normal, lineWidth); in doLineBreakWithNoHyphenSpan()
229 constexpr HyphenationFrequency NORMAL_HYPHENATION = HyphenationFrequency::Normal; in TEST_F()
776 constexpr HyphenationFrequency NORMAL_HYPHENATION = HyphenationFrequency::Normal; in TEST_F()
816 constexpr HyphenationFrequency NORMAL_HYPHENATION = HyphenationFrequency::Normal; in TEST_F()
847 constexpr HyphenationFrequency NORMAL_HYPHENATION = HyphenationFrequency::Normal; in TEST_F()
894 constexpr HyphenationFrequency NORMAL_HYPHENATION = HyphenationFrequency::Normal; in TEST_F()
944 constexpr HyphenationFrequency NORMAL_HYPHENATION = HyphenationFrequency::Normal; in TEST_F()
992 constexpr HyphenationFrequency NORMAL_HYPHENATION = HyphenationFrequency::Normal; in TEST_F()
1757 BreakStrategy::HighQuality, HyphenationFrequency::Normal, in TEST_F()
2136 doLineBreak(textBuffer, BreakStrategy::HighQuality, HyphenationFrequency::Normal, in TEST_F()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptViewModel.kt722 if (isDelayed) FingerprintStartMode.Delayed else FingerprintStartMode.Normal in <lambda>()
1097 Normal,
1104 get() = this == Normal || this == Delayed

12