Merge commit '36f0cb26cbb4ef62995ff2e5a540cf8814e7f030' * commit '36f0cb26cbb4ef62995ff2e5a540cf8814e7f030': Input device calibration and capabilities.
This commit is contained in:
@@ -4383,6 +4383,14 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
return mInputManager.monitorInput(inputChannelName);
|
||||
}
|
||||
|
||||
public InputDevice getInputDevice(int deviceId) {
|
||||
return mInputManager.getInputDevice(deviceId);
|
||||
}
|
||||
|
||||
public int[] getInputDeviceIds() {
|
||||
return mInputManager.getInputDeviceIds();
|
||||
}
|
||||
|
||||
public void enableScreenAfterBoot() {
|
||||
synchronized(mWindowMap) {
|
||||
if (mSystemBooted) {
|
||||
|
||||
Reference in New Issue
Block a user