Home
last modified time | relevance | path

Searched defs:scrollY (Results 1 – 25 of 701) sorted by relevance

12345678910>>...29

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditTextCursorAnchorInfoTest.java262 int scrollY = 2 * LINE_HEIGHT; in testVisibleLineBounds_scrolled_cutTopLines() local
281 int scrollY = 2 * LINE_HEIGHT; in testVisibleLineBounds_scrolled_cutTopAndBottomLines() local
298 int scrollY = 2 * LINE_HEIGHT + LINE_HEIGHT / 2; in testVisibleLineBounds_scrolled_partiallyVisibleLines() local
358 int scrollY = LINE_HEIGHT; in testVisibleLineBounds_withCompoundDrawable_scrolled() local
380 int scrollY = LINE_HEIGHT / 2; in testVisibleLineBounds_withCompoundDrawable_partiallyVisible() local
435 int scrollY = LINE_HEIGHT; in testVisibleLineBounds_withPaddings_scrolled() local
456 int scrollY = LINE_HEIGHT / 2; in testVisibleLineBounds_withPadding_partiallyVisible() local
565 private void setupEditText(int height, int scrollY) { in setupEditText()
571 private void setupEditText(int height, int scrollY, Drawable drawableTop, in setupEditText()
579 private void setupEditText(int height, int scrollY, int paddingTop, in setupEditText()
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DNestedScrollView.java125 void onScrollChange(@NonNull NestedScrollView v, int scrollX, int scrollY, in onScrollChange()
495 final int scrollY = getScrollY(); in getTopFadingEdgeStrength() local
758 final int scrollY = getScrollY(); in inChild() local
1400 protected void onOverScrolled(int scrollX, int scrollY, in onOverScrolled()
1407 int scrollX, int scrollY, in overScrollByCompat()
1801 final int scrollY = getScrollY(); in smoothScrollBy() local
1804 mScroller.startScroll(getScrollX(), scrollY, 0, dy, scrollDurationMs); in smoothScrollBy() local
1877 final int scrollY = getScrollY(); in computeVerticalScrollRange() local
2352 final int scrollY = getScrollY(); in draw() local
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DScrollView.java582 final int scrollY = mScrollY; in inChild() local
1069 protected void onOverScrolled(int scrollX, int scrollY, in onOverScrolled()
1463 final int scrollY = mScrollY; in smoothScrollBy() local
1504 final int scrollY = mScrollY; in computeVerticalScrollRange() local
1623 int scrollY = getScrollY(); in consumeFlingInStretch() local
2057 final int scrollY = mScrollY; in draw() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DObservableScrollView.java119 protected boolean overScrollBy(int deltaX, int deltaY, int scrollX, int scrollY, in overScrollBy()
139 protected void onOverScrolled(int scrollX, int scrollY, boolean clampedX, boolean clampedY) { in onOverScrolled()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/view/
H A DScrollCaptureViewSupport.java102 public static Rect transformFromRequestToContainer(int scrollY, Rect requestBounds, in transformFromRequestToContainer()
119 public static Rect transformFromContainerToRequest(int scrollY, Rect requestBounds, in transformFromContainerToRequest()
H A DRootViewSurfaceTaker.java30 void onRootViewScrollYChanged(int scrollY); in onRootViewScrollYChanged()
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java195 Point defaultCropSurfaceSize, Point targetHostSize, int scrollX, int scrollY, in calculateCropRect()
325 int scrollY = (int) (visibleRawWallpaperRect.top * wallpaperZoom); in calculateCropRect() local
/aosp_15_r20/frameworks/base/core/java/android/webkit/
H A DWebView.java2437 public void super_scrollTo(int scrollX, int scrollY) { in super_scrollTo()
2491 int scrollX, int scrollY, in overScrollBy()
2539 public void setScrollYRaw(int scrollY) { in setScrollYRaw()
2937 protected void onOverScrolled(int scrollX, int scrollY, boolean clampedX, boolean clampedY) { in onOverScrolled()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
H A DInteractiveVerifierActivity.java177 int scrollY = (savedState == null) ? 0 : savedState.getInt(SCROLLY, 0); in onCreate() local
208 private void setupTests(int savedStateIndex, int savedStatus, int scrollY) { in setupTests()
/aosp_15_r20/cts/tests/tests/assist/testapp/src/android/assist/testapp/
H A DTextViewActivity.java47 int scrollX, scrollY; in onReceivedEventFromCaller() local
/aosp_15_r20/cts/tests/tests/transition/src/android/transition/cts/
H A DChangeScrollTest.java71 final int scrollY = view.getScrollY(); in testChangeScroll() local
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/widget/
DTouchlessScrollView.java33 final int scrollY = getScrollY(); in onSaveInstanceState() local
/aosp_15_r20/cts/tests/tests/assist/src/android/assist/cts/
H A DTextViewTest.java95 protected void scrollTestApp(int scrollX, int scrollY, boolean scrollTextView, in scrollTestApp()
H A DTestStartActivity.java112 public void scrollText(int scrollX, int scrollY, boolean scrollTextView, in scrollText()
/aosp_15_r20/frameworks/base/packages/SettingsLib/ActionBarShadow/src/com/android/settingslib/widget/
H A DActionBarShadowController.java111 public void onScrollChange(View view, int scrollX, int scrollY, int oldScrollX, in onScrollChange()
/aosp_15_r20/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/proto/
Dview_capture.proto70 optional int32 scrollY = 10; field
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/inputmethod/
H A DViewRootImpl.kt42 val scrollY: Int, constant in android.tools.traces.inputmethod.ViewRootImpl
/aosp_15_r20/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java43 final int scrollY; field in AssistVisualizer.TextEntry
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/
DFastScrollRecyclerView.java113 protected void synchronizeScrollBarThumbOffsetToViewScroll(int scrollY, in synchronizeScrollBarThumbOffsetToViewScroll()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsRecyclerView.java107 int scrollY = computeVerticalScrollOffset(); in onUpdateScrollbar() local
/aosp_15_r20/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/u18notifications/
DConsentNotificationU18Fragment.java199 View view, int scrollX, int scrollY, int oldScrollX, int oldScrollY) { in onScrollChange()
/aosp_15_r20/frameworks/base/core/java/android/text/method/
H A DTouch.java206 public DragState(float x, float y, int scrollX, int scrollY) { in DragState()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/ui/view/
DMediaScrollView.java113 …protected boolean overScrollBy(int deltaX, int deltaY, int scrollX, int scrollY, int scrollRangeX,… in overScrollBy()
/aosp_15_r20/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ganotifications/
DConsentNotificationGaV2Screen1Fragment.java253 View view, int scrollX, int scrollY, int oldScrollX, int oldScrollY) { in onScrollChange()
/aosp_15_r20/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationFragment.java273 View view, int scrollX, int scrollY, int oldScrollX, int oldScrollY) { in onScrollChange()

12345678910>>...29