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

  /frameworks/base/core/java/android/view/
DisplayList.java 174 * Sets the translationX value for the DisplayList
176 * @param translationX The translationX value of the DisplayList
179 public abstract void setTranslationX(float translationX);
233 * @param translationX The translationX value of the DisplayList
241 public abstract void setTransformationInfo(float alpha, float translationX, float translationY,
GLES20DisplayList.java 159 public void setTranslationX(float translationX) {
161 nSetTranslationX(mFinalizer.mNativeDisplayList, translationX);
208 public void setTransformationInfo(float alpha, float translationX, float translationY,
211 nSetTransformationInfo(mFinalizer.mNativeDisplayList, alpha, translationX, translationY,
310 private static native void nSetTranslationX(int displayList, float translationX);
318 float translationX, float translationY, float rotation, float rotationX,
ViewPropertyAnimator.java 496 * This method will cause the View's <code>translationX</code> property to be animated to the
503 public ViewPropertyAnimator translationX(float value) {
509 * This method will cause the View's <code>translationX</code> property to be animated by the
    [all...]
View.java 561 * {@link #setTranslationX(float) translationX}. This behavior is contrasted to that of the pre-3.0
    [all...]
  /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/jni/
android_view_GLES20DisplayList.cpp 110 float translationX, float translationY, float rotation, float rotationX, float rotationY,
113 displayList->setTranslationX(translationX);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 190 mViewPropertyAnimator.translationX(mTranslationX);
220 public LauncherViewPropertyAnimator translationX(float value) {
AppsCustomizePagedView.java     [all...]
Workspace.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
RotatingButton.java 42 seekBar = (SeekBar) findViewById(R.id.translationX);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java 269 animator.translationX(0.0f);
ContactDetailTabCarousel.java 329 translateAnimator.translationX(0.0f);
  /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 346 PropertyValuesHolder translationX = PropertyValuesHolder.ofFloat("translationX", transX);
352 translationY, translationX);
    [all...]
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 184 void setTranslationX(float translationX) {
185 if (translationX != mTranslationX) {
186 mTranslationX = translationX;
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 529 milliseconds