Searched refs:vc (Results 1 – 8 of 8) sorted by relevance
38 ViewConfiguration vc = ViewConfiguration.get(context); in VerticalFlingDetector() local39 mMinimumFlingVelocity = vc.getScaledMinimumFlingVelocity(); in VerticalFlingDetector()40 mMaximumFlingVelocity = vc.getScaledMaximumFlingVelocity(); in VerticalFlingDetector()41 mCustomTouchSlop = CUSTOM_SLOP_MULTIPLIER * vc.getScaledTouchSlop(); in VerticalFlingDetector()
105 final ViewConfiguration vc = ViewConfiguration.get(context); in GalleryThumbnailView() local106 mTouchSlop = vc.getScaledTouchSlop(); in GalleryThumbnailView()107 mMaximumVelocity = vc.getScaledMaximumFlingVelocity(); in GalleryThumbnailView()108 mFlingVelocity = vc.getScaledMinimumFlingVelocity(); in GalleryThumbnailView()
208 final ViewConfiguration vc = ViewConfiguration.get(context); in WearableListView() local209 mTouchSlop = vc.getScaledTouchSlop(); in WearableListView()211 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in WearableListView()212 mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity(); in WearableListView()
90 ViewConfiguration vc = ViewConfiguration.get(context); in MonthByWeekAdapter() local92 mMovedPixelToCancel = vc.getScaledTouchSlop(); in MonthByWeekAdapter()
4145 final Cursor vc = uiVirtualMailboxes(id, uiProjection); in uiFolders() local4146 vc.setNotificationUri(context.getContentResolver(), notifyUri); in uiFolders()4148 return vc; in uiFolders()4155 Cursor[] cursors = new Cursor[]{vc, c}; in uiFolders()4631 final Cursor vc = uiVirtualMailboxes(id, uiProjection); in uiQuery() local4634 c = vc; in uiQuery()4640 vc.setNotificationUri(context.getContentResolver(), notifyUri); in uiQuery()4642 c = new MergeCursor(new Cursor[]{rawc, vc}); in uiQuery()
771 ViewConfiguration vc = ViewConfiguration.get(context); in DayView() local772 mScaledPagingTouchSlop = vc.getScaledPagingTouchSlop(); in DayView()774 OVERFLING_DISTANCE = vc.getScaledOverflingDistance(); in DayView()