Searched refs:mMenuBackground (Results 1 – 1 of 1) sorted by relevance
2209 private Drawable mMenuBackground; field in PhoneWindow.DecorView2560 if (mMenuBackground == null && mFeatureId < 02563 mMenuBackground = getContext().getDrawable(2566 if (mMenuBackground != null) {2567 mMenuBackground.setBounds(drawingBounds.left,2692 if (mMenuBackground != null) { in draw()2693 mMenuBackground.draw(canvas); in draw()