Searched refs:topEdgeThreshold (Results 1 – 1 of 1) sorted by relevance
8524 float topEdgeThreshold = isDragging ? edgeThreshold : edgeThreshold + contentRect.GetY(); in OnBackPressed() local8532 } else if (LessNotEqual(handleTopOffset.GetY(), topEdgeThreshold)) { in OnBackPressed()8533 param.offset = topEdgeThreshold - handleTopOffset.GetY(); in OnBackPressed()8545 } else if (LessNotEqual(offset.GetY(), topEdgeThreshold)) { in OnBackPressed()8546 param.offset = isDragging ? CalcDragSpeed(topEdgeThreshold, 0, offset.GetY()) in OnBackPressed()8547 : topEdgeThreshold - offset.GetY(); in OnBackPressed()