Files
frameworks_base/core/java/android/view
Yohei Yukawa eea0b8b051 Fix inconsistencies in CursorAnchorInfo#equals
This CL addresses some inconsistencies found in
CursorAnchorInfo#equals.

- #mComposingText is now taken into consideration when
  compared with other instances.
- NaN is now treated as if it was just a number in
  CursorAnchorInfo#equals if and only if NaN is used in
  -- #mInsertionMarkerHorizontal
  -- #mInsertionMarkerTop
  -- #mInsertionMarkerBaseline
  -- #mInsertionMarkerBottom.
  This is useful if we want to use NaN as a marker to
  indicate that no value is specified.

Change-Id: Ibff31bc34b9d488731b294ad38240c567a06b627
2014-07-10 03:06:04 +00:00
..
2014-07-01 15:32:12 -07:00
2014-06-18 10:45:27 -07:00
2014-06-02 16:33:52 -07:00
2013-11-01 02:38:01 +00:00
2014-06-27 22:34:16 +00:00
2014-07-01 15:32:12 -07:00
2014-06-27 22:34:16 +00:00
2014-07-08 14:14:55 -07:00