Home
last modified time | relevance | path

Searched refs:updates (Results 1 – 25 of 122) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFoldStateLoggingProviderImpl.kt22 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_CLOSED
23 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_FULL_OPEN
24 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_HALF_OPEN
25 import com.android.systemui.unfold.updates.FOLD_UPDATE_START_CLOSING
26 import com.android.systemui.unfold.updates.FOLD_UPDATE_START_OPENING
27 import com.android.systemui.unfold.updates.FoldStateProvider
28 import com.android.systemui.unfold.updates.FoldStateProvider.FoldUpdate
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/util/
DTestFoldStateProvider.kt18 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_FULL_OPEN
19 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_HALF_OPEN
20 import com.android.systemui.unfold.updates.FoldStateProvider
21 import com.android.systemui.unfold.updates.FoldStateProvider.FoldUpdate
22 import com.android.systemui.unfold.updates.FoldStateProvider.FoldUpdatesListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/data/repository/
DFoldStateRepository.kt19 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_CLOSED
20 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_FULL_OPEN
21 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_HALF_OPEN
22 import com.android.systemui.unfold.updates.FOLD_UPDATE_START_CLOSING
23 import com.android.systemui.unfold.updates.FOLD_UPDATE_START_OPENING
24 import com.android.systemui.unfold.updates.FoldStateProvider
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/
DFoldStateRepositoryTest.kt24 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_CLOSED in <lambda>()
25 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_FULL_OPEN in <lambda>()
26 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_HALF_OPEN in <lambda>()
27 import com.android.systemui.unfold.updates.FOLD_UPDATE_START_CLOSING in <lambda>()
28 import com.android.systemui.unfold.updates.FOLD_UPDATE_START_OPENING in <lambda>()
29 import com.android.systemui.unfold.updates.FoldStateProvider in <lambda>()
DFoldStateLoggingProviderTest.kt23 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_CLOSED
24 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_FULL_OPEN
25 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_HALF_OPEN
26 import com.android.systemui.unfold.updates.FOLD_UPDATE_START_CLOSING
27 import com.android.systemui.unfold.updates.FOLD_UPDATE_START_OPENING
28 import com.android.systemui.unfold.updates.FoldStateProvider.FoldUpdate
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DLayerStateTest.cpp167 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
169 EXPECT_EQ(ftl::Flags<LayerStateField>(LayerStateField::Id), updates); in TEST_F()
212 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
214 EXPECT_EQ(ftl::Flags<LayerStateField>(LayerStateField::Name), updates); in TEST_F()
261 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
263 EXPECT_EQ(ftl::Flags<LayerStateField>(LayerStateField::DisplayFrame), updates); in TEST_F()
333 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
335 EXPECT_EQ(ftl::Flags<LayerStateField>(LayerStateField::CompositionType), updates); in TEST_F()
375 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
376 EXPECT_EQ(ftl::Flags<LayerStateField>(LayerStateField::Buffer), updates); in TEST_F()
[all …]
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/
DPhysicsBasedUnfoldTransitionProgressProvider.kt34 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_CLOSED
35 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_FULL_OPEN
36 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_HALF_OPEN
37 import com.android.systemui.unfold.updates.FOLD_UPDATE_START_CLOSING
38 import com.android.systemui.unfold.updates.FoldStateProvider
39 import com.android.systemui.unfold.updates.FoldStateProvider.FoldUpdate
40 import com.android.systemui.unfold.updates.FoldStateProvider.FoldUpdatesListener
41 import com.android.systemui.unfold.updates.name
DFixedTimingTransitionProgressProvider.kt23 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_CLOSED
24 import com.android.systemui.unfold.updates.FoldStateProvider
25 import com.android.systemui.unfold.updates.FoldStateProvider.FoldUpdate
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java229 List<PendingHostUpdate> updates = mService.startListening( in testNoUpdatesReceived_queueEmpty() local
231 assertTrue(updates.isEmpty()); in testNoUpdatesReceived_queueEmpty()
260 List<PendingHostUpdate> updates = mService.startListening( in testNoUpdatesReceived_queueNonEmpty_noWidgetId() local
262 assertTrue(updates.isEmpty()); in testNoUpdatesReceived_queueNonEmpty_noWidgetId()
273 List<PendingHostUpdate> updates = mService.startListening( in testUpdatesReceived_queueNotEmpty_widgetIdProvided() local
276 assertEquals(3, updates.size()); in testUpdatesReceived_queueNotEmpty_widgetIdProvided()
287 List<PendingHostUpdate> updates = mService.startListening( in testUpdatesReceived_queueNotEmpty_widgetIdProvided2() local
290 assertEquals(4, updates.size()); in testUpdatesReceived_queueNotEmpty_widgetIdProvided2()
311 List<PendingHostUpdate> updates = mService.startListening( in testUpdatesReceived_queueNotEmpty_multipleWidgetIdProvided() local
314 assertEquals(7, updates.size()); in testUpdatesReceived_queueNotEmpty_multipleWidgetIdProvided()
[all …]
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/compat/
DSizeScreenStatusProvider.kt17 import com.android.systemui.unfold.updates.FoldProvider
18 import com.android.systemui.unfold.updates.screen.ScreenStatusProvider
19 import com.android.systemui.unfold.updates.screen.ScreenStatusProvider.ScreenListener
DScreenSizeFoldProvider.kt19 import com.android.systemui.unfold.updates.FoldProvider
20 import com.android.systemui.unfold.updates.FoldProvider.FoldCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/policy/
DPolicyRequestProcessor.kt84 updates: CaptureParameters, in <lambda>()
88 when (val type = updates.type) { in <lambda>()
92 updates.component, in <lambda>()
93 updates.owner, in <lambda>()
100 updates.component, in <lambda>()
101 updates.owner, in <lambda>()
/frameworks/base/core/java/android/service/autofill/
DCustomDescription.java276 public Builder batchUpdate(@NonNull Validator condition, @NonNull BatchUpdates updates) { in batchUpdate() argument
280 Objects.requireNonNull(updates); in batchUpdate()
284 mUpdates.add(new Pair<>((InternalValidator) condition, updates)); in batchUpdate()
409 final BatchUpdates[] updates = new BatchUpdates[size]; in writeToParcel() local
414 updates[i] = pair.second; in writeToParcel()
417 dest.writeParcelableArray(updates, flags); in writeToParcel()
456 final BatchUpdates[] updates = parcel.readParcelableArray(null, BatchUpdates.class);
459 builder.batchUpdate(conditions[i], updates[i]);
DBatchUpdates.java96 public Builder updateTemplate(@NonNull RemoteViews updates) { in updateTemplate() argument
98 mUpdates = Objects.requireNonNull(updates); in updateTemplate()
208 … final RemoteViews updates = parcel.readParcelable(null, android.widget.RemoteViews.class);
209 if (updates != null) {
210 builder.updateTemplate(updates);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/progress/
DPhysicsBasedUnfoldTransitionProgressProviderTest.kt24 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_CLOSED
25 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_FULL_OPEN
26 import com.android.systemui.unfold.updates.FOLD_UPDATE_FINISH_HALF_OPEN
27 import com.android.systemui.unfold.updates.FOLD_UPDATE_START_CLOSING
28 import com.android.systemui.unfold.updates.FOLD_UPDATE_START_OPENING
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/screen/
DScreenStatusProvider.kt16 package com.android.systemui.unfold.updates.screen
18 import com.android.systemui.unfold.updates.screen.ScreenStatusProvider.ScreenListener
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/
DUnfoldSharedModule.kt28 import com.android.systemui.unfold.updates.DeviceFoldStateProvider
29 import com.android.systemui.unfold.updates.FoldStateProvider
30 import com.android.systemui.unfold.updates.RotationChangeProvider
31 import com.android.systemui.unfold.updates.hinge.EmptyHingeAngleProvider
32 import com.android.systemui.unfold.updates.hinge.HingeAngleProvider
33 import com.android.systemui.unfold.updates.hinge.HingeSensorAngleProvider
DUnfoldSharedComponent.kt29 import com.android.systemui.unfold.updates.FoldProvider
30 import com.android.systemui.unfold.updates.RotationChangeProvider
31 import com.android.systemui.unfold.updates.screen.ScreenStatusProvider
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DPhysicalVoteTest.kt40 fun `updates minPhysicalRefreshRate if summary has less`() { in updates minPhysicalRefreshRate if summary has less()
60 fun `updates maxPhysicalRefreshRate if summary has more`() { in updates maxPhysicalRefreshRate if summary has more()
80 fun `updates maxRenderFrameRate if summary has more`() { in updates maxRenderFrameRate if summary has more()
DRenderVoteTest.kt41 fun `updates minRenderFrameRate if summary has less`() { in updates minRenderFrameRate if summary has less()
61 fun `updates maxRenderFrameRate if summary has more`() { in updates maxRenderFrameRate if summary has more()
81 fun `updates minPhysicalRefreshRate if summary has less`() { in updates minPhysicalRefreshRate if summary has less()
DSizeVoteTest.kt42 fun `updates size if width and height not set and display resolution voting disabled`() { in updates size if width and height not set and display resolution voting disabled()
90 fun `updates width if summary has more and display resolution voting enabled`() { in updates width if summary has more and display resolution voting enabled()
110 fun `updates height if summary has more and display resolution voting enabled`() { in updates height if summary has more and display resolution voting enabled()
130 fun `updates minWidth if summary has less and display resolution voting enabled`() { in updates minWidth if summary has less and display resolution voting enabled()
152 fun `updates minHeight if summary has less and display resolution voting enabled`() { in updates minHeight if summary has less and display resolution voting enabled()
/frameworks/base/services/core/java/com/android/server/wm/
DTrustedPresentationListenerController.java288 var updates = listenerUpdates.valueAt(i); in computeTpl() local
291 listener.onTrustedPresentationChanged(updates.first.toArray(), in computeTpl()
292 updates.second.toArray()); in computeTpl()
301 var updates = listenerUpdates.get(listener); in addListenerUpdate() local
302 if (updates == null) { in addListenerUpdate()
303 updates = new Pair<>(new IntArray(), new IntArray()); in addListenerUpdate()
304 listenerUpdates.put(listener, updates); in addListenerUpdate()
307 updates.first.add(id); in addListenerUpdate()
309 updates.second.add(id); in addListenerUpdate()
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/
DFoldStateProvider.kt16 package com.android.systemui.unfold.updates
20 import com.android.systemui.unfold.updates.FoldStateProvider.FoldUpdatesListener
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/unfold/util/
DUnfoldOnlyProgressProvider.kt20 import com.android.systemui.unfold.updates.FoldProvider
21 import com.android.systemui.unfold.updates.FoldProvider.FoldCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DLifecycleScreenStatusProvider.kt18 import com.android.systemui.unfold.updates.screen.ScreenStatusProvider
19 import com.android.systemui.unfold.updates.screen.ScreenStatusProvider.ScreenListener

12345