Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragLayout.java116 mDropZoneView1.setBottomInset(mInsets.bottom); in onApplyWindowInsets()
117 mDropZoneView2.setBottomInset(mInsets.bottom); in onApplyWindowInsets()
119 mDropZoneView1.setBottomInset(0); in onApplyWindowInsets()
120 mDropZoneView2.setBottomInset(mInsets.bottom); in onApplyWindowInsets()
H A DDropZoneView.java181 public void setBottomInset(float bottom) { in setBottomInset() method in DropZoneView