Home
last modified time | relevance | path

Searched refs:immediately (Results 1 – 25 of 44) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaSessionBasedFilter.kt99 immediately: Boolean,
131 dispatchMediaDataLoaded(key, oldKey, data, immediately)
162 override fun onSmartspaceMediaDataRemoved(key: String, immediately: Boolean) {
163 backgroundExecutor.execute { dispatchSmartspaceMediaDataRemoved(key, immediately) }
170 immediately: Boolean
173 listeners.toSet().forEach { it.onMediaDataLoaded(key, oldKey, info, immediately) }
187 private fun dispatchSmartspaceMediaDataRemoved(key: String, immediately: Boolean) {
189 listeners.toSet().forEach { it.onSmartspaceMediaDataRemoved(key, immediately) }
H A DMediaDataCombineLatest.kt35 immediately: Boolean,
60 override fun onSmartspaceMediaDataRemoved(key: String, immediately: Boolean) {
61 listeners.toSet().forEach { it.onSmartspaceMediaDataRemoved(key, immediately) }
H A DMediaDataFilter.kt100 immediately: Boolean,
206 override fun onSmartspaceMediaDataRemoved(key: String, immediately: Boolean) {
215 it.onMediaDataLoaded(lastActiveKey, lastActiveKey, mediaData, immediately)
227 listeners.forEach { it.onSmartspaceMediaDataRemoved(key, immediately) }
H A DMediaTimeoutListener.kt124 immediately: Boolean,
195 override fun onSmartspaceMediaDataRemoved(key: String, immediately: Boolean) {
H A DMediaDataManager.kt554 private fun notifySmartspaceMediaDataRemoved(key: String, immediately: Boolean) {
555 internalListeners.forEach { it.onSmartspaceMediaDataRemoved(key, immediately) }
663 { notifySmartspaceMediaDataRemoved(smartspaceMediaData.targetId, immediately = true) },
1389 immediately = false,
1409 immediately = false,
1616 immediately: Boolean = true,
1644 fun onSmartspaceMediaDataRemoved(key: String, immediately: Boolean = true) {}
/aosp14/frameworks/base/services/core/java/com/android/server/location/listeners/
H A DRemovableListenerRegistration.java77 public final void remove(boolean immediately) { in remove() argument
80 onRemove(immediately); in remove()
81 if (immediately) { in remove()
96 protected void onRemove(boolean immediately) {} in onRemove() argument
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java231 abstract boolean removeIfPossible(StartingWindowRemovalInfo info, boolean immediately); in removeIfPossible() argument
271 public final boolean removeIfPossible(StartingWindowRemovalInfo info, boolean immediately) { in removeIfPossible() argument
272 if (immediately) { in removeIfPossible()
333 void removeWindow(StartingWindowRemovalInfo removeInfo, boolean immediately) { in removeWindow() argument
337 final boolean canRemoveRecord = record.removeIfPossible(removeInfo, immediately); in removeWindow()
H A DWindowlessSplashWindowCreator.java127 public boolean removeIfPossible(StartingWindowRemovalInfo info, boolean immediately) { in removeIfPossible() argument
128 if (!immediately) { in removeIfPossible()
H A DSplashscreenWindowCreator.java484 public boolean removeIfPossible(StartingWindowRemovalInfo info, boolean immediately) { in removeIfPossible() argument
495 if (immediately in removeIfPossible()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaCarouselControllerLogger.kt70 fun logRecommendationRemoved(key: String, immediately: Boolean) =
76 bool1 = immediately
H A DMediaHost.kt87 immediately: Boolean,
91 if (immediately) {
108 override fun onSmartspaceMediaDataRemoved(key: String, immediately: Boolean) {
109 if (immediately) {
H A DMediaCarouselController.kt322 immediately: Boolean,
492 onSmartspaceMediaDataRemoved(data.targetId, immediately = true)
504 override fun onSmartspaceMediaDataRemoved(key: String, immediately: Boolean) {
505 debugLogger.logRecommendationRemoved(key, immediately)
506 if (immediately || isReorderingAllowed) {
508 if (!immediately) {
880 immediately: Boolean
886 immediately
892 updatePlayerToState(mediaPlayer, immediately)
H A DMediaHierarchyManager.kt986 applyState(it.currentBounds, alpha = 1.0f, immediately = true)
994 immediately: Boolean = false,
1009 immediately
/aosp14/frameworks/base/core/java/com/android/internal/colorextraction/
H A DColorExtractor.java61 public ColorExtractor(Context context, ExtractionType extractionType, boolean immediately, in ColorExtractor() argument
78 initExtractColors(wallpaperManager, immediately); in ColorExtractor()
82 private void initExtractColors(WallpaperManager wallpaperManager, boolean immediately) { in initExtractColors() argument
83 if (immediately) { in initExtractColors()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dream/
H A DMediaDreamSentinel.java47 public void onSmartspaceMediaDataRemoved(@NonNull String key, boolean immediately) {
77 @NonNull MediaData data, boolean immediately, int receivedSmartspaceCardLatency,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/colorextraction/
H A DSysuiColorExtractor.java73 boolean immediately) { in SysuiColorExtractor() argument
74 super(context, type, immediately, wallpaperManager); in SysuiColorExtractor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiController.kt52 fun closeDialogs(immediately: Boolean)
/aosp14/frameworks/base/packages/SystemUI/tools/lint/
H A Drun_lint.sh45 If the error cannot be fixed immediately, there are 3 possible resolutions:
H A DREADME20 immediately for some reason, the issue should be added to
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitDecorManager.java187 boolean immediately) { in onResizing() argument
216 if (mGapBackgroundLeash == null && !immediately) { in onResizing()
246 if (immediately) { in onResizing()
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/
H A Dglossary.md22 …n unlocked state.<br><br>For example, face authentication is triggered immediately when waking the…
24immediately dismisses and the user is brought to the home screen/last app. This CUJ prioritizes s…
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dsos_gesture.md18 5. Assuming there is an app, and the setting is one launch Emergengy Flow immediately. [Callsite](/…
/aosp14/frameworks/base/packages/SystemUI/
H A DTEST_MAPPING15 // As of May, 2023, If you don't use @Postsubmit, your new test will immediately
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawerTests.java269 boolean immediately) { in testClearAllWindows()
277 boolean immediately) { in testClearAllWindows()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageTaskListener.java304 int offsetY, boolean immediately) { in onResizing() argument
307 offsetY, immediately); in onResizing()

12