commit | 48520210958b07d99791779abd52ba8034f3aa21 | [log] [tgz] |
---|---|---|
author | Jon Miranda <jonmiranda@google.com> | Fri Aug 08 10:49:47 2014 -0700 |
committer | Jon Miranda <jonmiranda@google.com> | Tue Aug 12 15:45:57 2014 -0700 |
tree | 7e409d3f4333de0028e4880e1e8aa948dd0a69df | |
parent | 125cf62d596f544db4cb7b314f94c2757f5afaa7 [diff] |
Changed flow in export methods to continue through the loop if it encounters an int[] return type. There are two such instances: 1. "private int[] mRules" within RelativeLayout LayoutParams. 2. "public int[] getLocationOnScreen" in View. When I added #2, we noticed missing annotated fields/methods in Hierarchy Viewer, but #1 also caused the same issue (mainly not exporting alignWithParent field) Bug: 16844914 Change-Id: I0d83a4391aa0565897cd7f0523995c97b7a4976d