Commit 4852021
Jon Miranda
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: I0d83a4391aa0565897cd7f0523995c97b7a4976d1 parent 125cf62 commit 4852021
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1107 | 1107 | | |
1108 | 1108 | | |
1109 | 1109 | | |
1110 | | - | |
1111 | | - | |
| 1110 | + | |
1112 | 1111 | | |
1113 | 1112 | | |
1114 | 1113 | | |
| |||
1187 | 1186 | | |
1188 | 1187 | | |
1189 | 1188 | | |
1190 | | - | |
1191 | | - | |
| 1189 | + | |
1192 | 1190 | | |
1193 | 1191 | | |
1194 | 1192 | | |
| |||
0 commit comments