Searched refs:currentPos (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
H A DScanRecord.java180 int currentPos = 0;
190 while (currentPos < scanRecord.length) {
192 int length = scanRecord[currentPos++] & 0xFF;
199 int fieldType = scanRecord[currentPos++] & 0xFF;
202 advertiseFlag = scanRecord[currentPos] & 0xFF;
206 parseServiceUuid(scanRecord, currentPos,
211 parseServiceUuid(scanRecord, currentPos, dataLength,
216 parseServiceUuid(scanRecord, currentPos, dataLength,
222 extractBytes(scanRecord, currentPos, dataLength));
225 txPowerLevel = scanRecord[currentPos];
277 parseServiceUuid(byte[] scanRecord, int currentPos, int dataLength, int uuidLength, List<ParcelUuid> serviceUuids) argument
[all...]
/frameworks/rs/
H A DrsFont.cpp674 float *currentPos = mTextMeshPtr + mCurrentQuadIndex * vertsPerQuad * floatsPerVert; local
685 (*currentPos++) = x1;
686 (*currentPos++) = y1;
687 (*currentPos++) = z1;
688 (*currentPos++) = 0;
689 (*currentPos++) = u1;
690 (*currentPos++) = v1;
692 (*currentPos++) = x2;
693 (*currentPos++) = y2;
694 (*currentPos
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DGradient_Delegate.java102 // from 0 to SIZE (100%), or currentPos in the loop below will never equal 1.0
109 float currentPos = (float)i/GRADIENT_SIZE;
110 while (currentPos > mPositions[nextPos]) {
114 float percent = (currentPos - mPositions[prevPos]) /
/frameworks/base/libs/hwui/
H A DGradientCache.cpp245 int currentPos = 1; local
252 if (pos > positions[currentPos]) {
254 startPos = positions[currentPos];
256 currentPos++;
258 (this->*split)(colors[currentPos], end);
259 distance = positions[currentPos] - startPos;
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java658 final int currentPos = mCoords[1] + height;
661 if (currentPos > desiredPos) {
662 mScrollView.scrollBy(0, currentPos - desiredPos);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5147 milliseconds