Home
last modified time | relevance | path

Searched defs:pivotX (Results 1 – 21 of 21) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewRenderNode.java17 private float pivotX; field in ShadowViewRenderNode
177 public boolean setPivotX(float pivotX) { in setPivotX()
DShadowRenderNode.java18 private float pivotX; field in ShadowRenderNode
178 public boolean setPivotX(float pivotX) { in setPivotX()
DShadowVectorDrawable.java161 float pivotX; field in ShadowVectorDrawable.Group
213 float pivotX, in nUpdateGroupProperties()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVectorDrawable.java161 float pivotX; field in ShadowVectorDrawable.Group
213 float pivotX, in nUpdateGroupProperties()
DShadowRenderNodeQ.java21 private float pivotX; field in ShadowRenderNodeQ
193 protected boolean setPivotX(float pivotX) { in setPivotX()
DShadowRenderNode.java26 private float pivotX; field in ShadowRenderNode
198 protected boolean setPivotX(float pivotX) { in setPivotX()
DShadowNativeVectorDrawable.java167 float pivotX, in nUpdateGroupProperties()
198 protected static void nSetPivotX(long groupPtr, float pivotX) { in nSetPivotX()
DShadowNativeRenderNodeOP.java140 protected static boolean nSetPivotX(long renderNode, float pivotX) { in nSetPivotX()
DShadowNativeRenderNode.java152 protected static boolean nSetPivotX(long renderNode, float pivotX) { in nSetPivotX()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowRenderNodeTest.java167 float pivotX = renderNode.getPivotX(); in testGetPivotX_unset_returnsZero() local
177 float pivotX = renderNode.getPivotX(); in testGetPivotX_set_returnsSetPivot() local
671 boolean setPivotX(float pivotX); in setPivotX()
892 public boolean setPivotX(float pivotX) { in setPivotX()
1088 public boolean setPivotX(float pivotX) { in setPivotX()
DShadowViewTest.java691 public void pivotX() { in pivotX() method in ShadowViewTest
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DVectorDrawableNatives.java78 float pivotX, in nUpdateGroupProperties()
93 public static native void nSetPivotX(long groupPtr, float pivotX); in nSetPivotX()
DRenderNodeNatives.java83 public static native boolean nSetPivotX(long renderNode, float pivotX); in nSetPivotX()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp482 for (std::set<float>::const_iterator pivotX = xCoords.begin(); pivotX != xCoords.end(); ++pivotX) in findSlopePivotX() local
515 float pivotX; //!< Value returned by findSlopePivotX, or -infinity if only single line. member
535 const float pivotX = findSlopePivotX(data); in computeSegmentedEstimator() local
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp482 for (std::set<float>::const_iterator pivotX = xCoords.begin(); pivotX != xCoords.end(); ++pivotX) in findSlopePivotX() local
515 float pivotX; //!< Value returned by findSlopePivotX, or -infinity if only single line. member
535 const float pivotX = findSlopePivotX(data); in computeSegmentedEstimator() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowViewTest.java663 public void pivotX() { in pivotX() method in ShadowViewTest
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerView.java1412 float pivotX = textureViewWidth / 2; in applyTextureViewRotation() local
DStyledPlayerView.java1360 float pivotX = textureViewWidth / 2; in applyTextureViewRotation() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DStyledPlayerView.java1462 float pivotX = textureViewWidth / 2; in applyTextureViewRotation() local
DPlayerView.java1423 float pivotX = textureViewWidth / 2; in applyTextureViewRotation() local
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerView.java1476 float pivotX = textureViewWidth / 2; in applyTextureViewRotation() local