Searched defs:updateListener (Results 1 – 7 of 7) sorted by relevance
111 fun updateListener() { in registerListener() method178 private fun updateListener(listener: DataListener<Boolean>) { in updateListener() method
67 public void startIntensityAnimation(ValueAnimator.AnimatorUpdateListener updateListener, in startIntensityAnimation()
92 public RemoteController(Context context, OnClientUpdateListener updateListener) in RemoteController()106 public RemoteController(Context context, OnClientUpdateListener updateListener, Looper looper) in RemoteController()
364 final ValueAnimator.AnimatorUpdateListener updateListener = in startAnimation() local429 final ValueAnimator.AnimatorUpdateListener updateListener, in createAnimator()
416 AnimatorUpdateListener updateListener = new AnimatorUpdateListener() { in dismissChild() local490 AnimatorUpdateListener updateListener = animation -> onTranslationUpdate(animView, in snapChild() local
379 private void updateListener(int action, float x) { in updateListener() method in CropView
754 updateListeners.forEach { updateListener -> in onInternalAnimationEnd() method