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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java144 private Drawable mAboveAnchorBackgroundDrawable; field in class:PopupWindow
410 mAboveAnchorBackgroundDrawable = stateList.getStateDrawable(aboveAnchorStateIndex);
414 mAboveAnchorBackgroundDrawable = null;
1121 if (mAboveAnchorBackgroundDrawable != null) {
1123 mBackgroundView.setBackground(mAboveAnchorBackgroundDrawable);

Completed in 143 milliseconds