Searched refs:setPivotY (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DImageTransformState.java64 mTransformedView.setPivotY(0);
83 mTransformedView.setPivotY(0);
H A DTransformState.java145 transformedView.setPivotY(0);
294 transformedView.setPivotY(0);
/frameworks/support/transition/api14/android/support/transition/
H A DViewUtilsApi14.java113 view.setPivotY(view.getHeight() / 2);
134 view.setPivotY(0);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DMediaNowPlayingView.java54 mImage1.setPivotY(mImage1.getDrawable().getIntrinsicHeight());
55 mImage2.setPivotY(mImage2.getDrawable().getIntrinsicHeight());
56 mImage3.setPivotY(mImage3.getDrawable().getIntrinsicHeight());
H A DScaleFrameLayout.java175 child.setPivotY(pivotY - childTop);
H A DShadowOverlayContainer.java320 setPivotY(sTempRect.top);
/frameworks/support/design/src/android/support/design/internal/
H A DBottomNavigationItemView.java138 mLargeLabel.setPivotY(mLargeLabel.getBaseline());
140 mSmallLabel.setPivotY(mSmallLabel.getBaseline());
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp221 static void setPivotY(JNIEnv*, jobject, jlong groupPtr, jfloat pivotY) { function in namespace:android
223 group->mutateStagingProperties()->setPivotY(pivotY);
386 {"nSetPivotY", "(JF)V", (void*)setPivotY},
H A Dandroid_view_RenderNode.cpp245 return SET_AND_DIRTY(setPivotY, py, RenderNode::GENERIC);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java269 public void setPivotY(float pivotY) { method in class:RotateDrawable
278 * @see #setPivotY(float)
H A DVectorDrawable.java1159 object.setPivotY(value);
1441 public void setPivotY(float pivotY) { method in class:VectorDrawable.VGroup
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java288 group.setPivotY(pivotY);
347 group.setPivotY(pivotY);
819 return this::setPivotY;
910 private void setPivotY(float pivotY) { method in class:VectorDrawable_Delegate.VGroup_Delegate
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java156 v.setPivotY(v.getMeasuredHeight() / 2);
H A DHeadersSupportFragment.java153 v.setPivotY(v.getMeasuredHeight() / 2);
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java738 mBackground.setPivotY(0);
784 mBackground.setPivotY(0);
825 mBackground.setPivotY(0);
839 mBackground.setPivotY(0);
861 mBackground.setPivotY(mBackground.getHeight() / 2);
/frameworks/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp380 properties->setPivotY(1.0f);
/frameworks/base/core/java/android/view/
H A DRenderNode.java650 * @see View#setPivotY(float)
653 public boolean setPivotY(float pivotY) { method in class:RenderNode
660 * @see #setPivotY(float)
/frameworks/base/libs/hwui/
H A DRenderProperties.h380 bool setPivotY(float pivotY) { function in class:android::uirenderer::RenderProperties
H A DVectorDrawable.cpp377 setPivotY(value);
H A DVectorDrawable.h439 void setPivotY(float pivotY) { function in class:android::uirenderer::VectorDrawable::Group::GroupProperties
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java205 mTextureView.setPivotY(0);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DOverlayDisplayWindow.java298 mTextureView.setPivotY(0);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DOverlayDisplayWindow.java298 mTextureView.setPivotY(0);
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java2892 public static void setPivotY(View view, float value) { method in class:ViewCompat
2893 view.setPivotY(value);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java713 setPivotY(actualHeight / 2);

Completed in 655 milliseconds

12