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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java123 private Drawable mBelowAnchorBackgroundDrawable; field in class:PopupWindow
343 mBelowAnchorBackgroundDrawable = stateList.getStateDrawable(belowAnchorStateIndex);
345 mBelowAnchorBackgroundDrawable = null;
1023 mPopupView.setBackground(mBelowAnchorBackgroundDrawable);

Completed in 51 milliseconds