Home
last modified time | relevance | path

Searched defs:changes (Results 1 – 25 of 63) sorted by relevance

123

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DCombinedShadeHeaderConstraintsTest.kt131 val changes = CombinedShadeHeadersConstraintManagerImpl in <lambda>() constant
153 val changes = CombinedShadeHeadersConstraintManagerImpl in <lambda>() constant
175 val changes = CombinedShadeHeadersConstraintManagerImpl.emptyCutoutConstraints() in <lambda>() constant
201 val changes = CombinedShadeHeadersConstraintManagerImpl.edgesGuidelinesConstraints( in <lambda>() constant
237 val changes = CombinedShadeHeadersConstraintManagerImpl.edgesGuidelinesConstraints( in <lambda>() constant
266 val changes = CombinedShadeHeadersConstraintManagerImpl in <lambda>() constant
305 val changes = CombinedShadeHeadersConstraintManagerImpl in <lambda>() constant
/frameworks/native/services/inputflinger/tests/
DFocusResolver_test.cpp69 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
99 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
136 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
163 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
187 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
210 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
256 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
301 std::optional<FocusResolver::FocusChanges> changes = in TEST() local
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationBoundResourceCacheTest.java95 int changes = calcConfigChanges(res, newCnf); in testVoidConfigChange() local
118 int changes = calcConfigChanges(res, newCnf); in testEffectiveConfigChange() local
144 int changes = calcConfigChanges(res, newCnf); in testConfigChangeMultipleResources() local
186 int changes = calcConfigChanges(res, newCnf); in testConfigChangeMultipleThemes() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTransitionTests.java123 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_NewTask() local
181 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_NestedTasks() local
232 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_DisplayArea() local
401 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_PromoteSimilarClose() local
433 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_PromoteSimilarOpen() local
558 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testIndependent() local
625 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testOpenOpaqueTask() local
666 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testOpenTranslucentTask() local
1154 final ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testIsBehindStartingWindowChange() local
1187 final ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testFlagInTaskWithEmbeddedActivity() local
[all …]
DTaskFragmentOrganizerControllerTest.java305 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in testOnTaskFragmentParentInfoChanged() local
411 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in testOnActivityReparentedToTask_activityNotInOrganizerProcess_useTemporaryToken() local
1215 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in testSendAllPendingTaskFragmentEventsWhenAnyTaskIsVisible() local
1580 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentAppearedTransaction() local
1594 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentInfoChangedTransaction() local
1608 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentVanishedTransaction() local
1622 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentParentInfoChangedTransaction() local
1636 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertTaskFragmentErrorTransaction() local
1654 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in assertActivityReparentedToTaskTransaction() local
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/
DFakeSharedPreferences.kt86 private val changes = mutableMapOf<String, Any>() in <lambda>() constant
/frameworks/native/services/inputflinger/reader/mapper/
DExternalStylusInputMapper.cpp48 uint32_t changes) { in configure()
DRotaryEncoderInputMapper.cpp64 uint32_t changes) { in configure()
DInputMapper.cpp36 uint32_t changes) {} in configure()
DCursorInputMapper.cpp126 uint32_t changes) { in configure()
DJoystickInputMapper.cpp107 uint32_t changes) { in configure()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DCounterRotatorHelper.java55 final List<TransitionInfo.Change> changes = info.getChanges(); in handleClosingChanges() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/
DWifiNetworkModelTest.kt209 val changes = mutableListOf<Pair<String, String>>() in <lambda>() constant in com.android.systemui.statusbar.pipeline.wifi.shared.model.WifiNetworkModelTest.TestLogger
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DFloatingRotationButtonView.java73 final int changes = mLastConfiguration.updateFrom(newConfig); in onConfigurationChanged() local
/frameworks/base/core/java/com/android/internal/widget/
DDefaultItemAnimator.java142 final ArrayList<ChangeInfo> changes = new ArrayList<>(); in runPendingAnimations() local
462 ArrayList<ChangeInfo> changes = mChangesList.get(i); in endAnimation() local
623 ArrayList<ChangeInfo> changes = mChangesList.get(i); in endAnimations() local
/frameworks/base/services/core/java/com/android/server/wm/
DTransition.java556 void setKnownConfigChanges(WindowContainer<?> wc, @ActivityInfo.Config int changes) { in setKnownConfigChanges()
1375 ArrayMap<WindowContainer, ChangeInfo> changes) { in canPromote()
1444 private static void tryPromote(Targets targets, ArrayMap<WindowContainer, ChangeInfo> changes) { in tryPromote()
1485 ArrayMap<WindowContainer, ChangeInfo> changes) { in calculateTargets()
1525 ArrayMap<WindowContainer, ChangeInfo> changes) { in populateParentChanges()
1631 ArrayMap<WindowContainer, ChangeInfo> changes, in calculateTransitionInfo()
1792 @NonNull ArrayMap<WindowContainer, ChangeInfo> changes, in findCommonAncestor()
/frameworks/native/services/inputflinger/
DInputReaderBase.cpp41 std::string InputReaderConfiguration::changesToString(uint32_t changes) { in changesToString()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp254 std::optional<android::HWComposer::DeviceRequestedChanges> changes; in chooseCompositionStrategy() local
276 void Display::applyCompositionStrategy(const std::optional<DeviceRequestedChanges>& changes) { in applyCompositionStrategy()
/frameworks/base/core/java/com/android/internal/policy/
DAttributeCache.java107 int changes = mConfiguration.updateFrom(config); in updateConfiguration() local
/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadEvdev.cpp146 const int changes = touchpad.last_motion_event_buttons ^ buttons; in ButtonState() local
/frameworks/base/core/java/android/window/
DTaskFragmentOrganizer.java347 final List<TaskFragmentTransaction.Change> changes = transaction.getChanges(); in onTransactionReady() local
/frameworks/base/services/core/java/com/android/server/pm/
DDumpHelper.java478 final SparseArray<String> changes = values.valueAt(i); in doDump() local
/frameworks/base/services/core/java/com/android/server/compat/
DCompatConfig.java488 long[] changes = getAllowedChangesSinceTargetSdkForPackage(packageName, targetSdkVersion); in enableTargetSdkChangesForPackage() local
508 long[] changes = getAllowedChangesSinceTargetSdkForPackage(packageName, targetSdkVersion); in disableTargetSdkChangesForPackage() local
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DNavigationBarView.java343 final int changes = mConfiguration.updateFrom(newConfig); in onConfigurationChanged() local
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp92 uint32_t changes = mConfigurationChangesToRefresh; in loopOnce() local
340 void InputReader::refreshConfigurationLocked(uint32_t changes) { in refreshConfigurationLocked()
605 void InputReader::requestRefreshConfiguration(uint32_t changes) { in requestRefreshConfiguration()

123