Searched refs:mIsRecentsRtl (Results 1 – 1 of 1) sorted by relevance
78 private final boolean mIsRecentsRtl; field in TaskViewSimulator136 mIsRecentsRtl = mOrientationState.getOrientationHandler().getRecentsRtlSetting(resources); in TaskViewSimulator()314 taskPrimaryTranslation.value = mIsRecentsRtl in addAppToOverviewAnim()318 mPivotOverride = new PointF(mIsRecentsRtl ? mDp.widthPx : 0, 0); in addAppToOverviewAnim()325 float carouselPrimaryTranslationTarget = mIsRecentsRtl in addAppToOverviewAnim()344 float expectedTaskCenterX = mIsRecentsRtl in addAppToOverviewAnim()448 boolean isRtlEnabled = !mIsRecentsRtl; in apply()