/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | WallpaperCropUtils.java | 194 Point defaultCropSurfaceSize, Point targetHostSize, int scrollX, int scrollY) { in calculateCropRect() argument 203 Rect cropRect = new Rect(scrollX, scrollY, scrollX + targetHostSize.x, in calculateCropRect() 204 scrollY + targetHostSize.y); in calculateCropRect() 309 int scrollY = (int) (visibleRawWallpaperRect.top * wallpaperZoom); in calculateCropRect() local 312 scrollX, scrollY); in calculateCropRect()
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | TouchlessScrollView.java | 33 final int scrollY = getScrollY(); in onSaveInstanceState() local 36 setScrollY(scrollY); in onSaveInstanceState()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetsRecyclerView.java | 131 int scrollY = getCurrentScrollY(); in onUpdateScrollbar() local 132 if (scrollY < 0) { in onUpdateScrollbar() 137 synchronizeScrollBarThumbOffsetToViewScroll(scrollY, getAvailableScrollHeight()); in onUpdateScrollbar()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsRecyclerView.java | 291 int scrollY = getCurrentScrollY(); in onUpdateScrollbar() local 292 if (scrollY < 0) { in onUpdateScrollbar() 311 (((float) scrollY / availableScrollHeight) * availableScrollBarHeight); in onUpdateScrollbar() 342 synchronizeScrollBarThumbOffsetToViewScroll(scrollY, availableScrollHeight); in onUpdateScrollbar()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BaseRecyclerView.java | 106 protected void synchronizeScrollBarThumbOffsetToViewScroll(int scrollY, in synchronizeScrollBarThumbOffsetToViewScroll() argument 118 (int) (((float) scrollY / availableScrollHeight) * getAvailableScrollBarHeight()); in synchronizeScrollBarThumbOffsetToViewScroll()
|
D | BubbleTextView.java | 449 final int scrollY = getScrollY(); in drawDotIfNecessary() local 450 canvas.translate(scrollX, scrollY); in drawDotIfNecessary() 452 canvas.translate(-scrollX, -scrollY); in drawDotIfNecessary()
|
/packages/apps/Car/Settings/src/com/android/car/settings/system/ |
D | FactoryResetFragment.java | 91 recyclerView.setOnScrollChangeListener((v, scrollX, scrollY, oldScrollX, oldScrollY) -> { in onActivityCreated() argument
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
D | MainClearTest.java | 462 private void initScrollView(int height, int scrollY, int childBottom) { in initScrollView() argument 464 when(mScrollView.getScrollY()).thenReturn(scrollY); in initScrollView()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | AlbumSetPage.java | 185 int scrollY = mSlotView.getScrollY(); in getSlotCenter() local 187 center[1] = offset.top + (r.top + r.bottom) / 2 - scrollY; in getSlotCenter()
|
/packages/apps/Dialer/java/com/android/dialer/contactsfragment/ |
D | ContactsFragment.java | 279 public void onScrollChange(View v, int scrollX, int scrollY, int oldScrollX, int oldScrollY) { in onScrollChange() argument
|
/packages/apps/Settings/src/com/android/settings/ |
D | MainClear.java | 367 public void onScrollChange(View v, int scrollX, int scrollY, int oldScrollX, in establishInitialState()
|