Searched refs:finalRow (Results 1 – 2 of 2) sorted by relevance
580 byte[] finalRow = new byte[BYTES_PER_RGB_PIX * width]; in convertToRGB()594 yuvToRgb(yuvPixel, j * BYTES_PER_RGB_PIX, /*out*/finalRow); in convertToRGB()596 buf.put(finalRow); in convertToRGB()616 byte[] finalRow = new byte[BYTES_PER_RGB_PIX * width]; in convertToRGB()621 colorToRgb(pixelRow[j], j * BYTES_PER_RGB_PIX, /*out*/finalRow); in convertToRGB()623 buf.put(finalRow); in convertToRGB()
485 final ExpandableNotificationRow finalRow = row; in activateRemoteInput() local488 && showBouncerForRemoteInput(view, pendingIntent, finalRow)); in activateRemoteInput()