Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragLayout.java209 mDropZoneView1.setBottomInset(mInsets.bottom); in onApplyWindowInsets()
210 mDropZoneView2.setBottomInset(mInsets.bottom); in onApplyWindowInsets()
212 mDropZoneView1.setBottomInset(0); in onApplyWindowInsets()
213 mDropZoneView2.setBottomInset(mInsets.bottom); in onApplyWindowInsets()
DDropZoneView.java156 public void setBottomInset(float bottom) { in setBottomInset() method in DropZoneView