keunyoung
30f420fd6a
add local focus mode and input event injection API to Window
...
- This enables keyboard navigation for window without focus.
- FLAG_LOCAL_FOCUS_MODE puts window into local focus mode.
- Application needs to put window in local focus mode, control focus, and
inject events to make dpad navigation work.
- Window in local focus mode does not interact with window manager or ime
regarding focus related events.
- Also renamed ViewRootImpl.dispatchKey to dispatchInputEvent to allow both key and touch events injection.
Change-Id: I8e8561f29e0dade3797fb7ae3ee7690e6b7f8895
2013-08-08 19:45:21 -07:00
..
2013-08-07 17:57:51 -07:00
2013-01-31 11:20:30 -08:00
2013-03-05 13:12:13 -08:00
2013-06-10 12:51:14 -07:00
2013-04-08 10:02:08 -07:00
2013-01-09 20:16:37 -08:00
2012-10-16 20:59:04 -07:00
2013-05-30 12:50:15 -07:00
2013-04-18 21:09:00 -07:00
2013-07-16 17:12:49 -07:00
2013-07-10 07:46:24 -07:00
2013-05-01 14:53:28 -07:00
2013-01-14 15:48:27 -08:00
2013-03-18 17:21:33 -07:00
2013-06-05 22:30:54 +09:00
2013-04-18 21:09:00 -07:00
2013-03-22 13:46:08 -07:00
2013-08-07 17:57:51 -07:00
2013-08-07 13:24:09 -07:00
2013-07-19 16:15:19 -07:00
2013-08-07 13:24:09 -07:00
2013-07-10 16:40:30 -07:00
2013-06-12 21:11:12 -07:00
2013-07-17 10:22:53 -07:00
2013-08-01 15:15:10 -07:00
2013-08-07 13:24:09 -07:00
2013-07-19 16:15:19 -07:00
2013-07-18 10:37:15 -07:00
2013-05-09 15:50:38 -07:00
2013-05-24 10:03:24 -07:00
2013-01-11 23:44:11 -08:00
2013-07-02 14:58:22 -07:00
2013-01-15 16:46:00 -08:00
2012-10-18 20:41:55 -07:00
2013-08-07 13:24:09 -07:00
2013-07-23 13:09:51 -07:00
2013-03-06 17:01:35 -08:00
2013-01-10 19:23:39 -08:00
2013-03-08 15:40:28 -08:00
2013-02-07 16:42:26 -08:00
2013-07-17 10:22:53 -07:00
2012-12-10 13:11:47 -08:00
2013-03-04 18:54:54 -08:00
2013-04-18 21:09:00 -07:00
2013-04-03 17:43:44 -07:00
2012-10-11 14:26:21 -07:00
2013-06-05 22:30:54 +09:00
2013-07-29 19:07:55 -07:00
2012-10-18 21:09:48 -07:00
2012-10-29 17:14:54 -07:00
2013-04-30 11:19:39 -07:00
2013-08-01 15:15:10 -07:00
2013-03-21 13:46:57 +09:00
2013-05-28 13:09:23 -04:00
2013-05-09 15:50:38 -07:00
2013-08-08 19:45:21 -07:00