Searched refs:mTempIntArray (Results 1 – 5 of 5) sorted by relevance
9 private final int[] mTempIntArray = new int[1]; field in GLES20IdImpl13 GLES20.glGenTextures(1, mTempIntArray, 0); in generateTexture()15 return mTempIntArray[0]; in generateTexture()
265 private final int[] mTempIntArray = new int[1]; field in GLES20Canvas317 int[] mLinkStatus = mTempIntArray; in assembleProgram()952 mGLId.glGenBuffers(1, mTempIntArray, 0); in uploadBuffer()954 int bufferId = mTempIntArray[0]; in uploadBuffer()
134 private final int[] mTempIntArray = new int[2]; field in ZoomButtonsController463 int[] ownerViewWindowLoc = mTempIntArray; in refreshPositioningVariables()
245 private final IntArray mTempIntArray = new IntArray(0); field in AccessibilityManagerService1651 mTempIntArray.clear(); in updateServicesLocked()1656 mTempIntArray.add(resolveInfo.serviceInfo.applicationInfo.uid); in updateServicesLocked()1663 audioManager.setAccessibilityServiceUids(mTempIntArray); in updateServicesLocked()
91528 Landroid/widget/ZoomButtonsController;->mTempIntArray:[I