Home
last modified time | relevance | path

Searched refs:overScrollMode (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java416 final int overScrollMode = ViewCompat.getOverScrollMode(this); in trackMotionScroll() local
418 if (overScrollMode == ViewCompat.OVER_SCROLL_ALWAYS || in trackMotionScroll()
419 (overScrollMode == ViewCompat.OVER_SCROLL_IF_CONTENT_SCROLLS && !contentFits)) { in trackMotionScroll()
544 final int overScrollMode = ViewCompat.getOverScrollMode(this); in computeScroll() local
545 if (overScrollMode != ViewCompat.OVER_SCROLL_NEVER) { in computeScroll()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/
DPreviewPagerBinder.kt85 child.overScrollMode = View.OVER_SCROLL_NEVER in <lambda>()
DDualPreviewPagerBinder.kt138 dualPreviewView.overScrollMode = OVER_SCROLL_NEVER in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/
DCustomizationPickerActivity2.kt210 (getChildAt(0) as RecyclerView).overScrollMode = RecyclerView.OVER_SCROLL_NEVER in <lambda>()