Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java378 int clientHeight = clientArea.height; in updateScrollBars() local
401 if (clientHeight == 0) { in updateScrollBars()
402 clientHeight = imageHeight; in updateScrollBars()
413 mVScale.setSize(imageHeight, fullHeight, clientHeight); in updateScrollBars()