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

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

Completed in 27 milliseconds