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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java145 private Drawable mBelowAnchorBackgroundDrawable; field in class:PopupWindow
411 mBelowAnchorBackgroundDrawable = stateList.getStateDrawable(belowAnchorStateIndex);
413 mBelowAnchorBackgroundDrawable = null;
1125 mBackgroundView.setBackground(mBelowAnchorBackgroundDrawable);

Completed in 102 milliseconds