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.java141 private boolean mDirectionLTR; field in ScreenshotView
382 mDirectionLTR = in onFinishInflate()
588 if (mDirectionLTR) { in createScreenshotDropInAnimation()
646 float finalDismissX = mDirectionLTR in createScreenshotDropInAnimation()
765 mActionsContainer.setScrollX(mDirectionLTR ? 0 : mActionsContainer.getWidth()); in createScreenshotActionsShadeAnimation()
766 mActionsContainer.setPivotX(mDirectionLTR ? 0 : mActionsContainer.getWidth()); in createScreenshotActionsShadeAnimation()
768 mDirectionLTR ? 0 : mActionsContainerBackground.getWidth()); in createScreenshotActionsShadeAnimation()
983 * (mDirectionLTR ? scrollableArea.left : scrollableArea.right - getWidth())); in prepareScrollingTransition()