Searched defs:targetX (Results 1 – 6 of 6) sorted by relevance
287 final float targetX = currentWidth - expandedWidth + expandedX; in updateChildrenRenderNodeProperties() local297 final float targetX = currentWidth - collapsedWidth + collapsedX; in updateChildrenRenderNodeProperties() local
488 int targetX = Utils.clamp(x, mBoundLeft, mBoundRight); in zoomIn() local685 int targetX = mPageScroller.getFinalX(); in flingPage() local706 int targetX = mFilmScroller.getFinalX(); in flingFilmX() local794 private boolean startAnimation(int targetX, int targetY, float targetScale, in startAnimation()1502 private boolean doAnimation(int targetX, int targetY, int kind) { in doAnimation()
178 final float targetX = primaryDimension / 2f; in getWindowTargetRect() local
240 int targetX = (pageWidth / 2) + pageWidth * pageDelta; in dragIcon() local
1336 final float targetX = primaryDimension / 2f; in getDefaultWindowTargetRect() local
317 float targetX, long duration_ms, TimeInterpolator interpolator) { in animateTranslationX()