HomeSort by relevance Sort by last modified time
    Searched defs:translationX (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.cpp 259 const float translationX = -layerArea.x() + inflation - fabsf(clippedOut.width());
261 m_layerContextTranslation = FloatPoint(translationX, translationY);
ShadowBlur.cpp 392 float translationX = -shadowedRect.x() + inflation - fabsf(clippedOut.width());
394 m_layerContextTranslation = FloatSize(translationX, translationY);
    [all...]
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 487 * This method will cause the View's <code>translationX</code> property to be animated to the
494 public ViewPropertyAnimator translationX(float value) {
500 * This method will cause the View's <code>translationX</code> property to be animated by the
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 625 float translationX = lineWidth - rect.x();
627 CGContextTranslateCTM(layerContext, translationX, translationY);
    [all...]
  /frameworks/base/core/java/android/widget/
StackView.java 343 PropertyValuesHolder translationX = PropertyValuesHolder.ofFloat("translationX", transX);
349 translationY, translationX);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 285 milliseconds