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

  /packages/apps/Launcher3/src/com/android/launcher3/
FocusIndicatorView.java 171 if (parent instanceof PagedView) {
172 PagedView page = (PagedView) parent;
LauncherClings.java 74 model.startLoader(PagedView.INVALID_RESTORE_PAGE,
DeviceProfile.java 422 PagedView workspace = (PagedView) launcher.findViewById(R.id.workspace);
PagedView.java 60 public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeListener {
61 private static final String TAG = "PagedView";
175 // We use the min scale to determine how much to expand the actually PagedView measured
213 public PagedView(Context context) {
217 public PagedView(Context context, AttributeSet attrs) {
221 public PagedView(Context context, AttributeSet attrs, int defStyle) {
225 R.styleable.PagedView, defStyle, 0);
336 if (DEBUG) Log.d(TAG, "PagedView.updateDragViewTranslationDuringDrag(): "
358 // Convenience methods to get the actual width/height of the PagedView (since it is measured
368 // PagedView both horizontally and verticall
    [all...]
Launcher.java 99 import com.android.launcher3.PagedView.PageSwitchListener;
492 mModel.startLoader(PagedView.INVALID_RESTORE_PAGE);
    [all...]
DragController.java 55 public static final int RESCROLL_DELAY = PagedView.PAGE_SNAP_ANIMATION_DURATION + 150;
FolderPagedView.java 40 public class FolderPagedView extends PagedView {
LauncherModel.java     [all...]
Workspace.java 87 public class Workspace extends PagedView
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWithDraggableItems.java 25 /* Class that does most of the work of enabling dragging items out of a PagedView by performing a
34 public abstract class PagedViewWithDraggableItems extends PagedView
SmoothPagedView.java 24 public abstract class SmoothPagedView extends PagedView {
FocusHelper.java 122 ViewGroup page = (ViewGroup) ((PagedView) container).getPageAt(index);
137 final PagedView container = (PagedView) parent.getParent();
142 final int pageIndex = ((PagedView) container).indexToPage(container.indexOfChild(parent));
297 final PagedView container = (PagedView) parentLayout.getParent();
302 final int pageIndex = ((PagedView) container).indexToPage(container.indexOfChild(parentLayout));
    [all...]
PagedView.java 53 public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeListener {
54 private static final String TAG = "PagedView";
194 public PagedView(Context context) {
198 public PagedView(Context context, AttributeSet attrs) {
202 public PagedView(Context context, AttributeSet attrs, int defStyle) {
206 R.styleable.PagedView, defStyle, 0);
303 * in CustomizePagedView to allow tabs to share the same PagedView while resetting the scroll of
524 if (DEBUG) Log.d(TAG, "PagedView.onMeasure(): " + widthSize + ", " + heightSize);
573 // The gap between pages in the PagedView should be equal to the gap from the page
650 if (DEBUG) Log.d(TAG, "PagedView.onLayout()")
    [all...]
AppsCustomizePagedView.java     [all...]

Completed in 644 milliseconds