Searched refs:clipBounds (Results 1 – 1 of 1) sorted by relevance
362 protected int getCurrentStartPosition(Rect clipBounds) {363 return isOverlayFromTopBar() ? clipBounds.bottom : clipBounds.top;516 Rect clipBounds = new Rect(); in setViewClipBounds() local525 clipBounds.set(0, top, getLayout().getWidth(), bottom); in setViewClipBounds()526 getLayout().setClipBounds(clipBounds); in setViewClipBounds()