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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java127 private static final int[] ABOVE_ANCHOR_STATE_SET = new int[] { field in class:PopupWindow
203 // We assume a StateListDrawable will have a drawable for ABOVE_ANCHOR_STATE_SET and
209 int aboveAnchorStateIndex = background.getStateDrawableIndex(ABOVE_ANCHOR_STATE_SET);
1594 View.mergeDrawableStates(drawableState, ABOVE_ANCHOR_STATE_SET);

Completed in 72 milliseconds