Searched refs:isAtLeastJB_MR2 (Results 1 – 9 of 9) sorted by relevance
174 if (OsUtil.isAtLeastJB_MR2() && getResources().getConfiguration() in onLayout()217 if (OsUtil.isAtLeastJB_MR2()) { in getStartMargin()225 if (OsUtil.isAtLeastJB_MR2()) { in getEndMargin()
100 return OsUtil.isAtLeastJB_MR2() ? getLayoutDirection() == View.LAYOUT_DIRECTION_RTL : false; in isRtl()
226 if (OsUtil.isAtLeastJB_MR2() && Factory.get().getApplicationContext().getResources() in getRtlPosition()
30 if (OsUtil.isAtLeastJB_MR2()) { in create()
72 if (OsUtil.isAtLeastJB_MR2() && (viewToAnimate.getContext() instanceof Activity)) { in startAnimationForView()
47 if (OsUtil.isAtLeastJB_MR2() &&
90 public static boolean isAtLeastJB_MR2() { in isAtLeastJB_MR2() method in OsUtil
303 return OsUtil.isAtLeastJB_MR2() && Factory.get().getApplicationContext().getResources() in isRtlMode()
66 if (OsUtil.isAtLeastJB_MR2()) { in addTo()