Searched refs:displayBounds (Results 1 – 2 of 2) sorted by relevance
523 Rectangle displayBounds = getBoundsFramingCalls(0, mCallCount); in getCallAt() local524 return (y - displayBounds.y) * mNumCallsPerPixel; in getCallAt()529 Rectangle displayBounds = getBoundsFramingCalls(0, mCallCount); in isWithinBounds() local530 if (y < displayBounds.y) { in isWithinBounds()534 if (y > (displayBounds.y + displayBounds.height)) { in isWithinBounds()
1414 Rectangle displayBounds = display.getBounds(); in setupTooltip()1417 int availableWidth = displayBounds.x + displayBounds.width - pt.x - 10; in setupTooltip()