Searched refs:onPull (Results 1 – 8 of 8) sorted by relevance
324 public void onPull(float deltaDistance) { in onPull() method in EdgeEffect325 onPull(deltaDistance, 0.5f); in onPull()341 public void onPull(float deltaDistance, float displacement) { in onPull() method in EdgeEffect441 onPull(delta, displacement); in onPullDistance()
422 edge.onPull((float) Math.abs(deltaY) / getHeight()); in trackMotionScroll()
2096 mLeftGlow.onPull(-overscrollX / getWidth(), 1f - y / getHeight()); in pullGlows()2100 mRightGlow.onPull(overscrollX / getWidth(), y / getHeight()); in pullGlows()2106 mTopGlow.onPull(-overscrollY / getHeight(), x / getWidth()); in pullGlows()2110 mBottomGlow.onPull(overscrollY / getHeight(), 1f - x / getWidth()); in pullGlows()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
37285 method public void onPull(float);37286 method public void onPull(float, float);
59149 method public void onPull(float);59150 method public void onPull(float, float);
19587 HSPLandroid/widget/EdgeEffect;->onPull(FF)V+]Landroid/graphics/Rect;Landroid/graphics/Rect;
19651 HSPLandroid/widget/EdgeEffect;->onPull(FF)V+]Landroid/graphics/Rect;Landroid/graphics/Rect;