Home
last modified time | relevance | path

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

12345

/aosp12/frameworks/base/graphics/java/android/graphics/text/
H A 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()
/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A DTextRunShaper.java67 float xOffset, float yOffset, boolean isRtl, @NonNull Paint paint) { in shapeTextRun()
97 float xOffset, float yOffset, boolean isRtl, @NonNull Paint paint) { in shapeTextRun()
119 boolean isRtl, long nativePaint); in nativeShapeTextRun()
123 boolean isRtl, long nativePaint); in nativeShapeTextRun()
/aosp12/frameworks/base/core/java/android/text/
H A 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
H A 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()
H A 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
/aosp14/frameworks/base/core/java/android/text/
H A 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
H A 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()
H A 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
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DSeascapePagedViewHandler.java166 FrameLayout.LayoutParams snapshotParams, boolean isRtl) { in setIconAndSnapshotParams()
178 boolean isRtl, DeviceProfile deviceProfile, StagedSplitBounds splitConfig) { in setSplitIconParams()
200 public int getUpDirection(boolean isRtl) { in getUpDirection()
206 public boolean isGoingUp(float displacement, boolean isRtl) { in isGoingUp()
211 public int getTaskDragDisplacementFactor(boolean isRtl) { in getTaskDragDisplacementFactor()
H A DPortraitPagedViewHandler.java163 public int getClearAllSidePadding(View view, boolean isRtl) { in getClearAllSidePadding()
378 public int getUpDirection(boolean isRtl) { in getUpDirection()
384 public boolean isGoingUp(float displacement, boolean isRtl) { in isGoingUp()
390 public int getTaskDragDisplacementFactor(boolean isRtl) { in getTaskDragDisplacementFactor()
568 FrameLayout.LayoutParams snapshotParams, boolean isRtl) { in setIconAndSnapshotParams()
579 boolean isRtl, DeviceProfile deviceProfile, StagedSplitBounds splitConfig) { in setSplitIconParams()
H A DLandscapePagedViewHandler.java161 public int getClearAllSidePadding(View view, boolean isRtl) { in getClearAllSidePadding()
360 public int getUpDirection(boolean isRtl) { in getUpDirection()
366 public boolean isGoingUp(float displacement, boolean isRtl) { in isGoingUp()
371 public int getTaskDragDisplacementFactor(boolean isRtl) { in getTaskDragDisplacementFactor()
468 FrameLayout.LayoutParams snapshotParams, boolean isRtl) { in setIconAndSnapshotParams()
480 boolean isRtl, DeviceProfile deviceProfile, StagedSplitBounds splitConfig) { in setSplitIconParams()
H A DPagedOrientationHandler.java80 int getClearAllSidePadding(View view, boolean isRtl); in getClearAllSidePadding()
156 FrameLayout.LayoutParams snapshotParams, boolean isRtl); in setIconAndSnapshotParams()
159 boolean isRtl, DeviceProfile deviceProfile, StagedSplitBounds splitConfig); in setSplitIconParams()
202 int getUpDirection(boolean isRtl); in getUpDirection()
204 boolean isGoingUp(float displacement, boolean isRtl); in isGoingUp()
206 int getTaskDragDisplacementFactor(boolean isRtl); in getTaskDragDisplacementFactor()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProviderTest.kt80 var isRtl = false regex
153 val isRtl = false regex
254 val isRtl = false regex
347 val isRtl = false regex
434 val isRtl = false regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProviderTest.kt80 var isRtl = false regex
153 val isRtl = false regex
254 val isRtl = false regex
347 val isRtl = false regex
434 val isRtl = false regex
/aosp12/frameworks/minikin/include/minikin/
H A 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()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A 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()
H A DCustomBar.java96 protected ImageView loadIcon(int index, String iconName, Density density, boolean isRtl) { in loadIcon()
108 boolean isRtl) { in loadIcon()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/text/
H A DMeasuredText_Builder_Delegate.java65 int end, boolean isRtl) { in nAddStyleRun()
118 private StyleRun(long nativePaint, int start, int end, boolean isRtl) { in StyleRun()
/aosp12/frameworks/minikin/libs/minikin/
H A DLayoutSplitter.h57 LayoutSplitter(const U16StringPiece& textBuf, const Range& range, bool isRtl) in LayoutSplitter()
H A DBidiUtils.h44 bool isRtl; member
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteBridge.java103 boolean isRtl(String locale) throws RemoteException; in isRtl() method
/aosp12/frameworks/base/core/java/android/widget/
H A DRtlSpacingHelper.java73 public void setDirection(boolean isRtl) { in setDirection()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DFastScrollThumbDrawable.java37 public FastScrollThumbDrawable(Paint paint, boolean isRtl) { in FastScrollThumbDrawable()
/aosp14/frameworks/base/core/java/android/widget/
H A DRtlSpacingHelper.java73 public void setDirection(boolean isRtl) { in setDirection()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2162 boolean isRtl, in getFontMetricsInt()
2225 boolean isRtl, in getFontMetricsInt()
3095 boolean isRtl, int offset) { in getRunAdvance()
3125 int contextEnd, boolean isRtl, int offset) { in getRunAdvance()
3173 int contextEnd, boolean isRtl, int offset, in getRunCharacterAdvance()
3229 int contextStart, int contextEnd, boolean isRtl, int offset, in getRunCharacterAdvance()
3297 int contextEnd, boolean isRtl, float advance) { in getOffsetForAdvance()
3324 int contextEnd, boolean isRtl, float advance) { in getOffsetForAdvance()
3378 int contextStart, int contextEnd, boolean isRtl, int offset); in nGetRunAdvance()
3383 int contextStart, int contextEnd, boolean isRtl, float advance); in nGetOffsetForAdvance()
[all …]

12345