Home
last modified time | relevance | path

Searched defs:ltrLayout (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/minikin/tests/unittest/
H A DLayoutTest.cpp339 Layout ltrLayout(text, range, Bidi::FORCE_LTR, paint, StartHyphenEdit::NO_EDIT, in TEST_F() local
362 Layout ltrLayout(text, range, Bidi::LTR, paint, StartHyphenEdit::NO_EDIT, in TEST_F() local
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DRelativeLayoutTest.java382 final View ltrLayout = mActivity.findViewById(R.id.relative_sublayout_bidi); in testBidiWidth() local