Home
last modified time | relevance | path

Searched defs:isRtl (Results 1 – 12 of 12) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeMeasuredText.java67 boolean isRtl) { in nAddStyleRun()
79 boolean isRtl) { in nAddStyleRun()
DShadowNativePaint.java372 boolean isRtl, in nGetRunAdvance()
387 boolean isRtl, in nGetRunAdvance()
402 boolean isRtl, in nGetOffsetForAdvance()
416 boolean isRtl, in nGetOffsetForAdvance()
799 boolean isRtl, in nGetFontMetricsIntForText()
813 boolean isRtl, in nGetFontMetricsIntForText()
827 boolean isRtl, in nGetRunCharacterAdvance()
852 boolean isRtl, in nGetRunCharacterAdvance()
DShadowPaint.java545 boolean isRtl, in nGetRunAdvance()
563 boolean isRtl, in nGetRunAdvance()
577 boolean isRtl, in native_getRunAdvance()
591 boolean isRtl, in native_getTextRunAdvances()
607 boolean isRtl, in native_getTextRunAdvances()
DShadowNativeMeasuredParagraph.java25 long nativeBuilderPtr, long paintPtr, int start, int end, boolean isRtl) { in nAddStyleRun()
DShadowNativeBaseRecordingCanvas.java427 boolean isRtl, in nDrawTextRun()
447 boolean isRtl, in nDrawTextRun()
489 boolean isRtl, in nDrawTextRun()
DShadowNativeBaseCanvas.java523 boolean isRtl, in nDrawTextRun()
545 boolean isRtl, in nDrawTextRun()
589 boolean isRtl, in nDrawTextRun()
DShadowNativeStaticLayout.java172 long nativePtr, long nativePaint, long nativeTypeface, int start, int end, boolean isRtl) { in nAddStyleRun()
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DMeasuredTextBuilderNatives.java37 boolean isRtl); in nAddStyleRun()
DPaintNatives.java226 boolean isRtl, in nGetRunAdvance()
237 boolean isRtl, in nGetRunAdvance()
247 boolean isRtl, in nGetOffsetForAdvance()
258 boolean isRtl, in nGetOffsetForAdvance()
418 boolean isRtl, in nGetFontMetricsIntForText()
428 boolean isRtl, in nGetFontMetricsIntForText()
438 boolean isRtl, in nGetRunCharacterAdvance()
DBaseCanvasNatives.java252 boolean isRtl, in nDrawTextRun()
264 boolean isRtl, in nDrawTextRun()
278 boolean isRtl, in nDrawTextRun()
292 boolean isRtl, in nDrawTextRunTypeface()
DBaseRecordingCanvasNatives.java251 boolean isRtl, in nDrawTextRun()
263 boolean isRtl, in nDrawTextRun()
277 boolean isRtl, in nDrawTextRun()
291 boolean isRtl, in nDrawTextRunTypeface()
/external/setupdesign/main/src/com/google/android/setupdesign/util/
DDrawableLayoutDirectionHelper.java92 boolean isRtl) { in createRelativeInsetDrawable()