Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java969 Rect scrollableArea = scrollableAreaOnScreen(response); in prepareScrollingTransition() local
976 params.width = (int) (scale * scrollableArea.width()); in prepareScrollingTransition()
977 params.height = (int) (scale * scrollableArea.height()); in prepareScrollingTransition()
980 matrix.postTranslate(-scrollableArea.left * scale, -scrollableArea.top * scale); in prepareScrollingTransition()
983 * (mDirectionLTR ? scrollableArea.left : scrollableArea.right - getWidth())); in prepareScrollingTransition()
984 mScrollablePreview.setTranslationY(scale * scrollableArea.top); in prepareScrollingTransition()