Home
last modified time | relevance | path

Searched defs:indexerTheme (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_paint_property.h85 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ToJsonValue() local
H A Dindexer_model_ng.cpp99 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in SetSelectedFont() local
115 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in SetPopupFont() local
131 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in SetFont() local
403 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in SetSelectedFont() local
420 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in SetPopupFont() local
437 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in SetFont() local
H A Dindexer_pattern.cpp722 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ApplyIndexChanged() local
1001 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in UpdateBubbleBackgroundView() local
1075 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in UpdateBubbleLetterView() local
1126 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in UpdateBubbleLetterStackAndLetterTextView() local
1195 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in UpdateBubbleListView() local
1522 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ChangeListItemsSelectedStyle() local
1704 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ItemSelectedInAnimation() local
1729 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ItemSelectedOutAnimation() local
1748 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in IndexerHoverInAnimation() local
1768 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in IndexerHoverOutAnimation() local
[all …]
H A Dindexer_layout_property.cpp67 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ToJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp57 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ResetPopupItemFont() local
89 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ResetSelectedFont() local
123 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ResetPopupFont() local
157 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ResetAlphabetIndexerFont() local
180 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ResetPopupItemBackgroundColor() local
201 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ResetAlphabetIndexerColor() local
220 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ResetPopupColor() local
239 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ResetAlphabetIndexerSelectedColor() local
258 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ResetPopupBackground() local
277 auto indexerTheme = pipeline->GetTheme<IndexerTheme>(); in ResetSelectedBackgroundColor() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_test_ng.cpp29 auto indexerTheme = IndexerTheme::Builder().Build(themeConstants); in SetUpTestSuite() local