Searched defs:getChildOnPageAt (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizeCellLayout.java52 public View getChildOnPageAt(int i) { method in class:AppsCustomizeCellLayout
H A DPagedViewGridLayout.java82 View child = getChildOnPageAt(count - 1);
107 public View getChildOnPageAt(int i) { method in class:PagedViewGridLayout
H A DPagedViewCellLayout.java147 public View getChildOnPageAt(int i) { method in class:PagedViewCellLayout
252 View child = getChildOnPageAt(count - 1);
H A DPagedView.java58 public View getChildOnPageAt(int i); method in interface:Page
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewGridLayout.java94 View child = getChildOnPageAt(count - 1);
119 public View getChildOnPageAt(int i) { method in class:PagedViewGridLayout
H A DPagedViewCellLayout.java153 public View getChildOnPageAt(int i) { method in class:PagedViewCellLayout
258 View child = getChildOnPageAt(count - 1);
501 public View getChildOnPageAt(int i); method in interface:Page

Completed in 102 milliseconds