Merge "Add onPointerCancelWithContext and setIgnoreDisplayTouches to TestHal" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
aa1b6f3b64
@@ -217,6 +217,16 @@ public class TestHal extends IFingerprint.Stub {
|
||||
public void onContextChanged(OperationContext context) {
|
||||
Slog.w(TAG, "onContextChanged");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPointerCancelWithContext(PointerContext context) {
|
||||
Slog.w(TAG, "onPointerCancelWithContext");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setIgnoreDisplayTouches(boolean shouldIgnore) {
|
||||
Slog.w(TAG, "setIgnoreDisplayTouches");
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user