Fix warnings and remove dead code
Change-Id: I574d823fedf4b752c3df5a72599b390f708823ac
This commit is contained in:
@@ -626,7 +626,6 @@ public class FocusHelper {
|
||||
int lineDelta) {
|
||||
final ArrayList<View> views = getCellLayoutChildrenSortedSpatially(layout, parent);
|
||||
final CellLayout.LayoutParams lp = (CellLayout.LayoutParams) v.getLayoutParams();
|
||||
final int cellCountX = layout.getCountX();
|
||||
final int cellCountY = layout.getCountY();
|
||||
final int row = lp.cellY;
|
||||
final int newRow = row + lineDelta;
|
||||
|
||||
Reference in New Issue
Block a user