Home
last modified time | relevance | path

Searched refs:covered (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DMotionIndicatorView.java236 RangeCoveredRegister covered = mIsDeviceRotated ? mYCovered : mXCovered; in onDraw() local
237 int xNStep = covered.getNSteps() + 4; // two on each side as a buffer in onDraw()
246 for (i=0; i<covered.getNSteps(); ++i) { in onDraw()
247 if (covered.isCovered(i)) { in onDraw()
262 t = (int)(xLeft+xStepSize*(covered.getLastValue()+2)); in onDraw()
268 RangeCoveredRegister covered = mIsDeviceRotated ? mXCovered : mYCovered; in onDraw() local
269 int yNStep = covered.getNSteps() + 4; // two on each side as a buffer in onDraw()
278 for (i=0; i<covered.getNSteps(); ++i) { in onDraw()
279 if (covered.isCovered(i)) { in onDraw()
294 t = (int)(yLeft+yStepSize*(covered.getLastValue()+2)); in onDraw()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiPackage.java56 int covered = 0; in getNumCoveredMethods() local
58 covered += apiClass.getNumCoveredMethods(); in getNumCoveredMethods()
60 return covered; in getNumCoveredMethods()
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecListTest.java860 boolean covered = false; in verifyPerformancePoints()
864 covered = true; in verifyPerformancePoints()
871 covered); in verifyPerformancePoints()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayered_filter_fast_f32.rscript242 // This pixel has not been completely covered by layers in front of the
/cts/apps/CtsVerifier/
DNOTICE.txt510 using it. (Some other Free Software Foundation software is covered by
566 covered by this License; they are outside its scope. The act of
568 is covered only if its contents constitute a work based on the
899 Most GNU software, including some libraries, is covered by the
976 covered by this License; they are outside its scope. The act of
978 such a program is covered only if its contents constitute a work based
1082 library". The executable is therefore covered by this License.
1112 Library is used in it and that the Library and its use are covered by
1168 facilities not covered by this License, and distribute such a combined
1403 Most GNU software, including some libraries, is covered by the
[all …]