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.java855 private int mDropDownGravity; field in ListPopupWindowTest.Builder
930 mDropDownGravity = dropDownGravity; in withDropDownGravity()
1066 if (mDropDownGravity != Gravity.NO_GRAVITY) { in configure()
1067 mPopupWindow.setDropDownGravity(mDropDownGravity); in configure()