Searched refs:mHandleDrawable (Results 1 – 2 of 2) sorted by relevance
107 private TargetDrawable mHandleDrawable; field in MultiWaveView179 invalidateGlobalRegion(mHandleDrawable);220 mHandleDrawable = new TargetDrawable(res, in MultiWaveView()222 mTapRadius = mHandleDrawable.getWidth()/2; in MultiWaveView()349 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE); in switchToState()360 mHandleDrawable.setState(TargetDrawable.STATE_ACTIVE); in switchToState()383 mHandleAnimations.add(Tweener.to(mHandleDrawable, duration, in activateHandle()395 mHandleAnimations.add(Tweener.to(mHandleDrawable, duration, in deactivateHandle()412 final float chevronStartDistance = mHandleDrawable.getWidth() * 0.8f; in startChevronAnimation()620 int maxWidth = mHandleDrawable.getWidth(); in internalSetTargetResources()[all …]
102 private TargetDrawable mHandleDrawable; field in GlowPadView217 mHandleDrawable = new TargetDrawable(res, in GlowPadView()219 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE); in GlowPadView()351 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE); in switchToState()352 mHandleDrawable.setAlpha(1.0f); in switchToState()360 mHandleDrawable.setAlpha(0.0f); in switchToState()371 mHandleDrawable.setAlpha(0.0f); in switchToState()377 mHandleDrawable.setAlpha(0.0f); in switchToState()570 int maxWidth = mHandleDrawable.getWidth(); in internalSetTargetResources()571 int maxHeight = mHandleDrawable.getHeight(); in internalSetTargetResources()[all …]