/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 …]
|
H A D | InsetsStateControllerTest.java | 295 InsetsSourceControl[] controls = getController().getControlsForDispatch(app); in testBarControllingWinChanged() local
|
/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()
|
H A D | InsetsResizeAnimationRunner.java | 219 public void updateSurfacePosition(SparseArray<InsetsSourceControl> controls) { in updateSurfacePosition()
|
/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
|
/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
|
/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
|
/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
|
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
H A D | NekoControlsService.kt | 74 private val controls = HashMap<String, Control>() regex
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/bin/jsonchecker/ |
H A D | pass1.json | 21 "controls": "\b\f\n\r\t", string
|
/aosp12/frameworks/base/core/tests/coretests/src/android/service/controls/ |
H A D | ControlProviderServiceTest.java | 362 public void setControls(List<Control> controls) { in setControls()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
H A D | SurfaceViewVideoCallFragment.java | 112 private View controls; field in SurfaceViewVideoCallFragment 447 private Point getControlsOffsetEndHidden(View controls) { in getControlsOffsetEndHidden()
|
H A D | VideoCallFragment.java | 142 private View controls; field in VideoCallFragment 546 private Point getControlsOffsetEndHidden(View controls) { in getControlsOffsetEndHidden()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 4872 struct v4l2_ext_controls controls; in venc_set_session_qp_range() local 5882 struct v4l2_ext_controls controls; in venc_set_layer_bitrates() local 5921 struct v4l2_ext_controls controls; in venc_set_ltrmode() local 6110 struct v4l2_ext_controls controls; in venc_set_searchrange() local 6242 struct v4l2_ext_controls controls; in venc_set_aspectratio() local 6512 struct v4l2_ext_controls controls; in venc_set_blur_resolution() local 7410 struct v4l2_ext_controls controls; in venc_set_hdr_info() local
|
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | CompatibilityInfo.java | 438 public void translateSourceControlsInScreenToAppWindow(InsetsSourceControl[] controls) { in translateSourceControlsInScreenToAppWindow()
|