Home
last modified time | relevance | path

Searched refs:topIndex_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_multi_font_manager.cpp30 bengaliTtfId_(0), topIndex_(0) in UIMultiFontManager()
90 if (index < topIndex_) { in UpdateFont()
94 index = topIndex_; in UpdateFont()
98 if (topIndex_ < nextIndex) { in UpdateFont()
99 topIndex_ = nextIndex; in UpdateFont()
139 topIndex_ = 0; in ClearSearchFontList()
145 (fontIdIndex_ == nullptr) || (topIndex_ >= MAX_FONT_SEARCH_NUM)) { in SetSearchFontList()
H A Dui_multi_font_manager.h79 uint8_t topIndex_; member in OHOS::UIMultiFontManager
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp160 topIndex_(0), in UIList()
444 uint16_t index = GetIndexDec(topIndex_); in MoveChildStepVertical()
445 if (index == topIndex_) { in MoveChildStepVertical()
482 uint16_t index = GetIndexDec(topIndex_); in MoveChildStepHorizontal()
483 if (index == topIndex_) { in MoveChildStepHorizontal()
594 topIndex_ = GetIndexDec(topIndex_); in PushFront()
607 topIndex_ = GetIndexInc(topIndex_); in PopItem()
620 topIndex_ in SetHead()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_list.h503 uint16_t topIndex_; member in OHOS::UIList

Completed in 5 milliseconds