/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | TextLength.java | 37 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
|
D | TextData.java | 43 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
|
D | TextMerge.java | 42 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
|
D | TextLookupInt.java | 45 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
|
D | TextLookup.java | 48 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
|
D | DrawTextOnPath.java | 45 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()
|
D | TextMeasure.java | 54 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
|
D | TextAttribute.java | 56 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
|
D | TextFromFloat.java | 62 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
|
D | TimeAttribute.java | 154 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
|
D | ColorAttribute.java | 112 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/ |
D | FooterViewBinder.kt | 101 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/ |
D | HostNamedActionOperation.java | 124 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/ |
D | TextLayout.java | 141 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/ |
D | PaintContext.java | 239 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()
|
D | RemoteComposeBuffer.java | 770 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 …]
|
D | RemoteContext.java | 304 public abstract void runNamedAction(int textId, Object value); in runNamedAction()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | EmergencyButton.java | 134 int textId; in updateEmergencyCallButton() local
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/types/ |
D | IntegerConstant.java | 102 public static void apply(@NonNull WireBuffer buffer, int textId, int value) { in apply()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
D | TrackerActivity.java | 136 private void showConfirm(int textId, final Runnable onConfirmAction) { in showConfirm()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/ |
D | FooterView.java | 172 public void setClearAllButtonText(@StringRes int textId) { in setClearAllButtonText() 204 public void setManageOrHistoryButtonText(@StringRes int textId) { in setManageOrHistoryButtonText()
|
/frameworks/base/core/java/android/app/ |
D | AlertDialog.java | 626 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/ |
D | AndroidPaintContext.java | 364 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/ |
D | CarrierActionUtils.java | 210 private static Notification getNotification(Context context, int titleId, int textId, in getNotification()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/accessibility/ |
D | BaseSemanticNodeApplier.java | 177 Integer textId, in applyText()
|