Home
last modified time | relevance | path

Searched refs:presentation (Results 1 – 25 of 36) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DDataset.java205 RemoteViews presentation, in Dataset() argument
220 mPresentation = presentation; in Dataset()
474 public Builder(@NonNull RemoteViews presentation) { in Builder() argument
476 mPresentation = presentation; in Builder()
756 @NonNull RemoteViews presentation) { in setValue() argument
1209 @Nullable RemoteViews presentation, in setLifeTheUniverseAndEverything() argument
1219 mFieldPresentations.set(existingIdx, presentation); in setLifeTheUniverseAndEverything()
1229 mFieldPresentations.add(presentation); in setLifeTheUniverseAndEverything()
1258 mFieldPresentations.add(presentation); in setLifeTheUniverseAndEverything()
1288 mFieldPresentations.add(presentation); in createFromParcel()
[all …]
H A DInlineSuggestionRenderService.java132 InlinePresentation presentation, int width, int height, IBinder hostInputToken, in handleRenderSuggestion() argument
146 final View suggestionView = onRenderSuggestion(presentation, width, height); in handleRenderSuggestion()
158 presentation.getInlinePresentationSpec().getMinSize(), in handleRenderSuggestion()
159 presentation.getInlinePresentationSpec().getMaxSize()); in handleRenderSuggestion()
341 @NonNull InlinePresentation presentation, int width, int height, in onBind()
346 InlineSuggestionRenderService.this, callback, presentation, in onBind()
397 public View onRenderSuggestion(@NonNull InlinePresentation presentation, int width,
H A DFillResponse.java157 RemoteViews presentation, InlinePresentation inlinePresentation, in FillResponse() argument
170 mPresentation = presentation; in FillResponse()
502 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication() argument
509 if (authentication == null ^ presentation == null) { in setAuthentication()
514 mPresentation = presentation; in setAuthentication()
565 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument
585 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument
590 return setAuthentication(ids, authentication, presentation, in setAuthentication()
683 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication() argument
698 mPresentation = presentation; in setAuthentication()
[all …]
H A DIInlineSuggestionRenderService.aidl31 in InlinePresentation presentation, int width, int height, in renderSuggestion() argument
/aosp14/frameworks/base/libs/input/
H A DPointerController.cpp109 mLocked.presentation = Presentation::SPOT; in PointerController()
173 void PointerController::setPresentation(Presentation presentation) { in setPresentation() argument
176 if (mLocked.presentation == presentation) { in setPresentation()
180 mLocked.presentation = presentation; in setPresentation()
186 if (presentation == Presentation::POINTER || presentation == Presentation::STYLUS_HOVER) { in setPresentation()
189 mCursorController.setStylusHoverMode(presentation == Presentation::STYLUS_HOVER); in setPresentation()
244 if (mLocked.presentation == PointerController::Presentation::POINTER || in reloadPointerResources()
245 mLocked.presentation == PointerController::Presentation::STYLUS_HOVER) { in reloadPointerResources()
263 if (mLocked.presentation == PointerController::Presentation::POINTER || in setDisplayViewport()
264 mLocked.presentation == PointerController::Presentation::STYLUS_HOVER) { in setDisplayViewport()
[all …]
H A DPointerController.h63 void setPresentation(Presentation presentation) override;
108 Presentation presentation; member
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java176 Presentation presentation = mPresentations.get(displayId); in showPresentation() local
177 if (presentation == null) { in showPresentation()
184 presentation = newPresentation; in showPresentation()
186 presentation.show(); in showPresentation()
189 presentation = null; in showPresentation()
191 if (presentation != null) { in showPresentation()
192 mPresentations.append(displayId, presentation); in showPresentation()
211 final Presentation presentation = mPresentations.get(displayId); in hidePresentation() local
212 if (presentation != null) { in hidePresentation()
213 presentation.dismiss(); in hidePresentation()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DDialogFillUi.java212 final RemoteViews presentation = in setHeader() local
214 if (presentation == null) { in setHeader()
226 final View content = presentation.applyWithTheme( in setHeader()
248 RemoteViews presentation = Helper.sanitizeRemoteView( in initialAuthenticationLayout() local
250 if (presentation == null) { in initialAuthenticationLayout()
251 presentation = Helper.sanitizeRemoteView(response.getPresentation()); in initialAuthenticationLayout()
253 if (presentation == null) { in initialAuthenticationLayout()
265 final View content = presentation.applyWithTheme( in initialAuthenticationLayout()
295 RemoteViews presentation = Helper.sanitizeRemoteView( in createDatasetItems() local
297 if (presentation == null) { in createDatasetItems()
[all …]
/aosp14/frameworks/base/core/java/android/provider/
H A DCallLog.java473 mPresentation = presentation; in setPresentation()
686 String viaNumber, int presentation, int callType, int features, in AddCallParams() argument
698 mPresentation = presentation; in AddCallParams()
1553 int presentation, int callType, int features, in addCall() argument
1662 builder.setPresentation(presentation); in addCall()
2081 if (presentation == TelecomManager.PRESENTATION_RESTRICTED) { in getLogNumberPresentation()
2082 return presentation; in getLogNumberPresentation()
2085 if (presentation == TelecomManager.PRESENTATION_PAYPHONE) { in getLogNumberPresentation()
2086 return presentation; in getLogNumberPresentation()
2089 if (presentation == TelecomManager.PRESENTATION_UNAVAILABLE) { in getLogNumberPresentation()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsUtImplBase.java217 public int updateCOLR(int presentation) throws RemoteException {
218 return executeMethodAsyncForResult(() -> ImsUtImplBase.this.updateCOLR(presentation),
470 public int updateCOLR(int presentation) { in updateCOLR() argument
471 return updateColr(presentation); in updateCOLR()
499 public int updateColr(int presentation) { in updateColr() argument
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DConference.java72 public void onAddressChanged(Conference c, Uri newAddress, int presentation) {} in onAddressChanged() argument
75 Conference c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() argument
1142 @TelecomManager.Presentation int presentation) { in setAddress() argument
1145 mAddressPresentation = presentation; in setAddress()
1147 l.onAddressChanged(this, address, presentation); in setAddress()
1228 @TelecomManager.Presentation int presentation) { in setCallerDisplayName() argument
1231 mCallerDisplayNamePresentation = presentation; in setCallerDisplayName()
1233 l.onCallerDisplayNameChanged(this, callerDisplayName, presentation); in setCallerDisplayName()
H A DRemoteConnection.java155 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {} in onAddressChanged() argument
167 RemoteConnection connection, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() argument
1515 void setAddress(final Uri address, final int presentation) { in setAddress() argument
1517 mAddressPresentation = presentation; in setAddress()
1524 callback.onAddressChanged(connection, address, presentation); in setAddress()
1531 void setCallerDisplayName(final String callerDisplayName, final int presentation) { in setCallerDisplayName() argument
1533 mCallerDisplayNamePresentation = presentation; in setCallerDisplayName()
1541 connection, callerDisplayName, presentation); in setCallerDisplayName()
H A DConnectionServiceAdapter.java403 void setAddress(String callId, Uri address, int presentation) { in setAddress() argument
406 adapter.setAddress(callId, address, presentation, Log.getExternalSession()); in setAddress()
412 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { in setCallerDisplayName() argument
415 adapter.setCallerDisplayName(callId, callerDisplayName, presentation, in setCallerDisplayName()
H A DRemoteConnectionService.java339 public void setAddress(String callId, Uri address, int presentation,
342 .setAddress(address, presentation);
347 int presentation, Session.Info sessionInfo) {
349 .setCallerDisplayName(callerDisplayName, presentation);
H A DConnection.java1263 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} in onAddressChanged() argument
1265 Connection c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() argument
2575 public final void setAddress(Uri address, int presentation) { in setAddress() argument
2578 mAddressPresentation = presentation; in setAddress()
2580 l.onAddressChanged(this, address, presentation); in setAddress()
2591 public final void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName() argument
2594 boolean presentationChanged = mCallerDisplayNamePresentation != presentation; in setCallerDisplayName()
2601 mCallerDisplayNamePresentation = presentation; in setCallerDisplayName()
/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DMyAutofillService.java242 RemoteViews presentation = in newDatasetPresentation() local
244 presentation.setTextViewText(R.id.text, text); in newDatasetPresentation()
245 return presentation; in newDatasetPresentation()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteInlineSuggestionRenderService.java90 @NonNull InlinePresentation presentation, int width, int height, in renderSuggestion() argument
92 scheduleAsyncRequest((s) -> s.renderSuggestion(callback, presentation, width, height, in renderSuggestion()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardStatusViewComponent.java37 KeyguardStatusViewComponent build(@BindsInstance KeyguardStatusView presentation); in build() argument
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallProfile.java991 public static int presentationToOIR(int presentation) { in presentationToOIR() argument
992 switch (presentation) { in presentationToOIR()
1013 public static int presentationToOir(int presentation) { in presentationToOir() argument
1014 return presentationToOIR(presentation); in presentationToOir()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/area/
H A DWindowAreaComponentImpl.java440 ExtensionWindowAreaPresentation presentation = null; in getRearDisplayPresentation() local
442 presentation = mRearDisplayPresentationController.getWindowAreaPresentation(); in getRearDisplayPresentation()
444 return presentation; in getRearDisplayPresentation()
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsUt.aidl103 int updateCOLR(int presentation); in updateCOLR() argument
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionServiceAdapter.aidl100 void setAddress(String callId, in Uri address, int presentation, in Session.Info sessionInfo); in setAddress() argument
102 void setCallerDisplayName(String callId, String callerDisplayName, int presentation, in setCallerDisplayName() argument
/aosp14/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DDemoPresentation.java17 package com.android.accessorydisplay.source.presentation;
H A DCubeRenderer.java17 package com.android.accessorydisplay.source.presentation;
H A DCube.java17 package com.android.accessorydisplay.source.presentation;

12