Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DTextData.java35 public TextData(int textId, String text) { in TextData()
65 public void apply(WireBuffer buffer, int textId, String text) { in apply()
73 int textId = buffer.readInt(); in read() local
DFloatConstant.java35 public FloatConstant(int textId, float value) { in FloatConstant()
69 public void apply(WireBuffer buffer, int textId, float value) { in apply()
77 int textId = buffer.readInt(); in read() local
DDrawTextOnPath.java37 public DrawTextOnPath(int textId, int pathId, float hOffset, float vOffset) { in DrawTextOnPath()
61 int textId = buffer.readInt(); in read() local
79 public void apply(WireBuffer buffer, int textId, int pathId, float hOffset, float vOffset) { in apply()
DTextMerge.java36 public TextMerge(int textId, int srcId1, int srcId2) { in TextMerge()
73 public void apply(WireBuffer buffer, int textId, int srcId1, int srcId2) { in apply()
82 int textId = buffer.readInt(); in read() local
DTextFromFloat.java52 public TextFromFloat(int textId, float value, short digitsBefore, in TextFromFloat()
136 public void apply(WireBuffer buffer, int textId, in apply()
149 int textId = buffer.readInt(); in read() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewbinder/
DFooterViewBinder.kt86 viewModel.clearAllButton.labelId.collect { textId -> in <lambda>() method
92 viewModel.clearAllButton.accessibilityDescriptionId.collect { textId -> in <lambda>() method
133 viewModel.manageOrHistoryButton.labelId.collect { textId -> in <lambda>() method
139 viewModel.manageOrHistoryButton.accessibilityDescriptionId.collect { textId -> in <lambda>() method
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DPaintContext.java69 public abstract void drawTextOnPath(int textId, int pathId, float hOffset, float vOffset); in drawTextOnPath()
81 public abstract void getTextBounds(int textId, in getTextBounds()
99 public abstract void drawTextRun(int textId, in drawTextRun()
DRemoteComposeBuffer.java421 int textId = addText(text); in addDrawTextOnPath() local
446 int textId = addText(text); in addDrawTextRun() local
465 public void addDrawTextRun(int textId, in addDrawTextRun()
505 int textId = addText(text); in drawTextAnchored() local
530 int textId = addText(id1 + "+" + id2); in textMerge() local
586 public void drawTextAnchored(int textId, in drawTextAnchored()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DEmergencyButton.java118 int textId; in updateEmergencyCallButton() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java149 public void setClearAllButtonText(@StringRes int textId) { in setClearAllButtonText()
185 public void setManageOrHistoryButtonText(@StringRes int textId) { in setManageOrHistoryButtonText()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerActivity.java136 private void showConfirm(int textId, final Runnable onConfirmAction) { in showConfirm()
/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()
DApplicationPackageManager.java977 int textId = context.getResources().getIdentifier(APP_PERMISSION_BUTTON_ALLOW_ALWAYS, in getBackgroundPermissionOptionLabel() local
/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/player/platform/
DAndroidPaintContext.java176 public void drawTextOnPath(int textId, in drawTextOnPath()
184 public void getTextBounds(int textId, int start, int end, boolean monospace, float[] bounds) { in getTextBounds()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...