Home
last modified time | relevance | path

Searched refs:displayBounds (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DDurationMinimap.java523 Rectangle displayBounds = getBoundsFramingCalls(0, mCallCount); in getCallAt() local
524 return (y - displayBounds.y) * mNumCallsPerPixel; in getCallAt()
529 Rectangle displayBounds = getBoundsFramingCalls(0, mCallCount); in isWithinBounds() local
530 if (y < displayBounds.y) { in isWithinBounds()
534 if (y > (displayBounds.y + displayBounds.height)) { in isWithinBounds()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DOutlinePage.java1414 Rectangle displayBounds = display.getBounds(); in setupTooltip()
1417 int availableWidth = displayBounds.x + displayBounds.width - pt.x - 10; in setupTooltip()