Searched refs:viewType (Results 1 – 10 of 10) sorted by relevance
40 UIViewType viewType = view->GetViewType(); in ShowInputMethod() local41 if (viewType == UI_EDIT_TEXT) { in ShowInputMethod()75 UIViewType viewType = inputView_->GetViewType(); in InsertText() local76 if (viewType == UI_EDIT_TEXT) { in InsertText()100 UIViewType viewType = inputView_->GetViewType(); in DeleteBackward() local101 if (viewType == UI_EDIT_TEXT) { in DeleteBackward()113 UIViewType viewType = inputView_->GetViewType(); in SetInputType() local114 if (viewType == UI_EDIT_TEXT) { in SetInputType()
626 if (index != 0 && !viewType) { in JudgeBoolViewType()629 viewType = true; in JudgeBoolViewType()631 if (index != 0 && viewType) { in JudgeBoolViewType()634 viewType = false; in JudgeBoolViewType()642 if (index != 0 && !viewType) { in JudgeStringViewType()645 viewType = true; in JudgeStringViewType()655 if (index != 0 && viewType) { in JudgeIntViewType()658 viewType = false; in JudgeIntViewType()663 viewType = true; in JudgeIntViewType()745 bool viewType = false; in FindProjectionInit() local[all …]
27 …if (singlePath[0] == KEY_ID && context->viewType == true) { // projection has Id and viewType is t… in InitResultSet()
253 if (context_->viewType) { in CutJsonBranch()277 if (!context_->viewType) { in CutJsonBranch()
82 auto viewType = comNode[COMMON_TYPE].As<std::string>(); in ParseViewInfo() local83 if (viewType == std::nullopt) { in ParseViewInfo()93 auto it = GetSpecificInfoMap<COMPONENT_TYPE_LIST>().find(*viewType); in ParseViewInfo()95 LOG(ERROR) << "Can't recognize this type " << *viewType; in ParseViewInfo()
80 UIViewType viewType = canvas->GetViewType(); in ComponentCanvasDefaultValueTest001() local81 EXPECT_TRUE(viewType == UI_CANVAS); in ComponentCanvasDefaultValueTest001()
132 UIViewType viewType = qrcode->GetViewType(); in ComponentQrcodeAttributeValueTest001() local133 EXPECT_TRUE(viewType == UI_QRCODE); in ComponentQrcodeAttributeValueTest001()
267 UIViewType viewType = chart->GetViewType(); in VerifyWidthAndHeight() local268 EXPECT_TRUE(viewType == UI_CHART); in VerifyWidthAndHeight()
30 bool viewType = false; member
45 UIViewType viewType = focusView_->GetViewType(); in RequestFocus() local47 if (viewType == UI_EDIT_TEXT) { in RequestFocus()