Searched refs:INDICATOR_ZOOM_IN_SCALE (Results 1 – 4 of 4) sorted by relevance
34 constexpr float INDICATOR_ZOOM_IN_SCALE = 1.33f; variable72 userItemWidth *= INDICATOR_ZOOM_IN_SCALE; in Measure()73 userItemHeight *= INDICATOR_ZOOM_IN_SCALE; in Measure()74 userSelectedItemWidth *= INDICATOR_ZOOM_IN_SCALE; in Measure()75 userSelectedItemHeight *= INDICATOR_ZOOM_IN_SCALE; in Measure()
33 constexpr float INDICATOR_ZOOM_IN_SCALE = 1.33f; variable162 itemHalfSizes.emplace_back(itemWidth * 0.5 * INDICATOR_ZOOM_IN_SCALE); in PaintHoverIndicator()163 itemHalfSizes.emplace_back(itemHeight * 0.5 * INDICATOR_ZOOM_IN_SCALE); in PaintHoverIndicator()164 itemHalfSizes.emplace_back(selectedItemWidth * 0.5 * INDICATOR_ZOOM_IN_SCALE); in PaintHoverIndicator()165 itemHalfSizes.emplace_back(selectedItemHeight * 0.5 * INDICATOR_ZOOM_IN_SCALE); in PaintHoverIndicator()233 auto itemHalfWidth = itemWidth * 0.5 * INDICATOR_ZOOM_IN_SCALE; in PaintPressIndicator()234 auto itemHalfHeight = itemHeight * 0.5 * INDICATOR_ZOOM_IN_SCALE; in PaintPressIndicator()235 auto selectedItemHalfWidth = selectedItemWidth * 0.5 * INDICATOR_ZOOM_IN_SCALE; in PaintPressIndicator()461 itemHalfSizes.emplace_back(itemWidth * 0.5f * INDICATOR_ZOOM_IN_SCALE); in UpdateBackground()462 itemHalfSizes.emplace_back(itemHeight * 0.5f * INDICATOR_ZOOM_IN_SCALE); in UpdateBackground()[all …]
28 constexpr float INDICATOR_ZOOM_IN_SCALE = 1.33f; variable493 …ionUtils::Animate(option, [&]() { normalToHoverPointDilateRatio_->Set(INDICATOR_ZOOM_IN_SCALE); }); in UpdateNormalToHoverPointDilateRatio()511 … AnimationUtils::Animate(option, [&]() { longPointDilateRatio_->Set(INDICATOR_ZOOM_IN_SCALE); }); in UpdateLongPointDilateRatio()
30 constexpr float INDICATOR_ZOOM_IN_SCALE = 1.33f; variable392 float itemWidth = itemWidthValue * INDICATOR_ZOOM_IN_SCALE; in GetMouseClickIndex()393 float itemHeight = itemHeightValue * INDICATOR_ZOOM_IN_SCALE; in GetMouseClickIndex()394 float selectedItemWidth = selectedItemWidthValue * INDICATOR_ZOOM_IN_SCALE; in GetMouseClickIndex()