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

/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java316 * @param fitsSystemWindows Whether the content view should account for system decorations.
319 void show(WindowManager.LayoutParams p, Rect transitionEpicenter, boolean fitsSystemWindows, argument
322 mPresenter.show(p, transitionEpicenter, fitsSystemWindows, layoutDirection);
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DFillUi.java353 boolean fitsSystemWindows, int layoutDirection) {
355 Slog.v(TAG, "AutofillWindowPresenter.show(): fit=" + fitsSystemWindows
352 show(WindowManager.LayoutParams p, Rect transitionEpicenter, boolean fitsSystemWindows, int layoutDirection) argument
/frameworks/base/core/java/android/view/
H A DView.java9119 * <p>By default if a view's {@link #setFitsSystemWindows(boolean) fitsSystemWindows}
9311 public boolean fitsSystemWindows() { method in class:View
26226 stream.addProperty("misc:fitsSystemWindows", getFitsSystemWindows());

Completed in 179 milliseconds