Searched refs:AUTO_SCROLL_DRAG_EDGE_DISTANCE (Results 1 – 3 of 3) sorted by relevance
1737 Dimension AUTO_SCROLL_DRAG_EDGE_DISTANCE = 25.0_vp; variable1738 auto dragDistance = AUTO_SCROLL_DRAG_EDGE_DISTANCE.ConvertToPx();
3367 Dimension AUTO_SCROLL_DRAG_EDGE_DISTANCE = 25.0_vp; variable3368 auto dragDistance = AUTO_SCROLL_DRAG_EDGE_DISTANCE.ConvertToPx();
110 constexpr Dimension AUTO_SCROLL_DRAG_EDGE_DISTANCE = 58.0_vp; variable8517 float edgeThreshold = isDragging ? AUTO_SCROLL_DRAG_EDGE_DISTANCE.ConvertToPx() in OnBackPressed()