Searched refs:SCREENLAYOUT_LAYOUTDIR_RTL (Results 1 – 8 of 8) sorted by relevance
19 import android.content.res.Configuration.SCREENLAYOUT_LAYOUTDIR_RTL253 config.screenLayout = SCREENLAYOUT_LAYOUTDIR_RTL in layoutDirectionUpdated_listenerNotified()
25 import static android.content.res.Configuration.SCREENLAYOUT_LAYOUTDIR_RTL;75 .areNonSizeLayoutFieldsUnchanged(0, SCREENLAYOUT_LAYOUTDIR_RTL)); in testNonSizeRelatedScreenLayoutFields()
416 taskProperties.getConfiguration().screenLayout |= Configuration.SCREENLAYOUT_LAYOUTDIR_RTL; in testGetRelBoundsForPosition_splitVertically()482 taskProperties.getConfiguration().screenLayout |= Configuration.SCREENLAYOUT_LAYOUTDIR_RTL; in testGetRelBoundsForPosition_splitVertically_isRelativeToParent()
327 public static final int SCREENLAYOUT_LAYOUTDIR_RTL = 0x02 << SCREENLAYOUT_LAYOUTDIR_SHIFT; field in Configuration1156 case SCREENLAYOUT_LAYOUTDIR_RTL: sb.append(" ldrtl"); break; in toString()2398 return (screenLayout&SCREENLAYOUT_LAYOUTDIR_MASK) == SCREENLAYOUT_LAYOUTDIR_RTL in getLayoutDirection()2557 case Configuration.SCREENLAYOUT_LAYOUTDIR_RTL: in resourceQualifierString()
1668 == Configuration.SCREENLAYOUT_LAYOUTDIR_RTL; in isRTL()
823 mTask.getConfiguration().screenLayout = Configuration.SCREENLAYOUT_LAYOUTDIR_RTL in testFixedScreenLayoutSizeBits()828 assertEquals(fixedScreenLayout | Configuration.SCREENLAYOUT_LAYOUTDIR_RTL, in testFixedScreenLayoutSizeBits()
9132 field public static final int SCREENLAYOUT_LAYOUTDIR_RTL = 128; // 0x80
13831 field public static final int SCREENLAYOUT_LAYOUTDIR_RTL = 128; // 0x80