Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogDelegateControllerTest.java114 private static final int GRAVITY_FLAGS = Gravity.FILL_HORIZONTAL | Gravity.FILL_VERTICAL; field in InternetDialogDelegateControllerTest
226 when(mSystemUIToast.getGravity()).thenReturn(GRAVITY_FLAGS); in setUp()