commit | 959645f9e9b1dfd6ad6800129159bd68510c692b | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <aurimas@google.com> | Wed Dec 07 11:34:02 2016 -0800 |
committer | Aurimas Liutikas <aurimas@google.com> | Wed Dec 07 11:34:02 2016 -0800 |
tree | 1439936ad216ce54e03320389ab60c3acde9744f | |
parent | e01b794864ed553b6f1a10d1716010749a3359d7 [diff] |
Make LayoutManager#getItemCount javadoc more readable. When docs are generated for LayoutManager#getItemCount method the {@link State#getItemCount()} is displayed as simply getItemCount() which is confusing as it has the same name as LayoutManager#getItemCount(). This CL makes it explicit to show State#getItemCount() as State#getItemCount(). Bug: 31950286 Test: ./gradlew generateDocs looks better now. Change-Id: I62bc39bfe90eb6f5277c299700bb51baf2df4f22