Home
last modified time | relevance | path

Searched refs:mContentCaptureManager (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorContext.java44 private ContentCaptureManager mContentCaptureManager; field in DecorContext
80 if (context != null && mContentCaptureManager == null) { in getSystemService()
81 mContentCaptureManager = (ContentCaptureManager) context.getSystemService(name); in getSystemService()
83 return mContentCaptureManager; in getSystemService()
/aosp12/frameworks/base/core/java/android/service/voice/
H A DHotwordDetectionService.java129 private ContentCaptureManager mContentCaptureManager; field in HotwordDetectionService
196 mContentCaptureManager = new ContentCaptureManager(
226 return mContentCaptureManager; in getSystemService()
/aosp12/frameworks/base/core/java/android/app/
H A DActivity.java856 @Nullable private ContentCaptureManager mContentCaptureManager; field in Activity
1160 if (mContentCaptureManager == null) { in getContentCaptureManager()
1161 mContentCaptureManager = getSystemService(ContentCaptureManager.class); in getContentCaptureManager()
1163 return mContentCaptureManager; in getContentCaptureManager()
4036 if (mContentCaptureManager != null) { in onWindowAttributesChanged()
4037 mContentCaptureManager.updateWindowAttributes(params); in onWindowAttributesChanged()
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3412 MainContentCaptureSession mainSession = mAttachInfo.mContentCaptureManager in notifyContentCatpureEvents()
4358 if (mAttachInfo.mContentCaptureManager != null) { in performContentCaptureInitialReport()
4360 mAttachInfo.mContentCaptureManager.getMainContentCaptureSession(); in performContentCaptureInitialReport()
4383 final ContentCaptureManager ccm = mAttachInfo.mContentCaptureManager; in handleContentCaptureFlush()
7914 if (mAttachInfo.mContentCaptureManager != null) { in relayoutWindow()
7915 MainContentCaptureSession mainSession = mAttachInfo.mContentCaptureManager in relayoutWindow()
H A DView.java10183 ContentCaptureManager ccm = ai.mContentCaptureManager; in dispatchInitialProvideContentCaptureStructure()
10203 ai.mContentCaptureManager = ccm; in dispatchInitialProvideContentCaptureStructure()
29679 ContentCaptureManager mContentCaptureManager; field in View.AttachInfo
29724 if (mContentCaptureManager != null) { in getContentCaptureManager()
29725 return mContentCaptureManager; in getContentCaptureManager()
29727 mContentCaptureManager = context.getSystemService(ContentCaptureManager.class); in getContentCaptureManager()
29728 return mContentCaptureManager; in getContentCaptureManager()
29732 if (mContentCaptureManager == null) { in delayNotifyContentCaptureInsetsEvent()
29737 mContentCaptureManager.getMainContentCaptureSession()); in delayNotifyContentCaptureInsetsEvent()