Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestProtocol.java84 public static final String REQUEST_WINDOW_INSETS = "window-insets"; field in TestProtocol
DTestInformationHandler.java95 case TestProtocol.REQUEST_WINDOW_INSETS: { in call()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java272 return getTestInfo(TestProtocol.REQUEST_WINDOW_INSETS) in getTargetInsets()