am 1da8d4d1: Merge "Fix an event injection bug when the policy is bypassed." into gingerbread
Merge commit '1da8d4d1697cec871dea8c30dad67e90db10bde6' into gingerbread-plus-aosp * commit '1da8d4d1697cec871dea8c30dad67e90db10bde6': Fix an event injection bug when the policy is bypassed.
This commit is contained in:
@@ -5244,13 +5244,6 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
mTempInputWindows.clear();
|
||||
}
|
||||
|
||||
/* Provides feedback for a virtual key down. */
|
||||
public void virtualKeyDownFeedback() {
|
||||
synchronized (mWindowMap) {
|
||||
mPolicy.performHapticFeedbackLw(null, HapticFeedbackConstants.VIRTUAL_KEY, false);
|
||||
}
|
||||
}
|
||||
|
||||
/* Notifies that the lid switch changed state. */
|
||||
public void notifyLidSwitchChanged(long whenNanos, boolean lidOpen) {
|
||||
mPolicy.notifyLidSwitchChanged(whenNanos, lidOpen);
|
||||
|
||||
Reference in New Issue
Block a user