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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java181 private Drawable mAboveAnchorBackgroundDrawable; field in class:PopupWindow
519 mAboveAnchorBackgroundDrawable = stateList.getStateDrawable(aboveAnchorStateIndex);
523 mAboveAnchorBackgroundDrawable = null;
1247 if (mAboveAnchorBackgroundDrawable != null) {
1249 mBackgroundView.setBackground(mAboveAnchorBackgroundDrawable);

Completed in 290 milliseconds