/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
D | TextData.java | 35 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
|
D | FloatConstant.java | 35 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
|
D | DrawTextOnPath.java | 37 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()
|
D | TextMerge.java | 36 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
|
D | TextFromFloat.java | 52 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/ |
D | FooterViewBinder.kt | 86 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/ |
D | PaintContext.java | 69 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()
|
D | RemoteComposeBuffer.java | 421 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/ |
D | EmergencyButton.java | 118 int textId; in updateEmergencyCallButton() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/ |
D | FooterView.java | 149 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/ |
D | TrackerActivity.java | 136 private void showConfirm(int textId, final Runnable onConfirmAction) { in showConfirm()
|
/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()
|
D | ApplicationPackageManager.java | 977 int textId = context.getResources().getIdentifier(APP_PERMISSION_BUTTON_ALLOW_ALWAYS, in getBackgroundPermissionOptionLabel() local
|
/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/player/platform/ |
D | AndroidPaintContext.java | 176 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |