Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java811 private int mDropDownGravity; field in ListPopupWindowTest.Builder
889 mDropDownGravity = dropDownGravity; in withDropDownGravity()
1025 if (mDropDownGravity != Gravity.NO_GRAVITY) { in configure()
1026 mPopupWindow.setDropDownGravity(mDropDownGravity); in configure()