HomeSort by relevance Sort by last modified time
    Searched refs:PagedViewGridLayout (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java 28 public class PagedViewGridLayout extends GridLayout implements Page {
29 static final String TAG = "PagedViewGridLayout";
35 public PagedViewGridLayout(Context context, int cellCountX, int cellCountY) {
AppsCustomizePagedView.java 310 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(currentPage);
    [all...]
AppsCustomizeTabHost.java 246 } else if (child instanceof PagedViewGridLayout) {
247 ((PagedViewGridLayout) child).resetChildrenOnKeyListeners();
FocusHelper.java 136 final PagedViewGridLayout parent = (PagedViewGridLayout) w.getParent();
291 countX = ((PagedViewGridLayout) parentLayout).getCellCountX();
292 countY = ((PagedViewGridLayout) parentLayout).getCellCountY();
    [all...]

Completed in 194 milliseconds