Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java182 private Drawable mBelowAnchorBackgroundDrawable; field in PopupWindow
520 mBelowAnchorBackgroundDrawable = stateList.getStateDrawable(belowAnchorStateIndex); in setBackgroundDrawable()
522 mBelowAnchorBackgroundDrawable = null; in setBackgroundDrawable()
1251 mBackgroundView.setBackground(mBelowAnchorBackgroundDrawable); in updateAboveAnchor()