Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestFeatures.java30 public boolean gestureScale = true; field in TestFeatures
77 return gestureScale; in isGestureScaleEnabled()
/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
DCommandInterceptor.java49 mCommands.add(this::gestureScale); in CommandInterceptor()
101 private boolean gestureScale(String[] tokens) { in gestureScale() method in CommandInterceptor