Searched refs:GetDefaultLineWidth (Results 1 – 10 of 10) sorted by relevance
24 Dimension SelectHandleInfo::GetDefaultLineWidth() in GetDefaultLineWidth() function in OHOS::Ace::NG::SelectHandleInfo
110 static Dimension GetDefaultLineWidth();
367 …secondHandle.SetSize({ SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), secondHandleMetrics.… in CalculateHandleOffset()382 …firstHandle.SetSize({ SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), firstHandleMetrics.he… in CalculateHandleOffset()492 …firstHandle.SetSize({ SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), firstHandleMetrics.he… in MoveFirstHandleToContentRect()510 …secondHandle.SetSize({ SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), secondHandleMetrics.… in MoveSecondHandleToContentRect()560 caretRect.SetWidth(SelectHandleInfo::GetDefaultLineWidth().ConvertToPx()); in MoveCaretToContentRect()
306 SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), in CalAndUpdateSelectOverlay()1230 SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), in OpenSelectOverlay()
861 SizeF handlePaintSize = { SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), 50.f };
1506 EXPECT_FLOAT_EQ(paintRect.Width(), SelectHandleInfo::GetDefaultLineWidth().ConvertToPx());
227 …firstHandle.SetSize({ SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), firstHandleMetrics.he… in CalculateHandleOffsetAndShowOverlay()233 …secondHandle.SetSize({ SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), secondHandleMetrics.… in CalculateHandleOffsetAndShowOverlay()
3644 paintRect.SetSize({ SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), edgeHeight }); in ComputeTouchHandleRect()4173 selectWidth = SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(); in ComputeClippedSelectionBounds()4177 selectWidth = SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(); in ComputeClippedSelectionBounds()
7540 … secondHandlePaintSize = { SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), caretHeight }; in OnBackPressed()7547 …firstHandlePaintSize = { SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), startSelectHeight … in OnBackPressed()7548 …secondHandlePaintSize = { SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), endSelectHeight }; in OnBackPressed()
2874 Dimension dimension = SelectHandleInfo::GetDefaultLineWidth();