Home
last modified time | relevance | path

Searched defs:state2 (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavBarHelperTest.java310 NavBarHelper.CurrentSysuiState state2 = mNavBarHelper.getCurrentSysuiState(); in saveMostRecentSysuiState() local
326 NavBarHelper.CurrentSysuiState state2 = mNavBarHelper.getCurrentSysuiState(); in ignoreNonNavbarSysuiState() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFooter.java51 default void disable(int state1, int state2, boolean animate) {} in disable()
DQuickStatusBarHeader.java101 public void disable(int state1, int state2, boolean animate) { in disable()
DQSFooterViewController.java125 public void disable(int state1, int state2, boolean animate) { in disable()
DQSFooterView.java169 void disable(int state2) { in disable()
DQSContainerImpl.java149 public void disable(int state1, int state2, boolean animate) { in disable()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsStateTest.java324 final InsetsState state2 = new InsetsState(); in testEquals() local
340 final InsetsState state2 = new InsetsState(); in testEquals_excludesCaptionBar() local
365 final InsetsState state2 = new InsetsState(); in testEquals_excludesInvisibleIme() local
DInsetsControllerTest.java690 final InsetsState state2 = new InsetsState(state1, true /* copySources */); in doTestResizeAnimation_insetsTypes() local
717 final InsetsState state2 = new InsetsState(state1, true /* copySources */); in testResizeAnimation_displayFrame() local
740 final InsetsState state2 = new InsetsState(state1, true /* copySources */); in testResizeAnimation_visibility() local
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockTargetStateAnalysis.java100 LockTargetState state2 = (LockTargetState) v2; in merge() local
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DDisplayBrightnessStateTest.java75 DisplayBrightnessState state2 = DisplayBrightnessState.Builder.from(state1).build(); in testFrom() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsImpl.java74 public void disable(int displayId, int state1, int state2, boolean animate) { in disable()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
DIOverviewProxy.aidl79 void disable(int displayId, int state1, int state2, boolean animate) = 19; in disable()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DCommandQueueTest.java98 int state2 = 42; in testDisable() local
107 int state2 = 42; in testDisableForSecondaryDisplay() local
/frameworks/base/core/tests/coretests/src/android/hardware/input/
DInputDeviceLightsManagerTest.java265 LightState state2 = new LightState(0xf2, PLAYER_ID); in testLightsRequest() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java287 public void disable(int displayId, int state1, int state2, boolean animate) { in disable()
DCentralSurfacesCommandQueueCallbacks.java265 public void disable(int displayId, int state1, int state2, boolean animate) { in disable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java356 public void disable(int displayId, int state1, int state2, boolean animate) { in disable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DTaskbarDelegate.java373 public void disable(int displayId, int state1, int state2, boolean animate) { in disable()
DNavigationBar.java1220 public void disable(int displayId, int state1, int state2, boolean animate) { in disable()
1245 private void setDisabled2Flags(int state2) { in setDisabled2Flags()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DRotationButtonController.java497 public void onDisable2FlagChanged(int state2) { in onDisable2FlagChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java444 public void disable(int displayId, int state1, int state2, boolean animate) { in disable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java976 public void disable(int displayId, int state1, int state2, boolean animate) { in disable()
/frameworks/proto_logging/stats/stats_log_api_gen/
Dtest.proto232 optional int32 state2 = 3 [(android.os.statsd.state_field_option).exclusive_state = true]; field
Dtest_external.proto232 optional int32 state2 = 3 [(android.os.statsd.state_field_option).exclusive_state = true]; field
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl45 void disable(int displayId, int state1, int state2); in disable()

12