HomeSort by relevance Sort by last modified time
    Searched refs:mHandleDrawable (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
MultiWaveView.java 108 private TargetDrawable mHandleDrawable;
180 invalidateGlobalRegion(mHandleDrawable);
221 mHandleDrawable = new TargetDrawable(res,
223 mTapRadius = mHandleDrawable.getWidth()/2;
350 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
361 mHandleDrawable.setState(TargetDrawable.STATE_ACTIVE);
384 mHandleAnimations.add(Tweener.to(mHandleDrawable, duration,
396 mHandleAnimations.add(Tweener.to(mHandleDrawable, duration,
413 final float chevronStartDistance = mHandleDrawable.getWidth() * 0.8f;
624 int maxWidth = mHandleDrawable.getWidth()
    [all...]
GlowPadView.java 103 private TargetDrawable mHandleDrawable;
228 mHandleDrawable = new TargetDrawable(res, handle != null ? handle.resourceId : 0);
229 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
365 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
366 mHandleDrawable.setAlpha(1.0f);
374 mHandleDrawable.setAlpha(0.0f);
385 mHandleDrawable.setAlpha(0.0f);
391 mHandleDrawable.setAlpha(0.0f);
590 int maxWidth = mHandleDrawable.getWidth();
591 int maxHeight = mHandleDrawable.getHeight()
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java 106 private TargetDrawable mHandleDrawable;
223 mHandleDrawable = new TargetDrawable(res, handle != null ? handle.resourceId : 0, 2);
224 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
357 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
358 mHandleDrawable.setAlpha(1.0f);
366 mHandleDrawable.setAlpha(0.0f);
381 mHandleDrawable.setAlpha(0.0f);
387 mHandleDrawable.setAlpha(0.0f);
580 int maxWidth = mHandleDrawable.getWidth();
581 int maxHeight = mHandleDrawable.getHeight()
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 106 private TargetDrawable mHandleDrawable;
226 mHandleDrawable = new TargetDrawable(res, handle != null ? handle.resourceId : 0, 2);
227 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
383 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
384 mHandleDrawable.setAlpha(1.0f);
392 mHandleDrawable.setAlpha(0.0f);
407 mHandleDrawable.setAlpha(0.0f);
413 mHandleDrawable.setAlpha(0.0f);
608 int maxWidth = mHandleDrawable.getWidth();
609 int maxHeight = mHandleDrawable.getHeight()
    [all...]

Completed in 28 milliseconds