Home | History | Annotate | Download | only in browse

Lines Matching defs:layoutDir

366         final int layoutDir = TextUtilsCompat.getLayoutDirectionFromLocale(Locale.getDefault());
374 ViewCompat.setLayoutDirection(mSubjectTextView, layoutDir);
382 ViewCompat.setLayoutDirection(mSnippetTextView, layoutDir);
386 if (layoutDir == LAYOUT_DIRECTION_RTL) {