Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java138 private boolean mDirectionLTR; field in ScreenshotView
393 mDirectionLTR = in onFinishInflate()
601 if (mDirectionLTR) { in createScreenshotDropInAnimation()
659 float finalDismissX = mDirectionLTR in createScreenshotDropInAnimation()
778 mActionsContainer.setScrollX(mDirectionLTR ? 0 : mActionsContainer.getWidth()); in createScreenshotActionsShadeAnimation()
779 mActionsContainer.setPivotX(mDirectionLTR ? 0 : mActionsContainer.getWidth()); in createScreenshotActionsShadeAnimation()
781 mDirectionLTR ? 0 : mActionsContainerBackground.getWidth()); in createScreenshotActionsShadeAnimation()
1019 * (mDirectionLTR ? scrollableArea.left : scrollableArea.right - getWidth())); in prepareScrollingTransition()