Home
last modified time | relevance | path

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

/frameworks/support/v4/donut/android/support/v4/view/
DWindowInsetsCompat.java157 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) { in replaceSystemWindowInsets() method in WindowInsetsCompat
169 public WindowInsetsCompat replaceSystemWindowInsets(Rect systemWindowInsets) { in replaceSystemWindowInsets() method in WindowInsetsCompat
/frameworks/support/v4/api21/android/support/v4/view/
DWindowInsetsCompatApi21.java76 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) { in replaceSystemWindowInsets() method in WindowInsetsCompatApi21
81 public WindowInsetsCompat replaceSystemWindowInsets(Rect systemWindowInsets) { in replaceSystemWindowInsets() method in WindowInsetsCompatApi21
/frameworks/base/core/java/android/view/
DWindowInsets.java334 public WindowInsets replaceSystemWindowInsets(int left, int top, in replaceSystemWindowInsets() method in WindowInsets
349 public WindowInsets replaceSystemWindowInsets(Rect systemWindowInsets) { in replaceSystemWindowInsets() method in WindowInsets