OSDN Git Service

Add comments for some int fields in EditorInfo
authorYohei Yukawa <yukawa@google.com>
Thu, 10 Nov 2016 03:49:50 +0000 (19:49 -0800)
committerYohei Yukawa <yukawa@google.com>
Thu, 10 Nov 2016 03:49:50 +0000 (19:49 -0800)
commitd0bbe2176fa2405142711167a68d357371581305
tree26e8b2620938b230afa0ede9bc4f8cc228427f20
parent446e723c0885773716f365328aa4a7c242a6c9a2
Add comments for some int fields in EditorInfo

As a preparation to add a new flag into EditorInfo, this CL aims to make
it clear what bits in EditorInfo are already used and what bits are
still available for new features.

There should be no behavior change because there is no code change.

Bug: 28157942
Test: compile, as there is no actual code change
Change-Id: Ie4b216dbb0978d8dc1c5e91762b87d065c7a1cac
core/java/android/view/inputmethod/EditorInfo.java