Home
last modified time | relevance | path

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

12345678910>>...17

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewbinder/
H A DFooterViewBinder.kt92 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 DTextLength.java37 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 DTextData.java41 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 DTextMerge.java39 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 DTextLookupInt.java43 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 DTextLookup.java46 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 DDrawTextOnPath.java43 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 DTextMeasure.java53 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 DTextFromFloat.java60 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 DFloatConstant.java38 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 DTextLayout.java121 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/
DAlertDialogBuilder.java188 …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 DRemoteComposeBuffer.java732 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 DPaintContext.java110 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/
DChooseLockPatternFragment.java328 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 DStatusBarNotifications.java193 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 DHostNamedActionOperation.java108 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/
DAbstractConversationListActivity.java184 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 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()
/aosp_15_r20/cts/tests/app/shared/src/android/app/cts/
H A DNotificationTemplateTestBase.kt96 val textId = getAndroidRId("text1") in <lambda>() constant
/aosp_15_r20/system/teeui/libteeui/include/teeui/
H A Dlabel.h72 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 DFooterView.java173 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/
DDrawerAdapter.java389 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 DVirtualContainerView.java342 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/
DDevicePolicy.java30 DevicePolicy(int drawableId, int textId) { in DevicePolicy()

12345678910>>...17