[go: nahoru, domu]

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

/frameworks/support/v4/donut/android/support/v4/view/
H A DWindowInsetsCompat.java157 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) { method in class:WindowInsetsCompat
169 public WindowInsetsCompat replaceSystemWindowInsets(Rect systemWindowInsets) { method in class:WindowInsetsCompat
/frameworks/support/v4/api21/android/support/v4/view/
H A DWindowInsetsCompatApi21.java76 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) { method in class:WindowInsetsCompatApi21
77 return new WindowInsetsCompatApi21(mSource.replaceSystemWindowInsets(left, top, right, bottom));
81 public WindowInsetsCompat replaceSystemWindowInsets(Rect systemWindowInsets) { method in class:WindowInsetsCompatApi21
82 return new WindowInsetsCompatApi21(mSource.replaceSystemWindowInsets(systemWindowInsets));
/frameworks/base/core/java/android/view/
H A DWindowInsets.java343 public WindowInsets replaceSystemWindowInsets(int left, int top, method in class:WindowInsets
358 public WindowInsets replaceSystemWindowInsets(Rect systemWindowInsets) { method in class:WindowInsets

Completed in 85 milliseconds