am 1c9766e3: Merge "The active window for accessibilitiy incorrectly tracked." into jb-mr1-dev
* commit '1c9766e32a630c72db400a769430e60549062577': The active window for accessibilitiy incorrectly tracked.
This commit is contained in:
@@ -2059,7 +2059,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
|
|||||||
case AccessibilityEvent.TYPE_VIEW_HOVER_EXIT: {
|
case AccessibilityEvent.TYPE_VIEW_HOVER_EXIT: {
|
||||||
mActiveWindowId = windowId;
|
mActiveWindowId = windowId;
|
||||||
} break;
|
} break;
|
||||||
case AccessibilityEvent.TYPE_TOUCH_EXPLORATION_GESTURE_END: {
|
case AccessibilityEvent.TYPE_TOUCH_INTERACTION_END: {
|
||||||
mActiveWindowId = getFocusedWindowId();
|
mActiveWindowId = getFocusedWindowId();
|
||||||
} break;
|
} break;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1670,7 +1670,7 @@ class TouchExplorer implements EventStreamTransformation {
|
|||||||
*/
|
*/
|
||||||
public ReceivedPointerTracker(Context context) {
|
public ReceivedPointerTracker(Context context) {
|
||||||
mThresholdActivePointer =
|
mThresholdActivePointer =
|
||||||
ViewConfiguration.get(context).getScaledTouchSlop() * COEFFICIENT_ACTIVE_POINTER;//Heie govna
|
ViewConfiguration.get(context).getScaledTouchSlop() * COEFFICIENT_ACTIVE_POINTER;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user