Home
last modified time | relevance | path

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

12

/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()
DLayout.h56 inline bool isRtl(Bidi bidi) { in isRtl() function
/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/
DLayoutSplitter.h57 LayoutSplitter(const U16StringPiece& textBuf, const Range& range, bool isRtl) in LayoutSplitter()
DBidiUtils.h44 bool isRtl; member
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/base/core/java/android/widget/
DRtlSpacingHelper.java73 public void setDirection(boolean isRtl) { in setDirection()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteBridge.java122 boolean isRtl(String locale) throws RemoteException; in isRtl() method
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/resources/
DSysUiResources.java72 isRtl) { in loadIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DImageGradientColorizer.java35 public Bitmap colorize(Drawable drawable, int backgroundColor, boolean isRtl) { in colorize()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DDrawableLayoutDirectionHelper.java92 boolean isRtl) { in createRelativeInsetDrawable()
/frameworks/base/graphics/java/android/graphics/text/
DMeasuredText.java233 boolean isRtl) { in appendStyleRun()
360 boolean isRtl); in nAddStyleRun()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
DRemoteBridgeImpl.java160 public boolean isRtl(String locale) { in isRtl() method in RemoteBridgeImpl
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/
DRemoteBridgeClient.java144 public boolean isRtl(String locale) { in isRtl() method in RemoteBridgeClient
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessorTest.java165 public Bitmap colorize(Drawable drawable, int backgroundColor, boolean isRtl) { in colorize()
/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.java2580 @IntRange(from = 0) int contextCount, boolean isRtl, @Nullable float[] advances, in getTextRunAdvances()
2642 @IntRange(from = 0) int contextLength, boolean isRtl, @IntRange(from = 0) int offset, in getTextRunCursor()
2682 @IntRange(from = 0) int contextEnd, boolean isRtl, @IntRange(from = 0) int offset, in getTextRunCursor()
2731 @IntRange(from = 0) int contextEnd, boolean isRtl, @IntRange(from = 0) int offset, in getTextRunCursor()
2910 boolean isRtl, int offset) { in getRunAdvance()
2940 int contextEnd, boolean isRtl, int offset) { in getRunAdvance()
2990 int contextEnd, boolean isRtl, float advance) { in getOffsetForAdvance()
3017 int contextEnd, boolean isRtl, float advance) { in getOffsetForAdvance()
3071 int contextStart, int contextEnd, boolean isRtl, int offset); in nGetRunAdvance()
3073 int contextStart, int contextEnd, boolean isRtl, float advance); in nGetOffsetForAdvance()

12