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

  /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...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetPager.java 49 public class KeyguardWidgetPager extends PagedView implements PagedView.PageSwitchListener,
848 // We need to force measure the PagedView so that the calls to update the scroll
    [all...]
PagedView.java 64 public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeListener {
204 // We use the min scale to determine how much to expand the actually PagedView measured
260 public PagedView(Context context) {
264 public PagedView(Context context, AttributeSet attrs) {
268 public PagedView(Context context, AttributeSet attrs, int defStyle) {
271 R.styleable.PagedView, defStyle, 0);
340 if (DEBUG) Log.d(TAG, "PagedView.updateDragViewTranslationDuringDrag(): " + x + ", " + y);
359 // Convenience methods to get the actual width/height of the PagedView (since it is measured
369 // PagedView both horizontally and vertically
423 * in CustomizePagedView to allow tabs to share the same PagedView while resetting the scroll o
    [all...]

Completed in 46 milliseconds