OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rightX
(Results
1 - 7
of
7
) sorted by null
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
PagingIndicatorTest.java
59
int[]
rightX
= mIndicator.getDotSelectedRightX();
60
sum = leftX[0] +
rightX
[pageCount - 1];
63
leftX[i] +
rightX
[pageCount - i - 1]);
71
int[]
rightX
= mIndicator.getDotSelectedRightX();
82
distance =
rightX
[2] -
rightX
[1];
85
rightX
[i] -
rightX
[i - 1]);
/packages/apps/Launcher3/src/com/android/launcher3/util/
IconNormalizer.java
102
int
rightX
= -1;
139
rightX
= Math.max(
rightX
, lastX);
143
if (topY == -1 ||
rightX
== -1) {
161
float rectArea = (bottomY + 1 - topY) * (
rightX
+ 1 - leftX);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
BarRenderer.java
194
barGroup.
rightX
= barGroup.leftX + barGroup.width;
202
barGroup.
rightX
= barGroup.leftX + barGroup.width;
205
barGroup.leftX = barGroup.prev.
rightX
+ gap + 1;
208
barGroup.
rightX
= barGroup.intX + (rough_width / 2);
210
barGroup.width = barGroup.
rightX
- barGroup.leftX;
216
barGroup.
rightX
= barGroup.leftX + barGroup.width;
223
//Log.d("BAR_GROUP", "rough_width=" + rough_width + " width=" + barGroup.width + " <" + barGroup.leftX + "|" + barGroup.intX + "|" + barGroup.
rightX
+ ">");
238
//Log.d("BAR", b.series.getTitle() + " <" + b.barGroup.leftX + "|" + b.barGroup.intX + "|" + b.barGroup.
rightX
+ "> " + b.intY);
240
canvas.drawRect(b.barGroup.leftX, b.intY, b.barGroup.
rightX
, b.barGroup.plotArea.bottom, formatter.getFillPaint());
242
canvas.drawRect(b.barGroup.leftX, b.intY, b.barGroup.
rightX
, b.barGroup.plotArea.bottom, formatter.getBorderPaint());
[
all
...]
/external/opencv3/modules/calib3d/test/
test_stereomatching.cpp
176
int
rightX
= leftX - cvRound(leftDispVal), rightY = leftY;
177
if(
rightX
>= 0)
178
rightDisp.at<float>(rightY,
rightX
) = max(rightDisp.at<float>(rightY,
rightX
), leftDispVal);
202
int
rightX
= leftX - cvRound(leftDispVal), rightY = leftY;
203
if(
rightX
< 0 && occludedMask )
207
if( !rightUnknDispMask.empty() && rightUnknDispMask.at<uchar>(rightY,
rightX
) )
209
float rightDispVal = rightDisp.at<float>(rightY,
rightX
);
/external/skia/src/pathops/
SkOpAngle.cpp
775
double
rightX
= rh->fTangentHalf.dx();
778
double rx_y =
rightX
* leftY;
780
if (leftX *
rightX
< 0 || leftY * rightY < 0) {
[
all
...]
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar
Completed in 1201 milliseconds