OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yAxis
(Results
1 - 12
of
12
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/input/
Joystick.java
26
int xAxis, int
yAxis
){
35
this.axisYIndex =
yAxis
;
/external/replicaisland/src/com/replica/replicaisland/
InputXY.java
30
public InputXY(InputButton xAxis, InputButton
yAxis
) {
32
mYAxis =
yAxis
;
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
JInputJoyInput.java
28
private int xAxis,
yAxis
;
35
yAxis
= -1;
46
yAxis
= numAxes;
104
xAxis,
yAxis
);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js
144
this.
yAxis
= "";
155
this.
yAxis
= str;
197
label: "A's " + this.
yAxis
+ " in " + this.countA + " " + this.xAxis,
209
label: "B's " + this.
yAxis
+ " in " + this.countB + " " + this.xAxis,
221
label: "A's avg " + this.
yAxis
,
230
label: "B's avg " + this.
yAxis
,
242
yaxis
: {
275
var
yAxis
= getMetricName(selectedCol);
281
plot(selectedA, selectedB,
yAxis
);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java
896
* @param
yAxis
vector representing the y-axis of the coordinate system.
899
public Quaternion fromAxes(Vector3f xAxis, Vector3f
yAxis
, Vector3f zAxis) {
900
return fromRotationMatrix(xAxis.x,
yAxis
.x, zAxis.x, xAxis.y,
yAxis
.y,
901
zAxis.y, xAxis.z,
yAxis
.z, zAxis.z);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
dygraph-combined.js
1
DygraphLayout=function(b,a){this.dygraph_=b;this.options={};Dygraph.update(this.options,a?a:{});this.datasets=new Array();this.annotations=new Array()};DygraphLayout.prototype.attr_=function(a){return this.dygraph_.attr_(a)};DygraphLayout.prototype.addDataset=function(a,b){this.datasets[a]=b};DygraphLayout.prototype.setAnnotations=function(d){var e=this.attr_("xValueParser");for(var c=0;c<d.length;c++){var b={};if(!d[c].xval&&!d[c].x){this.dygraph_.error("Annotations must have an 'x' property");return}if(d[c].icon&&!(d[c].hasOwnProperty("width")&&d[c].hasOwnProperty("height"))){this.dygraph_.error("Must set width and height when setting annotation.icon property");return}Dygraph.update(b,d[c]);if(!b.xval){b.xval=e(b.x)}this.annotations.push(b)}};DygraphLayout.prototype.evaluate=function(){this._evaluateLimits();this._evaluateLineCharts();this._evaluateLineTicks();this._evaluateAnnotations()};DygraphLayout.prototype._evaluateLimits=function(){this.minxval=this.maxxval=null;if(this.options.dateWindow){this.minxval=this.options.dateWindow[0];this.maxxval=this.options.dateWindow[1]}else{for(var c in this.datasets){if(!this.datasets.hasOwnProperty(c)){continue}var d=this.datasets[c];var b=d[0][0];if(!this.minxval||b<this.minxval){this.minxval=b}var a=d[d.length-1][0];if(!this.maxxval||a>this.maxxval){this.maxxval=a}}}this.xrange=this.maxxval-this.minxval;this.xscale=(this.xrange!=0?1/this.xrange:1);this.minyval=this.options.
yAxis
[0];this.maxyval=this.options.
yAxis
[1];this.yrange=this.maxyval-this.minyval;this.yscale=(this.yrange!=0?1/this.yrange:1)};DygraphLayo (…)
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java
814
final int
yAxis
= mCountY;
819
if (result[1] >=
yAxis
) result[1] =
yAxis
- 1;
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java
813
final int
yAxis
= mCountY;
818
if (result[1] >=
yAxis
) result[1] =
yAxis
- 1;
[
all
...]
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 189 milliseconds