Commit Graph

9089 Commits

Author SHA1 Message Date
Svetoslav Ganov
bdd58430ca am 6a757519: am cc723173: am 0944d625: Merge "Touch explorer and magnifier do not work well together." into jb-mr1-dev
* commit '6a7575194d100a8be3b6bfc9d553210e55278e90':
  Touch explorer and magnifier do not work well together.
2012-10-02 13:22:14 -07:00
Svetoslav Ganov
6a7575194d am cc723173: am 0944d625: Merge "Touch explorer and magnifier do not work well together." into jb-mr1-dev
* commit 'cc72317334d33fbaffc099e5286b9a3d3c33f904':
  Touch explorer and magnifier do not work well together.
2012-10-02 13:20:11 -07:00
Svetoslav Ganov
cc72317334 am 0944d625: Merge "Touch explorer and magnifier do not work well together." into jb-mr1-dev
* commit '0944d625448209185452eb4e800daec49de51986':
  Touch explorer and magnifier do not work well together.
2012-10-02 13:17:09 -07:00
Svetoslav Ganov
0944d62544 Merge "Touch explorer and magnifier do not work well together." into jb-mr1-dev 2012-10-02 13:14:06 -07:00
Svetoslav Ganov
45af84a483 Touch explorer and magnifier do not work well together.
1. If tocuh exploration and screen magnification are enabled and the screen
   is currently magnified, gesture detection does not work well. The reason
   is because we are transforming the events if the screen is magnified before
   passing them to the touch explorer to compensate for the magnification so
   the user can poke what he thinks he pokes. However, when doing gesture
   detection/velocity computing this compensating shrinks the gestured shape/
   decreases velocity leading to poor gesture reco/incorrect velocity.

   This change adds a onRawMotionEvent method in the event transformation chain
   which will process the raw touch events. In this method of the touch explorer
   we are passing events to the gesture recognized and the velocity tracker.

2. Velocity tracker was not cleared on transitions out of touch exploring state
   which is the only one that uses velocity.

bug:7266617

Change-Id: I7887fe5f3c3bb6cfa203b7866a145c7341098a02
2012-10-02 12:02:05 -07:00
Irfan Sheriff
6bfd49d615 am a2eb8156: am 06182b61: am 56925d65: Always update peer list in display controller
* commit 'a2eb8156e33281fa1b8884090622a59fd1e84ba7':
  Always update peer list in display controller
2012-10-02 08:00:40 -07:00
Irfan Sheriff
a2eb8156e3 am 06182b61: am 56925d65: Always update peer list in display controller
* commit '06182b6158548ea234016ce0c0984e9e2e45f99f':
  Always update peer list in display controller
2012-10-02 07:58:13 -07:00
Irfan Sheriff
06182b6158 am 56925d65: Always update peer list in display controller
* commit '56925d65fde7f1ac8676ada6f91d0e604645c0a5':
  Always update peer list in display controller
2012-10-02 07:55:53 -07:00
Svetoslav Ganov
51456c0106 am 1a17084c: am ef89d33f: am 30ed33b1: Merge "Owner should not be announces as a user switch." into jb-mr1-dev
* commit '1a17084c4d341dd29b732aaa159e1bc1f252f3b1':
  Owner should not be announces as a user switch.
2012-10-01 23:41:57 -07:00
Svetoslav Ganov
1a17084c4d am ef89d33f: am 30ed33b1: Merge "Owner should not be announces as a user switch." into jb-mr1-dev
* commit 'ef89d33f5bc90e3a0527ac91e00385f47937612c':
  Owner should not be announces as a user switch.
2012-10-01 23:38:30 -07:00
Svetoslav Ganov
ef89d33f5b am 30ed33b1: Merge "Owner should not be announces as a user switch." into jb-mr1-dev
* commit '30ed33b141dd1add916466c193b6735cd0bf8315':
  Owner should not be announces as a user switch.
2012-10-01 23:33:27 -07:00
Irfan Sheriff
56925d65fd Always update peer list in display controller
Display controller should always stay in sync with peer list to avoid
showing incorrect available status on peers which would
cause connectivity issues.

Bug: 7268307
Change-Id: If04644339c1ee3f567939e4441dd6f6a45e4179a
2012-10-01 23:01:57 -07:00
Svetoslav Ganov
30ed33b141 Merge "Owner should not be announces as a user switch." into jb-mr1-dev 2012-10-01 21:19:11 -07:00
Svetoslav Ganov
59f07690c2 Owner should not be announces as a user switch.
1. The accessibility layer announces user switches. Even though
   the initial switch to the owner on a singe user device is a
   valid use switch we should not announce it for accessibility.

bug:7264693

Change-Id: Idf022fab6b74c84b7a96bc4ed7c7fee2b83029a6
2012-10-01 19:22:43 -07:00
Victoria Lease
1bcd52187d am 4e260146: am d8295ff4: am 3750db17: Merge "Route GPS notifications to all users." into jb-mr1-dev
* commit '4e260146e801fb40d786caa5489a7bad0c713276':
  Route GPS notifications to all users.
2012-10-01 18:25:03 -07:00
Dianne Hackborn
2e0b54f61f am ebe28f51: am 30b07b50: am 6f354ed9: Merge "Fix issue #7226101: Secure image capture takes 5 seconds to start" into jb-mr1-dev
* commit 'ebe28f519cfa637c8bca78e08428977a8390c1fd':
  Fix issue #7226101: Secure image capture takes 5 seconds to start
2012-10-01 18:24:59 -07:00
Victoria Lease
4e260146e8 am d8295ff4: am 3750db17: Merge "Route GPS notifications to all users." into jb-mr1-dev
* commit 'd8295ff432749f871ca966491cac59039a3054a8':
  Route GPS notifications to all users.
2012-10-01 18:21:56 -07:00
Dianne Hackborn
ebe28f519c am 30b07b50: am 6f354ed9: Merge "Fix issue #7226101: Secure image capture takes 5 seconds to start" into jb-mr1-dev
* commit '30b07b50ef32e53b365144569f0a914188f72fc0':
  Fix issue #7226101: Secure image capture takes 5 seconds to start
2012-10-01 18:21:52 -07:00
Victoria Lease
d8295ff432 am 3750db17: Merge "Route GPS notifications to all users." into jb-mr1-dev
* commit '3750db176adbaf3f9779df5eadf335f673b2ac4f':
  Route GPS notifications to all users.
2012-10-01 17:50:18 -07:00
Dianne Hackborn
30b07b50ef am 6f354ed9: Merge "Fix issue #7226101: Secure image capture takes 5 seconds to start" into jb-mr1-dev
* commit '6f354ed9994b4ea7612cc4499413de108dcac7d4':
  Fix issue #7226101: Secure image capture takes 5 seconds to start
2012-10-01 17:50:15 -07:00
Jeff Brown
d8cc31d0a3 am 79f5c580: am 67bd39b3: am 046cff13: Merge "Fix CTS test failures." into jb-mr1-dev
* commit '79f5c580adc7daf32f4ee89365af5ca766f4c9b4':
  Fix CTS test failures.
2012-10-01 17:49:38 -07:00
Jeff Brown
79f5c580ad am 67bd39b3: am 046cff13: Merge "Fix CTS test failures." into jb-mr1-dev
* commit '67bd39b3b445fb9778b438dfea532bc1edbdbfe0':
  Fix CTS test failures.
2012-10-01 17:47:35 -07:00
Victoria Lease
3750db176a Merge "Route GPS notifications to all users." into jb-mr1-dev 2012-10-01 17:46:27 -07:00
Dianne Hackborn
6f354ed999 Merge "Fix issue #7226101: Secure image capture takes 5 seconds to start" into jb-mr1-dev 2012-10-01 17:46:27 -07:00
Jeff Brown
67bd39b3b4 am 046cff13: Merge "Fix CTS test failures." into jb-mr1-dev
* commit '046cff13fc897e9e958ef387884eb97fd901840b':
  Fix CTS test failures.
2012-10-01 17:44:56 -07:00
Jeff Brown
046cff13fc Merge "Fix CTS test failures." into jb-mr1-dev 2012-10-01 17:41:53 -07:00
Jeff Brown
9ba8d78186 Fix CTS test failures.
Bug: 7001730
Change-Id: I5649b601c310458de5d64b549a407e251d745b7c
2012-10-01 17:34:07 -07:00
Craig Mautner
f8866ce1e2 am 80944c5c: am 397c8629: am b97d8764: Merge "Switch from uevent model to /dev/input/event." into jb-mr1-dev
* commit '80944c5c9203a67d8101d8763d6d7f368aaeef35':
  Switch from uevent model to /dev/input/event.
2012-10-01 17:23:12 -07:00
Craig Mautner
80944c5c92 am 397c8629: am b97d8764: Merge "Switch from uevent model to /dev/input/event." into jb-mr1-dev
* commit '397c862913c2c50e54d18dee7766b0ac93971ae3':
  Switch from uevent model to /dev/input/event.
2012-10-01 16:43:27 -07:00
Craig Mautner
397c862913 am b97d8764: Merge "Switch from uevent model to /dev/input/event." into jb-mr1-dev
* commit 'b97d8764a0aa600d7bcc6242e7173453c87ee658':
  Switch from uevent model to /dev/input/event.
2012-10-01 16:40:24 -07:00
Craig Mautner
b97d8764a0 Merge "Switch from uevent model to /dev/input/event." into jb-mr1-dev 2012-10-01 16:38:46 -07:00
Dianne Hackborn
cc5a055613 Fix issue #7226101: Secure image capture takes 5 seconds to start
Mostly (turned off) debug output.  Main fix is to resume the next
activity if we are pausing while sleeping and the top activity is
not the now pausing activity.  Also helped things by fixing a problem
where removing a task would leave around dead destroy timeout
messages.

Change-Id: I9d550c216b4d7e2afe3d93553bb680cec41e2ed1
2012-10-01 16:32:39 -07:00
Jeff Brown
c0f57d43af am 9c1a6f40: am 0fa30848: am 410bc60a: Merge changes I790820b1,I3fcf3619,Ia0d5a156 into jb-mr1-dev
* commit '9c1a6f402b4f04d2be52dfd9eb37f9181cccb25e':
  Enable hardware acceleration for pointer location overlay.
  Disable use of twilight mode for auto-brightness.
  Use new API to override user activity timeout from keyguard.
2012-10-01 15:29:24 -07:00
Jeff Brown
ecdae4b1d3 am 13176e63: am cd781ce2: am cb6f950f: Merge "New internal API to eliminate poke locks." into jb-mr1-dev
* commit '13176e639cca469268dfb99128b7cdff2d75d098':
  New internal API to eliminate poke locks.
2012-10-01 15:27:36 -07:00
Jeff Brown
9c1a6f402b am 0fa30848: am 410bc60a: Merge changes I790820b1,I3fcf3619,Ia0d5a156 into jb-mr1-dev
* commit '0fa30848638df704ce40e163652635fbfde5843c':
  Enable hardware acceleration for pointer location overlay.
  Disable use of twilight mode for auto-brightness.
  Use new API to override user activity timeout from keyguard.
2012-10-01 15:27:27 -07:00
Jeff Brown
0fa3084863 am 410bc60a: Merge changes I790820b1,I3fcf3619,Ia0d5a156 into jb-mr1-dev
* commit '410bc60a77ee3ba6e596e84d44ec23f3325ae310':
  Enable hardware acceleration for pointer location overlay.
  Disable use of twilight mode for auto-brightness.
  Use new API to override user activity timeout from keyguard.
2012-10-01 15:25:35 -07:00
Jeff Brown
13176e639c am cd781ce2: am cb6f950f: Merge "New internal API to eliminate poke locks." into jb-mr1-dev
* commit 'cd781ce2ebc104cf83d630889ae330a980635c9e':
  New internal API to eliminate poke locks.
2012-10-01 15:25:30 -07:00
Jeff Brown
cd781ce2eb am cb6f950f: Merge "New internal API to eliminate poke locks." into jb-mr1-dev
* commit 'cb6f950f15919794d26a55c20090fe5dacd11e4a':
  New internal API to eliminate poke locks.
2012-10-01 15:22:45 -07:00
Jeff Brown
410bc60a77 Merge changes I790820b1,I3fcf3619,Ia0d5a156 into jb-mr1-dev
* changes:
  Enable hardware acceleration for pointer location overlay.
  Disable use of twilight mode for auto-brightness.
  Use new API to override user activity timeout from keyguard.
2012-10-01 15:22:43 -07:00
Jeff Brown
cb6f950f15 Merge "New internal API to eliminate poke locks." into jb-mr1-dev 2012-10-01 15:20:23 -07:00
Victoria Lease
39197ba67b am b57852ab: am 80faaa35: am 2961d111: Merge "Avoid NPE in GpsLocationProvider" into jb-mr1-dev
* commit 'b57852ab871708730c6fc1b73d2d8a44556274d1':
  Avoid NPE in GpsLocationProvider
2012-10-01 15:08:15 -07:00
Victoria Lease
b57852ab87 am 80faaa35: am 2961d111: Merge "Avoid NPE in GpsLocationProvider" into jb-mr1-dev
* commit '80faaa3558a6d21990ae6bcf24eb7f8015db710f':
  Avoid NPE in GpsLocationProvider
2012-10-01 15:06:57 -07:00
Victoria Lease
80faaa3558 am 2961d111: Merge "Avoid NPE in GpsLocationProvider" into jb-mr1-dev
* commit '2961d111570d310b3ba504784e7cff651bc93207':
  Avoid NPE in GpsLocationProvider
2012-10-01 15:02:34 -07:00
Victoria Lease
2961d11157 Merge "Avoid NPE in GpsLocationProvider" into jb-mr1-dev 2012-10-01 14:59:57 -07:00
Jeff Brown
db21284a7f Disable use of twilight mode for auto-brightness.
This adjustment is still experimental.

Bug: 7165399
Change-Id: I3fcf361933995d02a5329eeaec80155b39371ba3
2012-10-01 14:33:42 -07:00
Craig Mautner
b8460115d9 am 3840b27b: am 190ca7dd: am 1f7a09b5: Merge "Only inform DisplayManager of visible content." into jb-mr1-dev
* commit '3840b27b5ecaf49374a902ff2041eb3b7a5a5f8a':
  Only inform DisplayManager of visible content.
2012-10-01 14:30:48 -07:00
Craig Mautner
3840b27b5e am 190ca7dd: am 1f7a09b5: Merge "Only inform DisplayManager of visible content." into jb-mr1-dev
* commit '190ca7ddad52ad78a0f313313ab744ed4c7848c8':
  Only inform DisplayManager of visible content.
2012-10-01 14:27:53 -07:00
Jeff Brown
1e3b98d47d New internal API to eliminate poke locks.
Added a new WindowManager.LayoutParams inputFeatures flag
to disable automatic user activity behavior when an input
event is sent to a window.

Added a new WindowManager.LayoutParams field userActivityTimeout.

Bug: 7165399
Change-Id: I204eafa37ef26aacc2c52a1ba1ecce1eebb0e0d9
2012-10-01 14:27:34 -07:00
Craig Mautner
190ca7ddad am 1f7a09b5: Merge "Only inform DisplayManager of visible content." into jb-mr1-dev
* commit '1f7a09b5df9f859781d9cfa0053fad44c72c2168':
  Only inform DisplayManager of visible content.
2012-10-01 14:26:06 -07:00
Craig Mautner
1f7a09b5df Merge "Only inform DisplayManager of visible content." into jb-mr1-dev 2012-10-01 14:23:39 -07:00