Searched refs:systemWindowInsets (Results 1 – 2 of 2) sorted by relevance
212 public WindowInsets(Rect systemWindowInsets) { in WindowInsets() argument213 this(createCompatTypeMap(systemWindowInsets), null, new boolean[SIZE], false, false, null); in WindowInsets()540 public WindowInsets replaceSystemWindowInsets(Rect systemWindowInsets) { in replaceSystemWindowInsets() argument541 return replaceSystemWindowInsets(systemWindowInsets.left, systemWindowInsets.top, in replaceSystemWindowInsets()542 systemWindowInsets.right, systemWindowInsets.bottom); in replaceSystemWindowInsets()937 public Builder setSystemWindowInsets(@NonNull Insets systemWindowInsets) { in setSystemWindowInsets() argument938 Preconditions.checkNotNull(systemWindowInsets); in setSystemWindowInsets()939 assignCompatInsets(mTypeInsetsMap, systemWindowInsets.toRect()); in setSystemWindowInsets()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...