Home
last modified time | relevance | path

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

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