Home | History | Annotate | Download | only in ui

Lines Matching defs:mIsRtl

121     private boolean mIsRtl;
156 if (mIsRtl) {
275 mIsRtl = ViewUtils.isViewRtl(this);
330 if (mIsRtl) {
349 final int openDrawerDelta = mIsRtl ? -mDrawerWidthDelta : mDrawerWidthDelta;
452 final int xEnd = mIsRtl ? mListLeft : mListRight;
501 (mIsRtl ? -mDrawerWidthDelta : mDrawerWidthDelta);
506 if (mIsRtl) {
518 if (mIsRtl) {
537 if (mIsRtl) {
571 left = mIsRtl ? mConversationFrame.getX() : mListView.getX();
572 right = mIsRtl ? mListView.getX() + mListView.getWidth() :
582 if (mIsRtl) {
589 final float foldersX1 = mIsRtl ? mFoldersView.getX() + mDrawerWidthDelta :
595 if (mIsRtl) {
728 final int translateWidth = mIsRtl ? width : -width;