Merge "Check if launcher has touch interaction service when registering touch events" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
43d68e9f6b
@@ -198,6 +198,12 @@ public class TestInformationHandler implements ResourceBasedOverride {
|
||||
return new Point(cellRect.centerX(), cellRect.centerY());
|
||||
});
|
||||
|
||||
case TestProtocol.REQUEST_HAS_TIS: {
|
||||
response.putBoolean(
|
||||
TestProtocol.REQUEST_HAS_TIS, false);
|
||||
return response;
|
||||
}
|
||||
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
||||
@@ -110,6 +110,7 @@ public final class TestProtocol {
|
||||
public static final String REQUEST_GET_ACTIVITIES_CREATED_COUNT =
|
||||
"get-activities-created-count";
|
||||
public static final String REQUEST_GET_ACTIVITIES = "get-activities";
|
||||
public static final String REQUEST_HAS_TIS = "has-touch-interaction-service";
|
||||
|
||||
public static final String REQUEST_WORKSPACE_CELL_LAYOUT_SIZE = "workspace-cell-layout-size";
|
||||
public static final String REQUEST_WORKSPACE_CELL_CENTER = "workspace-cell-center";
|
||||
|
||||
Reference in New Issue
Block a user