Searched refs:setTouching (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerHandleView.java89 public void setTouching(boolean touching, boolean animate) { method in class:DividerHandleView
H A DDividerView.java402 mHandle.setTouching(true, animate);
417 mHandle.setTouching(false, true /* animate */);
435 mHandle.setTouching(false, true /* animate */);
442 mHandle.setTouching(false, true /* animate */);

Completed in 73 milliseconds