Searched defs:interacting (Results 1 - 2 of 2) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java2558 public void setInteracting(int barWindow, boolean interacting) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2973 public void setInteracting(int barWindow, boolean interacting) { argument
2974 final boolean changing = ((mInteractingWindows & barWindow) != 0) != interacting;
2975 mInteractingWindows = interacting
2983 // manually dismiss the volume panel when interacting with the nav bar
2984 if (changing && interacting && barWindow == StatusBarManager.WINDOW_NAVIGATION_BAR) {

Completed in 74 milliseconds