HomeSort by relevance Sort by last modified time
    Searched refs:translationY (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/core/java/android/view/
DisplayList.java 182 * Sets the translationY value for the DisplayList
184 * @param translationY The translationY value of the DisplayList
187 public abstract void setTranslationY(float translationY);
234 * @param translationY The translationY value of the DisplayList
241 public abstract void setTransformationInfo(float alpha, float translationX, float translationY,
GLES20DisplayList.java 177 public void setTranslationY(float translationY) {
179 nSetTranslationY(mFinalizer.mNativeDisplayList, translationY);
219 public void setTransformationInfo(float alpha, float translationX, float translationY,
222 nSetTransformationInfo(mFinalizer.mNativeDisplayList, alpha, translationX, translationY,
323 private static native void nSetTranslationY(int displayList, float translationY);
330 float translationX, float translationY, float rotation, float rotationX,
ViewPropertyAnimator.java 522 * This method will cause the View's <code>translationY</code> property to be animated to the
529 public ViewPropertyAnimator translationY(float value) {
535 * This method will cause the View's <code>translationY</code> property to be animated by the
    [all...]
View.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
SnapshotBar.java 147 .translationY(mAnimRadius)
151 .translationY(0f)
158 .translationY(0f)
162 .translationY(-mAnimRadius)
PhoneUi.java 239 mTitleBar.animate().translationY(mActionBarHeight);
245 mTitleBar.animate().translationY(0);
  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.cpp 260 const float translationY = -layerArea.y() + inflation - fabsf(clippedOut.height());
261 m_layerContextTranslation = FloatPoint(translationX, translationY);
ShadowBlur.cpp 393 float translationY = -shadowedRect.y() + inflation - fabsf(clippedOut.height());
394 m_layerContextTranslation = FloatSize(translationX, translationY);
    [all...]
  /frameworks/base/core/jni/
android_view_GLES20DisplayList.cpp 115 float translationX, float translationY, float rotation, float rotationX, float rotationY,
119 displayList->setTranslationY(translationY);
  /packages/apps/Camera/src/com/android/camera/ui/
CameraSwitcher.java 254 .translationY(mTranslationY)
284 .translationY(0)
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 193 mViewPropertyAnimator.translationY(mTranslationY);
227 public LauncherViewPropertyAnimator translationY(float value) {
Workspace.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
RotatingButton.java 56 seekBar = (SeekBar) findViewById(R.id.translationY);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
CameraWidgetFrame.java 286 .translationY(finishCenter - startCenter)
300 .translationY(0)
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 626 float translationY = lineWidth - rect.y();
627 CGContextTranslateCTM(layerContext, translationX, translationY);
    [all...]
  /frameworks/base/core/java/android/widget/
StackView.java 347 PropertyValuesHolder translationY = PropertyValuesHolder.ofFloat("translationY", transY);
352 translationY, translationX);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailTabCarousel.java 279 animator.translationY(0.0f);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 97 .translationY(y - oldBottom)
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 198 void setTranslationY(float translationY) {
199 if (translationY != mTranslationY) {
200 mTranslationY = translationY;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 548 v.animate().translationX(0).translationY(0).alpha(1f).setStartDelay(startDelay)
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 745 milliseconds

1 2