Home
last modified time | relevance | path

Searched refs:canScrollHorizontally (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DNonInterceptingScrollView.java106 public boolean canScrollHorizontally(int direction) { in canScrollHorizontally() method in NonInterceptingScrollView
107 return mScrollEnabled && super.canScrollHorizontally(direction); in canScrollHorizontally()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java1969 if (!mLayout.canScrollHorizontally()) { in smoothScrollBy()
2652 final boolean canScrollHorizontally = mLayout.canScrollHorizontally(); in onInterceptTouchEvent()
2681 if (canScrollHorizontally) { in onInterceptTouchEvent()
2796 final boolean canScrollHorizontally = mLayout.canScrollHorizontally(); in onTouchEvent()
2820 if (canScrollHorizontally) { in onTouchEvent()
2888 canScrollHorizontally ? dx : 0, in onTouchEvent()
2907 final float xvel = canScrollHorizontally in onTouchEvent()
3038 if (mLayout.canScrollHorizontally()) { in onGenericMotionEvent()
7661 public boolean canScrollHorizontally() { in canScrollHorizontally() method in RecyclerView.LayoutManager
8498 canScrollHorizontally()); in measureChild()
[all …]
H A DLinearSmoothScroller.java328 if (layoutManager == null || !layoutManager.canScrollHorizontally()) { in calculateDxToMakeVisible()
H A DViewPager.java2430 public boolean canScrollHorizontally(int direction) {
2476 return checkV && v.canScrollHorizontally(-dx);
2764 if (canScrollHorizontally(1)) {
2769 if (canScrollHorizontally(-1)) {
2784 if (canScrollHorizontally(1)) {
2791 if (canScrollHorizontally(-1)) {
H A DLinearLayoutManager.java280 public boolean canScrollHorizontally() { in canScrollHorizontally() method in LinearLayoutManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaCarouselScrollHandler.kt350 if (currentTranslation != 0.0f || !scrollView.canScrollHorizontally((-totalX).toInt())) {
378 if (scrollView.canScrollHorizontally(-newTranslation.toInt())) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DDraggableConstraintLayout.java111 || !mActionsContainer.canScrollHorizontally((int) distanceX); in DraggableConstraintLayout()
H A DScreenshotView.java224 || !mActionsContainer.canScrollHorizontally((int) distanceX); in ScreenshotView()
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java717 if (lm.canScrollHorizontally()) { in scrollIfNecessary()
927 if (absDx > absDy && lm.canScrollHorizontally()) { in findSwipedView()
1900 if (layoutManager.canScrollHorizontally()) { in onMoved()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java7157 final boolean canScrollHorizontally =
7159 if (isHorizontalScrollBarEnabled() && canScrollHorizontally) {
21031 public boolean canScrollHorizontally(int direction) { in canScrollHorizontally() method in View
21119 final boolean canScrollLeft = canScrollHorizontally(-1); in onDrawScrollIndicators()
21128 final boolean canScrollRight = canScrollHorizontally(1); in onDrawScrollIndicators()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java6201 && mTextView.canScrollHorizontally(atRtl ? -1 : 1))) in updatePosition()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17289 HSPLandroid/view/View;->canScrollHorizontally(I)Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17353 HSPLandroid/view/View;->canScrollHorizontally(I)Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52016 method public boolean canScrollHorizontally(int);