/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | InsetsPolicyTest.java | 77 final InsetsSourceControl[] controls = addAppWindowAndGetControlsForDispatch(); in testControlsForDispatch_regular() local 91 final InsetsSourceControl[] controls = addWindowAndGetControlsForDispatch(win); in testControlsForDispatch_dockedTaskVisible() local 104 final InsetsSourceControl[] controls = addWindowAndGetControlsForDispatch(win); in testControlsForDispatch_multiWindowTaskVisible() local 117 final InsetsSourceControl[] controls = addWindowAndGetControlsForDispatch(win); in testControlsForDispatch_freeformTaskVisible() local 129 final InsetsSourceControl[] controls = addAppWindowAndGetControlsForDispatch(); in testControlsForDispatch_forceStatusBarVisible() local 143 final InsetsSourceControl[] controls = addAppWindowAndGetControlsForDispatch(); in testControlsForDispatch_statusBarForceShowNavigation() local 157 InsetsSourceControl[] controls in testControlsForDispatch_statusBarForceShowNavigation_butFocusedAnyways() local 297 final InsetsSourceControl[] controls = in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls() local 326 final InsetsSourceControl[] controls = in testShowTransientBars_statusBarCanBeTransient_appGetsStatusBarFakeControl() local 359 InsetsSourceControl[] controls = in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls() local [all …]
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | InsetsPolicyTest.java | 72 final InsetsSourceControl[] controls = addAppWindowAndGetControlsForDispatch(); in testControlsForDispatch_regular() local 88 final InsetsSourceControl[] controls = addWindowAndGetControlsForDispatch(win); in testControlsForDispatch_adjacentTasksVisible() local 101 final InsetsSourceControl[] controls = addWindowAndGetControlsForDispatch(win); in testControlsForDispatch_freeformTaskVisible() local 112 final InsetsSourceControl[] controls = addAppWindowAndGetControlsForDispatch(); in testControlsForDispatch_forceStatusBarVisible() local 126 final InsetsSourceControl[] controls = addAppWindowAndGetControlsForDispatch(); in testControlsForDispatch_statusBarForceShowNavigation() local 140 InsetsSourceControl[] controls in testControlsForDispatch_statusBarForceShowNavigation_butFocusedAnyways() local 155 final InsetsSourceControl[] controls = addAppWindowAndGetControlsForDispatch(); in testControlsForDispatch_remoteInsetsControllerControlsBars_appHasNoControl() local 277 final InsetsSourceControl[] controls = in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls() local 305 final InsetsSourceControl[] controls = in testShowTransientBars_statusBarCanBeTransient_appGetsStatusBarFakeControl() local 338 InsetsSourceControl[] controls = in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls() local [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsControllerTest.java | 235 InsetsSourceControl[] controls = prepareControls(); in testAnimationEndState() local 281 InsetsSourceControl[] controls = prepareControls(); in testShowHideSelectively() local 313 InsetsSourceControl[] controls = prepareControls(); in testShowHideSingle() local 353 InsetsSourceControl[] controls = prepareControls(); in testShowHideMultiple() local 402 InsetsSourceControl[] controls = prepareControls(); in testShowMultipleHideOneByOne() local 925 InsetsSourceControl[] controls = new InsetsSourceControl[3]; in prepareControls() local
|
H A D | InsetsAnimationControlImplTest.java | 107 SparseArray<InsetsSourceControl> controls = new SparseArray<>(); in setup() local
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsAnimationThreadControlRunner.java | 110 public InsetsAnimationThreadControlRunner(SparseArray<InsetsSourceControl> controls, in InsetsAnimationThreadControlRunner() 131 private void releaseControls(SparseArray<InsetsSourceControl> controls) { in releaseControls() 163 public void updateSurfacePosition(SparseArray<InsetsSourceControl> controls) { in updateSurfacePosition()
|
H A D | InsetsAnimationControlImpl.java | 112 public InsetsAnimationControlImpl(SparseArray<InsetsSourceControl> controls, in InsetsAnimationControlImpl() 213 public void updateSurfacePosition(SparseArray<InsetsSourceControl> controls) { in updateSurfacePosition() 381 SparseArray<InsetsSourceControl> controls, boolean shown, in calculateInsets() 395 private Insets calculateInsets(InsetsState state, SparseArray<InsetsSourceControl> controls, in calculateInsets() 430 final ArraySet<InsetsSourceControl> controls = mSideControlsMap.get(side); in updateLeashesForSide() local 491 SparseArray<InsetsSourceControl> controls) { in buildSideControlsMap() 507 SparseArray<InsetsSourceControl> controls) { in buildSideControlsMap()
|
H A D | InsetsAnimationControlRunner.java | 53 void updateSurfacePosition(SparseArray<InsetsSourceControl> controls); in updateSurfacePosition()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InsetsAnimationThreadControlRunner.java | 111 public InsetsAnimationThreadControlRunner(SparseArray<InsetsSourceControl> controls, in InsetsAnimationThreadControlRunner() 133 private void releaseControls(SparseArray<InsetsSourceControl> controls) { in releaseControls() 170 public void updateSurfacePosition(SparseArray<InsetsSourceControl> controls) { in updateSurfacePosition()
|
H A D | InsetsAnimationControlImpl.java | 122 public InsetsAnimationControlImpl(SparseArray<InsetsSourceControl> controls, in InsetsAnimationControlImpl() 230 public void updateSurfacePosition(SparseArray<InsetsSourceControl> controls) { in updateSurfacePosition() 411 SparseArray<InsetsSourceControl> controls, boolean shown, in calculateInsets() 425 private Insets calculateInsets(InsetsState state, SparseArray<InsetsSourceControl> controls, in calculateInsets() 461 final ArraySet<InsetsSourceControl> controls = mSideControlsMap.get(side); in updateLeashesForSide() local 525 SparseArray<InsetsSourceControl> controls) { in buildSideControlsMap() 541 SparseArray<InsetsSourceControl> controls) { in buildSideControlsMap()
|
H A D | InsetsAnimationControlRunner.java | 54 void updateSurfacePosition(SparseArray<InsetsSourceControl> controls); in updateSurfacePosition()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsControllerTest.java | 311 InsetsSourceControl[] controls = prepareControls(); in testShowHideSelectively() local 339 InsetsSourceControl[] controls = prepareControls(); in testShowHideSingle() local 411 InsetsSourceControl[] controls = prepareControls(); in testShowMultipleHideOneByOne() local 954 InsetsSourceControl[] controls = new InsetsSourceControl[3]; in prepareControls() local
|
H A D | InsetsAnimationControlImplTest.java | 117 SparseArray<InsetsSourceControl> controls = new SparseArray<>(); in setup() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
H A D | ControlsControllerImplTest.kt | 268 val controls = data.allControls regex 299 val controls = data.allControls regex 330 val controls = data.allControls regex 361 val controls = data.allControls regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
H A D | ControlsControllerImplTest.kt | 304 val controls = data.allControls regex 335 val controls = data.allControls regex 366 val controls = data.allControls regex 397 val controls = data.allControls regex
|
/aosp12/hardware/interfaces/automotive/evs/1.1/default/ |
H A D | ConfigManager.h | 83 tuple<int32_t, int32_t, int32_t>> controls; variable
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InsetsPolicy.java | 462 final SparseArray<InsetsSourceControl> controls = new SparseArray<>(); in startAnimation() local 478 SparseArray<InsetsSourceControl> controls, boolean show, Runnable callback) { in controlAnimationUnchecked() 543 SparseArray<InsetsSourceControl> controls, boolean show) { in controlAnimationUnchecked()
|
/aosp12/system/nvram/messages/include/nvram/messages/ |
H A D | nvram_messages.h | 66 Vector<nvram_control_t> controls; member 79 Vector<nvram_control_t> controls; member
|
/aosp14/frameworks/base/core/proto/android/companion/ |
H A D | telecom.proto | 52 repeated Control controls = 4; field
|
/aosp12/system/nvram/core/include/nvram/core/ |
H A D | persistence.h | 117 uint32_t controls = 0; member
|
/aosp12/packages/services/Car/cpp/evs/sampleDriver/ |
H A D | ConfigManager.h | 81 tuple<int32_t, int32_t, int32_t>> controls; variable
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
H A D | ControlsFavoritePersistenceWrapper.kt | 187 var controls = mutableListOf<ControlInfo>() regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
H A D | ControlsFavoritePersistenceWrapper.kt | 187 var controls = mutableListOf<ControlInfo>() regex
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A D | v4l2_wrapper.cpp | 243 v4l2_ext_controls controls; in GetControl() local 281 v4l2_ext_controls controls; in SetControl() local
|
/aosp12/system/nvram/core/ |
H A D | nvram_manager.cpp | 51 Vector<nvram_control_t>* controls) { in GetControlsVector() 225 uint32_t controls = 0; in CreateSpace() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
H A D | ControlsEditingActivity.kt | 178 val controls = controller.getFavoritesForStructure(component, structure) regex
|