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

1 2 3

  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
VUMeter.java 92 float pivotY = h - PIVOT_RADIUS - PIVOT_Y_OFFSET;
97 float y0 = pivotY - l*sin;
98 canvas.drawLine(x0 + SHADOW_OFFSET, y0 + SHADOW_OFFSET, pivotX + SHADOW_OFFSET, pivotY + SHADOW_OFFSET, mShadow);
99 canvas.drawCircle(pivotX + SHADOW_OFFSET, pivotY + SHADOW_OFFSET, PIVOT_RADIUS, mShadow);
100 canvas.drawLine(x0, y0, pivotX, pivotY, mPaint);
101 canvas.drawCircle(pivotX, pivotY, PIVOT_RADIUS, mPaint);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ScaleFrameLayout.java 115 final float pivotY = getPivotY();
117 parentTop = getPaddingTop() + (int)(pivotY - pivotY / mLayoutScaleY + 0.5f);
118 parentBottom = (int)(pivotY + (bottom - top - pivotY) / mLayoutScaleY + 0.5f)
175 child.setPivotY(pivotY - childTop);
  /cts/tests/tests/view/src/android/view/animation/cts/
RotateAnimationTest.java 154 final float pivotY = 0.2f;
156 final float actualPivotY = pivotY * animWindow.getHeight();
159 Animation.RELATIVE_TO_PARENT, pivotX, Animation.RELATIVE_TO_SELF, pivotY);
203 public MyRotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) {
204 super(fromDegrees, toDegrees, pivotX, pivotY);
208 float pivotX, int pivotYType, float pivotY) {
209 super(fromDegrees, toDegrees, pivotXType, pivotX, pivotYType, pivotY);
  /frameworks/base/core/java/android/view/animation/
RotateAnimation.java 75 * Default pivotX/pivotY point is (0,0).
100 * @param pivotY The Y coordinate of the point about which the object is
104 public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) {
111 mPivotYValue = pivotY;
ScaleAnimation.java 167 * @param pivotY The Y coordinate of the point about which the object is
172 float pivotX, float pivotY) {
182 mPivotYValue = pivotY;
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
DialogAdapter.java 34 public DialogAdapter(ArrayList<Setting> settings, int pivotX, int pivotY,
38 mPivotY = pivotY;
SettingsDialog.java 94 final int pivotY = getResources().getDimensionPixelSize(R.dimen.main_panel_text_height_half);
96 mAdapter = new DialogAdapter(mSettings, pivotX, pivotY, new SettingClickedListener() {
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
RenderNode_Delegate.java 179 float pivotY = renderNode.getPivotY();
184 outMatrix.preRotate(rotation, pivotX, pivotY);
185 outMatrix.preScale(scaleX, scaleY, pivotX, pivotY);
275 /*package*/ static boolean nSetPivotY(long renderNode, float pivotY) {
278 delegate.mPivotY = pivotY;
  /frameworks/base/libs/hwui/
VectorDrawable.h 412 float pivotY = 0;
435 return mPrimitiveFields.pivotY;
437 void setPivotY(float pivotY) {
438 VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(pivotY, pivotY);
464 void updateProperties(float rotate, float pivotX, float pivotY,
468 mPrimitiveFields.pivotY = pivotY;
483 pivotY,
RenderProperties.h 380 bool setPivotY(float pivotY) {
381 if (RP_SET(mPrimitiveFields.mPivotY, pivotY)
VectorDrawable.cpp 349 case Property::pivotY:
375 case Property::pivotY:
  /frameworks/base/graphics/java/android/graphics/drawable/
RotateDrawable.java 265 * @param pivotY Y position around which to rotate
269 public void setPivotY(float pivotY) {
270 if (mState.mPivotY != pivotY) {
271 mState.mPivotY = pivotY;
VectorDrawable.java 117 * <dt><code>android:pivotY</code></dt>
205 * android:pivotY=&quot;300.0&quot;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java 283 float pivotY, float scaleX, float scaleY, float translateX, float translateY) {
288 group.setPivotY(pivotY);
345 static void nSetPivotY(long groupPtr, float pivotY) {
347 group.setPivotY(pivotY);
910 private void setPivotY(float pivotY) {
911 if (pivotY != mPivotY) {
912 mPivotY = pivotY;
    [all...]
  /frameworks/base/core/java/android/view/
RenderNode.java 648 * @param pivotY The pivot value of the display list on the Y axis, in pixels
653 public boolean setPivotY(float pivotY) {
654 return nSetPivotY(mNativeRenderNode, pivotY);
882 private static native boolean nSetPivotY(long renderNode, float pivotY);
    [all...]
  /frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp 172 jfloat pivotY, jfloat scaleX, jfloat scaleY, jfloat translateX, jfloat translateY) {
174 group->mutateStagingProperties()->updateProperties(rotate, pivotX, pivotY, scaleX, scaleY,
221 static void setPivotY(JNIEnv*, jobject, jlong groupPtr, jfloat pivotY) {
223 group->mutateStagingProperties()->setPivotY(pivotY);
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
AndroidResources.java 37 android.R.attr.name, android.R.attr.pivotX, android.R.attr.pivotY,
VectorDrawableCompat.java 123 * <dt><code>android:pivotY</code></dt>
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 276 * @param pivotY y coordinate of the focused item in the current page
280 int pivotX, int pivotY) {
302 matrix[0][pivotY] = PIVOT;
304 matrix[pivotX][pivotY] = PIVOT;
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MagnificationController.java 423 * @param pivotY the screen-relative Y coordinate around which to scale
430 public boolean setScale(float scale, float pivotX, float pivotY, boolean animate, int id) {
445 final float normPivotY = (pivotY - spec.offsetY) / oldScale;
    [all...]
MagnificationGestureHandler.java 480 final float pivotY = detector.getFocusY();
481 mMagnificationController.setScale(scale, pivotX, pivotY, false,
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
  /prebuilts/sdk/current/support/graphics/drawable/
android-support-vectordrawable.jar 
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 

Completed in 750 milliseconds

1 2 3