Home
last modified time | relevance | path

Searched refs:vc (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DVerticalFlingDetector.java38 ViewConfiguration vc = ViewConfiguration.get(context); in VerticalFlingDetector() local
39 mMinimumFlingVelocity = vc.getScaledMinimumFlingVelocity(); in VerticalFlingDetector()
40 mMaximumFlingVelocity = vc.getScaledMaximumFlingVelocity(); in VerticalFlingDetector()
41 mCustomTouchSlop = CUSTOM_SLOP_MULTIPLIER * vc.getScaledTouchSlop(); in VerticalFlingDetector()
/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java105 final ViewConfiguration vc = ViewConfiguration.get(context); in GalleryThumbnailView() local
106 mTouchSlop = vc.getScaledTouchSlop(); in GalleryThumbnailView()
107 mMaximumVelocity = vc.getScaledMaximumFlingVelocity(); in GalleryThumbnailView()
108 mFlingVelocity = vc.getScaledMinimumFlingVelocity(); in GalleryThumbnailView()
/packages/apps/PackageInstaller/src/android/support/wearable/view/
DWearableListView.java208 final ViewConfiguration vc = ViewConfiguration.get(context); in WearableListView() local
209 mTouchSlop = vc.getScaledTouchSlop(); in WearableListView()
211 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity(); in WearableListView()
212 mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity(); in WearableListView()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekAdapter.java90 ViewConfiguration vc = ViewConfiguration.get(context); in MonthByWeekAdapter() local
92 mMovedPixelToCancel = vc.getScaledTouchSlop(); in MonthByWeekAdapter()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java4145 final Cursor vc = uiVirtualMailboxes(id, uiProjection); in uiFolders() local
4146 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() local
4634 c = vc; in uiQuery()
4640 vc.setNotificationUri(context.getContentResolver(), notifyUri); in uiQuery()
4642 c = new MergeCursor(new Cursor[]{rawc, vc}); in uiQuery()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java771 ViewConfiguration vc = ViewConfiguration.get(context); in DayView() local
772 mScaledPagingTouchSlop = vc.getScaledPagingTouchSlop(); in DayView()
774 OVERFLING_DISTANCE = vc.getScaledOverflingDistance(); in DayView()
/packages/inputmethods/LatinIME/dictionaries/
Dcs_wordlist.combined.gz
Dhr_wordlist.combined.gz