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

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java68 private boolean mIgnoreWindowContentOverlay; field in class:ActionBarOverlayLayout
183 mIgnoreWindowContentOverlay = context.getApplicationInfo().targetSdkVersion <
216 mIgnoreWindowContentOverlay = overlayMode &&
502 if (mWindowContentOverlay != null && !mIgnoreWindowContentOverlay) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java67 private boolean mIgnoreWindowContentOverlay; field in class:ActionBarOverlayLayout
183 mIgnoreWindowContentOverlay = context.getApplicationInfo().targetSdkVersion <
216 mIgnoreWindowContentOverlay = overlayMode &&
510 if (mWindowContentOverlay != null && !mIgnoreWindowContentOverlay) {

Completed in 87 milliseconds