Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mIsRtl

67     private final boolean mIsRtl;
116 mIsRtl = Utilities.isRtl(res);
898 CellLayout leftPage = (CellLayout) workspace.getChildAt(mIsRtl ? page + 1 : page - 1);
899 CellLayout rightPage = (CellLayout) workspace.getChildAt(mIsRtl ? page - 1 : page + 1);