Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java362 protected int getCurrentStartPosition(Rect clipBounds) {
363 return isOverlayFromTopBar() ? clipBounds.bottom : clipBounds.top;
516 Rect clipBounds = new Rect(); in setViewClipBounds() local
525 clipBounds.set(0, top, getLayout().getWidth(), bottom); in setViewClipBounds()
526 getLayout().setClipBounds(clipBounds); in setViewClipBounds()