Home
last modified time | relevance | path

Searched defs:textId (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DTextLength.java37 public TextLength(int lengthId, int textId) { in TextLength()
78 public static void apply(@NonNull WireBuffer buffer, int lengthId, int textId) { in apply()
92 int textId = buffer.readInt(); in read() local
DTextData.java43 public TextData(int textId, @NonNull String text) { in TextData()
94 public static void apply(@NonNull WireBuffer buffer, int textId, @NonNull String text) { in apply()
107 int textId = buffer.readInt(); in read() local
DTextMerge.java42 public TextMerge(int textId, int srcId1, int srcId2) { in TextMerge()
86 public static void apply(@NonNull WireBuffer buffer, int textId, int srcId1, int srcId2) { in apply()
100 int textId = buffer.readInt(); in read() local
DTextLookupInt.java45 public TextLookupInt(int textId, int dataSetId, int indexId) { in TextLookupInt()
104 public static void apply(@NonNull WireBuffer buffer, int textId, int dataSet, int indexId) { in apply()
118 int textId = buffer.readInt(); in read() local
DTextLookup.java48 public TextLookup(int textId, int dataSetId, float index) { in TextLookup()
111 public static void apply(@NonNull WireBuffer buffer, int textId, int dataSet, float index) { in apply()
125 int textId = buffer.readInt(); in read() local
DDrawTextOnPath.java45 public DrawTextOnPath(int textId, int pathId, float hOffset, float vOffset) { in DrawTextOnPath()
95 int textId = buffer.readInt(); in read() local
132 @NonNull WireBuffer buffer, int textId, int pathId, float hOffset, float vOffset) { in apply()
DTextMeasure.java54 public TextMeasure(int id, int textId, int type) { in TextMeasure()
96 public static void apply(@NonNull WireBuffer buffer, int id, int textId, int type) { in apply()
111 int textId = buffer.readInt(); in read() local
DTextAttribute.java56 public TextAttribute(int id, int textId, short type) { in TextAttribute()
98 public static void apply(@NonNull WireBuffer buffer, int id, int textId, short type) { in apply()
114 int textId = buffer.readInt(); in read() local
DTextFromFloat.java62 int textId, float value, short digitsBefore, short digitsAfter, int flags) { in TextFromFloat()
158 int textId, in apply()
177 int textId = buffer.readInt(); in read() local
DTimeAttribute.java154 public static void apply(@NonNull WireBuffer buffer, int id, int textId, short type) { in apply()
168 @NonNull WireBuffer buffer, int id, int textId, short type, int[] args) { in apply()
191 int textId = buffer.readInt(); in read() local
DColorAttribute.java112 public static void apply(@NonNull WireBuffer buffer, int id, int textId, short type) { in apply()
127 int textId = buffer.readInt(); in read() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewbinder/
DFooterViewBinder.kt101 viewModel.clearAllButton.labelId.collect { textId -> in <lambda>() method
107 viewModel.clearAllButton.accessibilityDescriptionId.collect { textId -> in <lambda>() method
205 viewModel.manageOrHistoryButton.labelId.collect { textId -> in <lambda>() method
211 viewModel.manageOrHistoryButton.accessibilityDescriptionId.collect { textId -> in <lambda>() method
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/modifiers/
DHostNamedActionOperation.java124 public static void apply(@NonNull WireBuffer buffer, int textId, int type, int valueId) { in apply()
138 int textId = buffer.readInt(); in read() local
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/managers/
DTextLayout.java141 int textId, in TextLayout()
166 int textId, in TextLayout()
476 int textId, in apply()
508 int textId = buffer.readInt(); in read() local
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DPaintContext.java239 public abstract void drawTextOnPath(int textId, int pathId, float hOffset, float vOffset); in drawTextOnPath()
259 int textId, int start, int end, int flags, @NonNull float[] bounds); in getTextBounds()
284 int textId, in layoutComplexText()
306 int textId, in drawTextRun()
DRemoteComposeBuffer.java770 int textId = addText(text); in addDrawTextOnPath() local
782 public void addDrawTextOnPath(int textId, Object path, float hOffset, float vOffset) { in addDrawTextOnPath()
812 int textId = addText(text); in addDrawTextRun() local
830 int textId, in addDrawTextRun()
853 int textId, int bitmapFontId, int start, int end, float x, float y) { in addDrawBitmapFontTextRun()
879 int textId = addText(text); in drawTextAnchored() local
901 int textId = nextId(); in textMerge() local
961 public void drawTextAnchored(int textId, float x, float y, float panX, float panY, int flags) { in drawTextAnchored()
1497 public float textMeasure(int textId, int mode) { in textMeasure()
1509 public float textLength(int textId) { in textLength()
[all …]
DRemoteContext.java304 public abstract void runNamedAction(int textId, Object value); in runNamedAction()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DEmergencyButton.java134 int textId; in updateEmergencyCallButton() local
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/types/
DIntegerConstant.java102 public static void apply(@NonNull WireBuffer buffer, int textId, int value) { in apply()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerActivity.java136 private void showConfirm(int textId, final Runnable onConfirmAction) { in showConfirm()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java172 public void setClearAllButtonText(@StringRes int textId) { in setClearAllButtonText()
204 public void setManageOrHistoryButtonText(@StringRes int textId) { in setManageOrHistoryButtonText()
/frameworks/base/core/java/android/app/
DAlertDialog.java626 public Builder setPositiveButton(@StringRes int textId, final OnClickListener listener) { in setPositiveButton()
652 public Builder setNegativeButton(@StringRes int textId, final OnClickListener listener) { in setNegativeButton()
678 public Builder setNeutralButton(@StringRes int textId, final OnClickListener listener) { in setNeutralButton()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java364 public void drawTextOnPath(int textId, int pathId, float hOffset, float vOffset) { in drawTextOnPath()
371 public void getTextBounds(int textId, int start, int end, int flags, @NonNull float[] bounds) { in getTextBounds()
405 int textId, in layoutComplexText()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java210 private static Notification getNotification(Context context, int titleId, int textId, in getNotification()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/accessibility/
DBaseSemanticNodeApplier.java177 Integer textId, in applyText()

12