OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topBottom
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Cylinder.java
289
int
topBottom
= 0;
295
topBottom
= -1; // bottom
299
topBottom
= 1; // top
324
if (
topBottom
== 0) {
330
nb.put(0).put(0).put(
topBottom
* (inverted ? -1 : 1));
/packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java
284
final int
topBottom
= selectorTop + SELECTOR_ARROW_HEIGHT;
299
canvas.clipRect(topLeft, topTop, topRight,
topBottom
);
Completed in 334 milliseconds