History log of /packages/apps/Phone/src/com/android/phone/SmallerHitTargetTouchListener.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
55db52dfbe2942a74358ae5c9adafa9fda9ad294 13-Nov-2012 Santos Cordon <santoscordon@google.com> Hit area for End Call changed from percent to deadzone.

Changed the implementation of SmallerHitTargetTouchListener from having
a percent based dead zone to having a pixel-defined dead zone.
Only affects the Secondary calling card and end-call button.

bug: 7416993
Change-Id: I92366380a22ff1c76a8fba043baa898eb8d41049
/packages/apps/Phone/src/com/android/phone/SmallerHitTargetTouchListener.java
3157623699f642bcac5efc5382b49320efbd819b 02-Jun-2012 Daisuke Miyakawa <dmiyakawa@google.com> Make secondary call photo clickable with swap capability

- Introduce the functionality
- Have appropriate drawable for it
- Make its target smaller than usual, to avoid mistouch (same behavior
of end-call button)

TESTED:
GSM
- click the secondary photo during having two phone calls.
-> "click" effect and the actual "swap" action should happen

- click the secondary photo during making a second phone call which is
not answered yet
-> "click" effect nor the "swap" action should not happen.

CDMA
- try 3 way calls and click the secondary photo.
-> It should not initiate the "swap" action

Bug: 6598462
Change-Id: I20986ec3e33ee5f7d4015fd5d2ba961207203f02
/packages/apps/Phone/src/com/android/phone/SmallerHitTargetTouchListener.java