This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example.admin.sound; | |
| import android.Manifest; | |
| import android.content.pm.PackageManager; | |
| import android.os.Build; | |
| import android.support.v4.app.ActivityCompat; | |
| import android.support.v7.app.AppCompatActivity; | |
| import android.os.Bundle; | |
| import android.util.Log; | |
| import android.widget.TextView; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.breel.gl.utils; | |
| import java.nio.ByteBuffer; | |
| import java.nio.ByteOrder; | |
| import java.nio.FloatBuffer; | |
| import java.nio.ShortBuffer; | |
| public class Buffer { | |
| private static final String TAG = Buffer.class.getSimpleName(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| declare module 'nanogl' { | |
| type uint = number | |
| type TypedArray = Int8Array | Int16Array | Int32Array | |
| | Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | |
| | Float32Array | Float64Array | |
| type Image = HTMLImageElement | HTMLCanvasElement | HTMLVideoElement | |
| class Drawable { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 047154e96192c13a351524366fc3497f030653d191114be825f1a5fbf1b756c0ec2b96adbbc37dd955b04c14516a99c24a624dfcaea14345208440c2c82c7f3c8a;evertonstz |
OlderNewer