Searched refs:mIgnoreWindowContentOverlay (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java67 private boolean mIgnoreWindowContentOverlay; field in class:ActionBarOverlayLayout
182 mIgnoreWindowContentOverlay = context.getApplicationInfo().targetSdkVersion <
215 mIgnoreWindowContentOverlay = overlayMode &&
501 if (mWindowContentOverlay != null && !mIgnoreWindowContentOverlay) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarOverlayLayout.java71 private boolean mIgnoreWindowContentOverlay; field in class:ActionBarOverlayLayout
151 mIgnoreWindowContentOverlay = context.getApplicationInfo().targetSdkVersion <
184 mIgnoreWindowContentOverlay = overlayMode &&
445 if (mWindowContentOverlay != null && !mIgnoreWindowContentOverlay) {

Completed in 66 milliseconds