Searched defs:WindowInsetsCompat (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v4/donut/android/support/v4/view/
H A DWindowInsetsCompat.java26 * WindowInsetsCompat instance with the adjusted properties.</p>
28 public class WindowInsetsCompat { class
31 WindowInsetsCompat() {} method in class:WindowInsetsCompat
143 public WindowInsetsCompat consumeSystemWindowInsets() {
157 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) {
169 public WindowInsetsCompat replaceSystemWindowInsets(Rect systemWindowInsets) {
253 * @return A modified copy of this WindowInsetsCompat
255 public WindowInsetsCompat consumeStableInsets() {

Completed in 2210 milliseconds