Home
last modified time | relevance | path

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

/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DTextRunShaperNatives.java33 boolean isRtl, in nativeShapeTextRun()
42 boolean isRtl, in nativeShapeTextRun()
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()
420 boolean isRtl, in nGetFontMetricsIntForText()
430 boolean isRtl, in nGetFontMetricsIntForText()
440 boolean isRtl, in nGetRunCharacterAdvance()
DBaseRecordingCanvasNatives.java251 boolean isRtl, in nDrawTextRun()
263 boolean isRtl, in nDrawTextRun()
277 boolean isRtl, in nDrawTextRun()
291 boolean isRtl, in nDrawTextRunTypeface()
DBaseCanvasNatives.java252 boolean isRtl, in nDrawTextRun()
264 boolean isRtl, in nDrawTextRun()
278 boolean isRtl, in nDrawTextRun()
292 boolean isRtl, in nDrawTextRunTypeface()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeTextRunShaper.java28 boolean isRtl, in nativeShapeTextRun()
41 boolean isRtl, in nativeShapeTextRun()
DShadowPaint.java538 boolean isRtl, in nGetRunAdvance()
555 boolean isRtl, in nGetRunCharacterAdvance()
571 boolean isRtl, in nGetRunCharacterAdvance()
599 boolean isRtl, in nGetRunAdvance()
613 boolean isRtl, in native_getRunAdvance()
627 boolean isRtl, in native_getTextRunAdvances()
643 boolean isRtl, in native_getTextRunAdvances()
DShadowNativeMeasuredText.java82 boolean isRtl) { in nAddStyleRun()
94 boolean isRtl) { in nAddStyleRun()
DShadowNativeMeasuredParagraph.java25 long nativeBuilderPtr, long paintPtr, int start, int end, boolean isRtl) { in nAddStyleRun()
DShadowNativePaint.java370 boolean isRtl, in nGetRunAdvance()
385 boolean isRtl, in nGetRunAdvance()
400 boolean isRtl, in nGetOffsetForAdvance()
414 boolean isRtl, in nGetOffsetForAdvance()
822 boolean isRtl, in nGetFontMetricsIntForText()
836 boolean isRtl, in nGetFontMetricsIntForText()
850 boolean isRtl, in nGetRunCharacterAdvance()
DShadowNativeBaseRecordingCanvas.java428 boolean isRtl, in nDrawTextRun()
448 boolean isRtl, in nDrawTextRun()
490 boolean isRtl, in nDrawTextRun()
DShadowNativeRecordingCanvasOP.java303 boolean isRtl, in nDrawTextRun()
319 boolean isRtl, in nDrawTextRun()
DShadowNativeBaseCanvas.java524 boolean isRtl, in nDrawTextRun()
546 boolean isRtl, in nDrawTextRun()
590 boolean isRtl, in nDrawTextRun()
DShadowNativeStaticLayout.java167 long nativePtr, long nativePaint, long nativeTypeface, int start, int end, boolean isRtl) { in nAddStyleRun()
/external/setupdesign/main/src/com/google/android/setupdesign/util/
DDrawableLayoutDirectionHelper.java92 boolean isRtl) { in createRelativeInsetDrawable()
/external/accompanist/themeadapter-core/src/main/java/com/google/accompanist/themeadapter/core/
DResourceUtils.kt359 val isRtl = layoutDirection == LayoutDirection.Rtl in parseShapeAppearance() constant