Searched defs:layoutDirection (Results 1 – 2 of 2) sorted by relevance
45 final int layoutDirection = bRtl ? View.LAYOUT_DIRECTION_RTL : View.LAYOUT_DIRECTION_LTR; in applyGravity() local339 final int layoutDirection = isRtl ? View.LAYOUT_DIRECTION_RTL : View.LAYOUT_DIRECTION_LTR; in assertOneGravity() local
265 final int layoutDirection = getLayoutDirection(); in layoutBoxChildren() local