mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Fixing focus issues in Launcher (keyboard support).
Change-Id: Ieafd713393daf5628f229a66441bd3ed293245da
This commit is contained in:
@@ -180,6 +180,14 @@ public class PagedViewCellLayout extends ViewGroup implements Page {
|
||||
return mChildren.indexOfChild(v);
|
||||
}
|
||||
|
||||
public int getCellCountX() {
|
||||
return mCellCountX;
|
||||
}
|
||||
|
||||
public int getCellCountY() {
|
||||
return mCellCountY;
|
||||
}
|
||||
|
||||
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
|
||||
// TODO: currently ignoring padding
|
||||
|
||||
|
||||
Reference in New Issue
Block a user