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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java194 private Drawable mAboveAnchorBackgroundDrawable; field in class:PopupWindow
539 mAboveAnchorBackgroundDrawable = stateList.getStateDrawable(aboveAnchorStateIndex);
543 mAboveAnchorBackgroundDrawable = null;
1296 if (mAboveAnchorBackgroundDrawable != null) {
1298 mBackgroundView.setBackground(mAboveAnchorBackgroundDrawable);

Completed in 47 milliseconds