Home
last modified time | relevance | path

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

123

/frameworks/base/graphics/java/android/graphics/text/
DTextRunShaper.java69 float xOffset, float yOffset, boolean isRtl, @NonNull Paint paint) { in shapeTextRun()
99 float xOffset, float yOffset, boolean isRtl, @NonNull Paint paint) { in shapeTextRun()
122 boolean isRtl, long nativePaint); in nativeShapeTextRun()
127 boolean isRtl, long nativePaint); in nativeShapeTextRun()
DMeasuredText.java233 boolean isRtl) { in appendStyleRun()
360 boolean isRtl); in nAddStyleRun()
/frameworks/base/core/java/android/text/
DTextDirectionHeuristic.java33 boolean isRtl(char[] array, int start, int count); in isRtl() method
45 boolean isRtl(CharSequence cs, int start, int count); in isRtl() method
DGraphicsOperations.java40 float x, float y, boolean isRtl, Paint p); in drawTextRun()
56 boolean isRtl, float[] advances, int advancesIndex, Paint paint); in getTextRunAdvances()
61 int getTextRunCursor(int contextStart, int contextEnd, boolean isRtl, int offset, in getTextRunCursor()
DTextDirectionHeuristics.java148 public boolean isRtl(char[] array, int start, int count) { in isRtl() method in TextDirectionHeuristics.TextDirectionHeuristicImpl
153 public boolean isRtl(CharSequence cs, int start, int count) { in isRtl() method in TextDirectionHeuristics.TextDirectionHeuristicImpl
DBidiFormatter.java355 public boolean isRtl(String str) { in isRtl() method in BidiFormatter
366 public boolean isRtl(CharSequence str) { in isRtl() method in BidiFormatter
/frameworks/minikin/include/minikin/
DMeasuredText.h86 StyleRun(const Range& range, MinikinPaint&& paint, bool isRtl) in StyleRun()
91 bool isRtl() const override { return mIsRtl; } in isRtl() function
123 bool isRtl() const { return false; } in isRtl() function
223 void addStyleRun(int32_t start, int32_t end, MinikinPaint&& paint, bool isRtl) { in addStyleRun()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DNavigationBar.java44 public NavigationBar(BridgeContext context, Density density, int orientation, boolean isRtl, in NavigationBar()
50 protected NavigationBar(BridgeContext context, Density density, int orientation, boolean isRtl, in NavigationBar()
DCustomBar.java96 protected ImageView loadIcon(int index, String iconName, Density density, boolean isRtl) { in loadIcon()
108 boolean isRtl) { in loadIcon()
DStatusBar.java68 public StatusBar(BridgeContext context, Density density, boolean isRtl, boolean rtlEnabled, in StatusBar()
/frameworks/layoutlib/bridge/src/android/graphics/text/
DMeasuredText_Builder_Delegate.java65 int end, boolean isRtl) { in nAddStyleRun()
118 private StyleRun(long nativePaint, int start, int end, boolean isRtl) { in StyleRun()
/frameworks/minikin/libs/minikin/
DBidiUtils.h44 bool isRtl; member
DLayoutSplitter.h57 LayoutSplitter(const U16StringPiece& textBuf, const Range& range, bool isRtl) in LayoutSplitter()
DLayout.cpp73 float Layout::doLayoutRunCached(const U16StringPiece& textBuf, const Range& range, bool isRtl, in doLayoutRunCached()
129 bool isRtl, const MinikinPaint& paint, size_t bufStart, in doLayoutWord()
DOptimalLineBreaker.cpp71 bool isRtl; // The direction of the bidi run containing or ending in this candidate member
188 float hyphenPenalty, bool isRtl, OptimizeContext* out) { in appendWithMerging()
219 const bool isRtl = run->isRtl(); in populateCandidates() local
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteBridge.java103 boolean isRtl(String locale) throws RemoteException; in isRtl() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt124 val isRtl = context.resources.configuration.layoutDirection == LAYOUT_DIRECTION_RTL in <lambda>() constant
159 val isRtl = rotatedResources.configuration.layoutDirection == LAYOUT_DIRECTION_RTL in <lambda>() constant
/frameworks/base/core/java/android/widget/
DRtlSpacingHelper.java73 public void setDirection(boolean isRtl) { in setDirection()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/resources/
DSysUiResources.java72 isRtl) { in loadIcon()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
DRemoteBridgeImpl.java146 public boolean isRtl(String locale) { in isRtl() method in RemoteBridgeImpl
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DDrawableLayoutDirectionHelper.java92 boolean isRtl) { in createRelativeInsetDrawable()
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/
DRemoteBridgeClient.java116 public boolean isRtl(String locale) { in isRtl() method in RemoteBridgeClient
/frameworks/base/libs/hwui/jni/text/
DTextShaper.cpp78 jint start, jint count, jint contextStart, jint contextCount, jboolean isRtl, in TextShaper_shapeTextRunChars()
94 jint start, jint count, jint contextStart, jint contextCount, jboolean isRtl, in TextShaper_shapeTextRunString()
/frameworks/layoutlib/bridge/src/android/graphics/
DBidiRenderer.java111 renderText(visualRun.getStart(), visualRun.getLimit(), isRtl, advances, in renderText() local
132 public RectF renderText(int start, int limit, boolean isRtl, float[] advances, in renderText()
/frameworks/base/graphics/java/android/graphics/
DPaint.java2626 @IntRange(from = 0) int contextCount, boolean isRtl, @Nullable float[] advances, in getTextRunAdvances()
2688 @IntRange(from = 0) int contextLength, boolean isRtl, @IntRange(from = 0) int offset, in getTextRunCursor()
2728 @IntRange(from = 0) int contextEnd, boolean isRtl, @IntRange(from = 0) int offset, in getTextRunCursor()
2777 @IntRange(from = 0) int contextEnd, boolean isRtl, @IntRange(from = 0) int offset, in getTextRunCursor()
2956 boolean isRtl, int offset) { in getRunAdvance()
2986 int contextEnd, boolean isRtl, int offset) { in getRunAdvance()
3036 int contextEnd, boolean isRtl, float advance) { in getOffsetForAdvance()
3063 int contextEnd, boolean isRtl, float advance) { in getOffsetForAdvance()
3117 int contextStart, int contextEnd, boolean isRtl, int offset); in nGetRunAdvance()
3119 int contextStart, int contextEnd, boolean isRtl, float advance); in nGetOffsetForAdvance()

123