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

  /packages/apps/Launcher2/src/com/android/launcher2/
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...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 64 public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeListener {
211 // We use the min scale to determine how much to expand the actually PagedView measured
278 public PagedView(Context context) {
282 public PagedView(Context context, AttributeSet attrs) {
286 public PagedView(Context context, AttributeSet attrs, int defStyle) {
289 R.styleable.PagedView, defStyle, 0);
358 if (DEBUG) Log.d(TAG, "PagedView.updateDragViewTranslationDuringDrag(): " + x + ", " + y);
377 // Convenience methods to get the actual width/height of the PagedView (since it is measured
387 // PagedView both horizontally and vertically
441 * in CustomizePagedView to allow tabs to share the same PagedView while resetting the scroll o
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 70 public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeListener {
71 private static final String TAG = "PagedView";
220 // We use the min scale to determine how much to expand the actually PagedView measured
277 public PagedView(Context context) {
281 public PagedView(Context context, AttributeSet attrs) {
285 public PagedView(Context context, AttributeSet attrs, int defStyle) {
289 R.styleable.PagedView, defStyle, 0);
406 if (DEBUG) Log.d(TAG, "PagedView.updateDragViewTranslationDuringDrag(): "
428 // Convenience methods to get the actual width/height of the PagedView (since it is measured
438 // PagedView both horizontally and verticall
    [all...]

Completed in 1724 milliseconds