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

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java52 private Drawable mWindowContentOverlay; field in class:ActionBarOverlayLayout
82 mWindowContentOverlay = ta.getDrawable(1);
83 setWillNotDraw(mWindowContentOverlay == null);
382 if (mWindowContentOverlay != null && !mIgnoreWindowContentOverlay) {
385 mWindowContentOverlay.setBounds(0, top, getWidth(),
386 top + mWindowContentOverlay.getIntrinsicHeight());
387 mWindowContentOverlay.draw(c);

Completed in 55 milliseconds