Searched refs:nInd (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | MeshActivity.java | 85 int nInd = 0; in onDraw() local 93 indexBuffer.put(nInd++, (short) 0); in onDraw() 94 indexBuffer.put(nInd++, (short) (nVert - 1)); in onDraw() 95 indexBuffer.put(nInd++, (short) nVert); in onDraw()
|
D | MeshLargeActivity.java | 87 int nInd = 0; in onDraw() local 104 indexBuffer.put(nInd++, (short) 0); in onDraw() 105 indexBuffer.put(nInd++, (short) (nVert - 1)); in onDraw() 106 indexBuffer.put(nInd++, (short) nVert); in onDraw()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | WapPushOverSms.java | 264 final NotificationInd nInd = (NotificationInd) parsedPdu; in decodeWapPdu() local 268 nInd.getContentLocation(), in decodeWapPdu() 269 nInd.getTransactionId(), in decodeWapPdu() 270 nInd.getMessageSize() in decodeWapPdu() 272 if (nInd.getFrom() != null in decodeWapPdu() 273 && BlockChecker.isBlocked(mContext, nInd.getFrom().getString(), null)) { in decodeWapPdu()
|