Searched defs:touching (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) { argument
90 if (touching == mTouching) {
98 if (touching) {
107 animateToTarget(touching ? mCircleDiameter : mWidth,
108 touching ? mCircleDiameter : mHeight, touching);
110 mTouching = touching;
113 private void animateToTarget(int targetWidth, int targetHeight, boolean touching) { argument
120 mAnimator.setDuration(touching
123 mAnimator.setInterpolator(touching
[all...]
H A DDividerView.java238 startDragging(true /* animate */, false /* touching */);
391 public boolean startDragging(boolean animate, boolean touching) { argument
393 if (touching) {
399 if (touching) {
476 boolean result = startDragging(true /* animate */, true /* touching */);
1118 startDragging(false /* animate */, false /* touching */);
1126 startDragging(false /* animate */, false /* touching */);
1169 startDragging(false /* animate */, false /* touching */);

Completed in 141 milliseconds