/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewbinder/ |
H A D | FooterViewBinder.kt | 92 viewModel.clearAllButton.labelId.collect { textId -> in <lambda>() method 98 viewModel.clearAllButton.accessibilityDescriptionId.collect { textId -> in <lambda>() method 196 viewModel.manageOrHistoryButton.labelId.collect { textId -> in <lambda>() method 202 viewModel.manageOrHistoryButton.accessibilityDescriptionId.collect { textId -> in <lambda>() method
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
H A D | TextLength.java | 37 public TextLength(int lengthId, int textId) { in TextLength() 73 public static void apply(@NonNull WireBuffer buffer, int lengthId, int textId) { in apply() 87 int textId = buffer.readInt(); in read() local
|
H A D | TextData.java | 41 public TextData(int textId, @NonNull String text) { in TextData() 76 public static void apply(@NonNull WireBuffer buffer, int textId, @NonNull String text) { in apply() 89 int textId = buffer.readInt(); in read() local
|
H A D | TextMerge.java | 39 public TextMerge(int textId, int srcId1, int srcId2) { in TextMerge() 83 public static void apply(@NonNull WireBuffer buffer, int textId, int srcId1, int srcId2) { in apply() 97 int textId = buffer.readInt(); in read() local
|
H A D | TextLookupInt.java | 43 public TextLookupInt(int textId, int dataSetId, int indexId) { in TextLookupInt() 102 public static void apply(@NonNull WireBuffer buffer, int textId, int dataSet, int indexId) { in apply() 116 int textId = buffer.readInt(); in read() local
|
H A D | TextLookup.java | 46 public TextLookup(int textId, int dataSetId, float index) { in TextLookup() 109 public static void apply(@NonNull WireBuffer buffer, int textId, int dataSet, float index) { in apply() 123 int textId = buffer.readInt(); in read() local
|
H A D | DrawTextOnPath.java | 43 public DrawTextOnPath(int textId, int pathId, float hOffset, float vOffset) { in DrawTextOnPath() 93 int textId = buffer.readInt(); in read() local 121 @NonNull WireBuffer buffer, int textId, int pathId, float hOffset, float vOffset) { in apply()
|
H A D | TextMeasure.java | 53 public TextMeasure(int id, int textId, int type) { in TextMeasure() 90 public static void apply(@NonNull WireBuffer buffer, int id, int textId, int type) { in apply() 105 int textId = buffer.readInt(); in read() local
|
H A D | TextFromFloat.java | 60 int textId, float value, short digitsBefore, short digitsAfter, int flags) { in TextFromFloat() 156 int textId, in apply() 175 int textId = buffer.readInt(); in read() local
|
H A D | FloatConstant.java | 38 public FloatConstant(int textId, float value) { in FloatConstant() 93 int textId = buffer.readInt(); in read() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/managers/ |
H A D | TextLayout.java | 121 int textId, in TextLayout() 142 int textId, in TextLayout() 340 int textId, in apply() 368 int textId = buffer.readInt(); in read() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/shared/dialog/ |
D | AlertDialogBuilder.java | 188 …nect.controller.shared.dialog.AlertDialogBuilder setNegativeButton(@androidx.annotation.StringRes() in setNegativeButton() 202 …nnect.controller.shared.dialog.AlertDialogBuilder setNeutralButton(@androidx.annotation.StringRes() in setNeutralButton() 210 …nect.controller.shared.dialog.AlertDialogBuilder setPositiveButton(@androidx.annotation.StringRes() in setPositiveButton()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
H A D | RemoteComposeBuffer.java | 732 int textId = addText(text); in addDrawTextOnPath() local 758 int textId = addText(text); in addDrawTextRun() local 776 int textId, in addDrawTextRun() 809 int textId = addText(text); in drawTextAnchored() local 831 int textId = addText(id1 + "+" + id2); in textMerge() local 891 public void drawTextAnchored(int textId, float x, float y, float panX, float panY, int flags) { in drawTextAnchored() 1356 public float textMeasure(int textId, int mode) { in textMeasure() 1368 public float textLength(int textId) { in textLength() 2007 int textId, in addTextComponentStart()
|
H A D | PaintContext.java | 110 public abstract void drawTextOnPath(int textId, int pathId, float hOffset, float vOffset); in drawTextOnPath() 124 int textId, int start, int end, int flags, @NonNull float[] bounds); in getTextBounds() 139 int textId, in drawTextRun()
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
D | ChooseLockPatternFragment.java | 328 private void setPrimaryButtonText(@StringRes int textId) { in setPrimaryButtonText() 340 private void setSecondaryButtonText(@StringRes int textId) { in setSecondaryButtonText() 579 SecondaryButtonState(@StringRes int textId, boolean enabled) { in SecondaryButtonState()
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/ |
H A D | StatusBarNotifications.java | 193 private void setMood(int moodId, int textId, boolean showTicker) { in setMood() 218 private void setMoodView(int moodId, int textId) { in setMoodView()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/modifiers/ |
H A D | HostNamedActionOperation.java | 108 public static void apply(@NonNull WireBuffer buffer, int textId, int type, int valueId) { in apply() 122 int textId = buffer.readInt(); in read() local
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
D | AbstractConversationListActivity.java | 184 final int textId = in onActionBarArchive() local 201 final int textId = isNotificationOn ? in onActionBarNotification() local
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A 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()
|
/aosp_15_r20/cts/tests/app/shared/src/android/app/cts/ |
H A D | NotificationTemplateTestBase.kt | 96 val textId = getAndroidRId("text1") in <lambda>() constant
|
/aosp_15_r20/system/teeui/libteeui/include/teeui/ |
H A D | label.h | 72 Alignment verticalJustified, Color textColor, FontBuffer font, uint64_t textId) in LabelImpl() 83 uint64_t textId() const { return textId_; } in textId() function
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/ |
H A D | FooterView.java | 173 public void setClearAllButtonText(@StringRes int textId) { in setClearAllButtonText() 209 public void setManageOrHistoryButtonText(@StringRes int textId) { in setManageOrHistoryButtonText()
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/drawer/ |
D | DrawerAdapter.java | 389 public MiscItem(int id, int textId, int iconId) { in MiscItem() 396 public HeaderItem(int id, int textId) { in HeaderItem()
|
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
H A D | VirtualContainerView.java | 342 public Line addLine(String labelId, String label, String textId, String text, int inputType) { in addLine() 427 private Line(String labelId, String label, String textId, String text, int inputType) { in Line()
|
/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/ |
D | DevicePolicy.java | 30 DevicePolicy(int drawableId, int textId) { in DevicePolicy()
|