HomeSort by relevance Sort by last modified time
    Searched defs:mWindowContentOverlay (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 66 private Drawable mWindowContentOverlay;
178 mWindowContentOverlay = ta.getDrawable(1);
179 setWillNotDraw(mWindowContentOverlay == null);
501 if (mWindowContentOverlay != null && !mIgnoreWindowContentOverlay) {
504 mWindowContentOverlay.setBounds(0, top, getWidth(),
505 top + mWindowContentOverlay.getIntrinsicHeight());
506 mWindowContentOverlay.draw(c);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarOverlayLayout.java 68 private Drawable mWindowContentOverlay;
145 mWindowContentOverlay = ta.getDrawable(1);
146 setWillNotDraw(mWindowContentOverlay == null);
445 if (mWindowContentOverlay != null && !mIgnoreWindowContentOverlay) {
449 mWindowContentOverlay.setBounds(0, top, getWidth(),
450 top + mWindowContentOverlay.getIntrinsicHeight());
451 mWindowContentOverlay.draw(c);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 75 milliseconds