Searched refs:setBottomInset (Results 1 – 2 of 2) sorted by relevance
129 mDropZoneView1.setBottomInset(mInsets.bottom); in onApplyWindowInsets()130 mDropZoneView2.setBottomInset(mInsets.bottom); in onApplyWindowInsets()132 mDropZoneView1.setBottomInset(0); in onApplyWindowInsets()133 mDropZoneView2.setBottomInset(mInsets.bottom); in onApplyWindowInsets()
156 public void setBottomInset(float bottom) { in setBottomInset() method in DropZoneView