OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numStops
(Results
1 - 2
of
2
) sorted by null
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java
339
if (mAxisXPositionsBuffer.length < mXStopsBuffer.
numStops
) {
340
mAxisXPositionsBuffer = new float[mXStopsBuffer.
numStops
];
342
if (mAxisYPositionsBuffer.length < mYStopsBuffer.
numStops
) {
343
mAxisYPositionsBuffer = new float[mYStopsBuffer.
numStops
];
345
if (mAxisXLinesBuffer.length < mXStopsBuffer.
numStops
* 4) {
346
mAxisXLinesBuffer = new float[mXStopsBuffer.
numStops
* 4];
348
if (mAxisYLinesBuffer.length < mYStopsBuffer.
numStops
* 4) {
349
mAxisYLinesBuffer = new float[mYStopsBuffer.
numStops
* 4];
353
for (i = 0; i < mXStopsBuffer.
numStops
; i++) {
356
for (i = 0; i < mYStopsBuffer.
numStops
; i++)
[
all
...]
/cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java
[
all
...]
Completed in 270 milliseconds