e0b2f1e2d01d1ac52ba207dc7ce76971d853298e |
|
12-Jun-2012 |
Chiao Cheng <chiaocheng@google.com> |
Global import order fix. Changed import order to be in accordance with style guide: http://source.android.com/source/code-style.html#order-import-statements Static imports will be placed at the top since most existing files used that convention. It is also a style that can be handled by both eclipse and intellij. Change-Id: Ia7013c7a2d88e5fefb8f4975d121f7fcd3fcc462
/packages/apps/Contacts/src/com/android/contacts/widget/AlphaTouchInterceptorOverlay.java
|
fc81892e4081f46a54a68498e96d89864c77348e |
|
26-Apr-2012 |
Josh Gargus <jjosh@google.com> |
Add press-states to ContactDetailFragment. Add press states to contact-photo (if it is settable), and also to carousel touch-interceptor. Bug: 6324779 Change-Id: I1d35fa60b93af36da49f45b975597d4c7459e477
/packages/apps/Contacts/src/com/android/contacts/widget/AlphaTouchInterceptorOverlay.java
|
7edad9dd95a411cc5ed69815e5f0be8a5d1e8b19 |
|
20-Apr-2012 |
Josh Gargus <jjosh@google.com> |
Fix broken touch-interception in ContactDetailFragmentCarousel. Tear out a confusion of code that wires XML specs up to alpha- and touch-interceptor layers. Encapsulate in a new class, FrameLayoutWithOverlay. Bug: 6324499 Change-Id: Ic531327d67db8b5069abbd93e31fa10d99d4c4cd
/packages/apps/Contacts/src/com/android/contacts/widget/AlphaTouchInterceptorOverlay.java
|