HomeSort by relevance Sort by last modified time
    Searched defs:replaceSystemWindowInsets (Results 1 - 7 of 7) sorted by null

  /frameworks/support/compat/src/main/java/androidx/core/view/
WindowInsetsCompat.java 212 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) {
215 ((WindowInsets) mInsets).replaceSystemWindowInsets(left, top, right, bottom));
229 public WindowInsetsCompat replaceSystemWindowInsets(Rect systemWindowInsets) {
232 ((WindowInsets) mInsets).replaceSystemWindowInsets(systemWindowInsets));
  /frameworks/base/core/java/android/view/
WindowInsets.java 389 public WindowInsets replaceSystemWindowInsets(int left, int top,
404 public WindowInsets replaceSystemWindowInsets(Rect systemWindowInsets) {
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 52 milliseconds