Searched refs:PagedView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardWidgetPager.java46 public class KeyguardWidgetPager extends PagedView implements PagedView.PageSwitchListener,
H A DPagedView.java64 public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeListener { class in inherits:ViewGroup,ViewGroup.OnHierarchyChangeListener
204 // We use the min scale to determine how much to expand the actually PagedView measured
260 public PagedView(Context context) { method in class:PagedView
264 public PagedView(Context context, AttributeSet attrs) { method in class:PagedView
268 public PagedView(Context context, AttributeSet attrs, int defStyle) { method in class:PagedView
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 whil
[all...]

Completed in 1144 milliseconds