Home
last modified time | relevance | path

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

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