HomeSort by relevance Sort by last modified time
    Searched defs:pivotY (Results 1 - 25 of 60) 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);
  /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);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowRenderNode.java 18 private float pivotY;
189 public boolean setPivotY(float pivotY) {
190 this.pivotY = pivotY;
197 return pivotY;
ShadowVectorDrawable.java 154 float pivotY;
194 properties[2] = group.pivotY;
204 float pivotY, float scaleX, float scaleY, float translateX, float translateY) {
208 group.pivotY = pivotY;
230 // private static native void nSetPivotY(long groupPtr, float pivotY);
  /frameworks/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/support/leanback/src/main/java/androidx/leanback/widget/
ScaleFrameLayout.java 116 final float pivotY = getPivotY();
118 parentTop = getPaddingTop() + (int)(pivotY - pivotY / mLayoutScaleY + 0.5f);
119 parentBottom = (int)(pivotY + (bottom - top - pivotY) / mLayoutScaleY + 0.5f)
176 child.setPivotY(pivotY - childTop);
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
SettingsDialog.java 94 final int pivotY = getResources().getDimensionPixelSize(R.dimen.main_panel_text_height_half);
96 mAdapter = new DialogAdapter(mSettings, pivotX, pivotY, new SettingClickedListener() {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowViewTest.java 648 public void pivotY() {
  /frameworks/base/libs/hwui/
VectorDrawable.h 391 float pivotY = 0;
405 float getPivotY() const { return mPrimitiveFields.pivotY; }
406 void setPivotY(float pivotY) { VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(pivotY, pivotY); }
419 void updateProperties(float rotate, float pivotX, float pivotY, float scaleX, float scaleY,
423 mPrimitiveFields.pivotY = pivotY;
439 pivotY,
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MagnificationGestureHandler.java 480 final float pivotY = detector.getFocusY();
482 mMagnificationController.setScale(scale, pivotX, pivotY, false,
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 118 * <dt><code>android:pivotY</code></dt>
206 * android:pivotY=&quot;300.0&quot;
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/sdk/27/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 952 milliseconds

1 2 3