Home
last modified time | relevance | path

Searched defs:newLocationX (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/
DProfilerScrollbar.java147 int newLocationX = getNewLocationX(mouseEvent); in dragEvent() local
184 private void calcTimeRange(int newLocationX) { in calcTimeRange()
225 int newLocationX = mouseEvent.getX() - offsetPixel; in getNewLocationX() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/charts/tooltip/
DLegendTooltip.java280 int newLocationX = (int) (screenPoint.getX() + CONST_POINT.getX()); in followWithMouse() local