Searched defs:systemWindowInsets (Results 1 – 3 of 3) sorted by relevance
138 final Rect systemWindowInsets = new Rect(); in computeWindowInsets() local
236 public WindowInsets(Rect systemWindowInsets) { in WindowInsets()608 public WindowInsets replaceSystemWindowInsets(Rect systemWindowInsets) { in replaceSystemWindowInsets()1068 public Builder setSystemWindowInsets(@NonNull Insets systemWindowInsets) { in setSystemWindowInsets()
266 final Rect systemWindowInsets = new Rect(); in getWindowInsetsFromServer() local