Searched refs:PagedView (Results 1 – 13 of 13) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/ |
D | ViewGroupFocusHelper.java | 23 import com.android.launcher3.PagedView; 59 if (parent instanceof PagedView) { in computeLocationRelativeToContainer() 60 PagedView page = (PagedView) parent; in computeLocationRelativeToContainer()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | FocusHelper.java | 122 ViewGroup page = (ViewGroup) ((PagedView) container).getPageAt(index); in getAppsCustomizePage() 137 final PagedView container = (PagedView) parent.getParent(); in handlePagedViewGridLayoutWidgetKeyEvent() 142 final int pageIndex = ((PagedView) container).indexToPage(container.indexOfChild(parent)); in handlePagedViewGridLayoutWidgetKeyEvent() 297 final PagedView container = (PagedView) parentLayout.getParent(); in handleAppsCustomizeKeyEvent() 302 … final int pageIndex = ((PagedView) container).indexToPage(container.indexOfChild(parentLayout)); in handleAppsCustomizeKeyEvent()
|
D | PagedView.java | 53 public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeListener { class 194 public PagedView(Context context) { in PagedView() method in PagedView 198 public PagedView(Context context, AttributeSet attrs) { in PagedView() method in PagedView 202 public PagedView(Context context, AttributeSet attrs, int defStyle) { in PagedView() method in PagedView 206 R.styleable.PagedView, defStyle, 0); in PagedView()
|
D | PagedViewWithDraggableItems.java | 34 public abstract class PagedViewWithDraggableItems extends PagedView
|
D | SmoothPagedView.java | 24 public abstract class SmoothPagedView extends PagedView {
|
D | AppsCustomizePagedView.java | 1340 addView(layout, new PagedView.LayoutParams(LayoutParams.MATCH_PARENT, in syncPages()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PagedView.java | 61 public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeListener { class 190 public PagedView(Context context) { in PagedView() method in PagedView 194 public PagedView(Context context, AttributeSet attrs) { in PagedView() method in PagedView 198 public PagedView(Context context, AttributeSet attrs, int defStyle) { in PagedView() method in PagedView 202 R.styleable.PagedView, defStyle, 0); in PagedView()
|
D | LauncherModel.java | 557 if (synchronousBindPage != PagedView.INVALID_RESTORE_PAGE in startLoader() 647 if (synchronousBindPage == PagedView.INVALID_RESTORE_PAGE) { in runBindSynchronousPage() 1513 int currScreen = synchronizeBindPage != PagedView.INVALID_RESTORE_PAGE in bindWorkspace() 1517 currScreen = PagedView.INVALID_RESTORE_PAGE; in bindWorkspace() 1615 if (currentScreen != PagedView.INVALID_RESTORE_PAGE) { in bindWorkspace()
|
D | DeviceProfile.java | 529 PagedView workspace = (PagedView) launcher.findViewById(R.id.workspace); in layout()
|
D | Launcher.java | 418 int currentScreen = PagedView.INVALID_RESTORE_PAGE; in onCreate()
|
D | Workspace.java | 100 public class Workspace extends PagedView
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 39 import com.android.launcher3.PagedView; 56 public class FolderPagedView extends PagedView {
|
D | Folder.java | 62 import com.android.launcher3.PagedView; 109 public static final int RESCROLL_DELAY = PagedView.PAGE_SNAP_ANIMATION_DURATION + 150;
|