- Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathandroid.graphics.model.yml
14 lines (14 loc) · 1.13 KB
/
android.graphics.model.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
extensions:
- addsTo:
pack: codeql/java-all
extensible: sourceModel
data:
- ["android.graphics", "Color", True, "parseColor", "(String)", "", "Parameter[0]", "remote", "manual"]
- ["android.graphics", "BitmapFactory", True, "decodeStream", "(InputStream)", "", "Parameter[0]", "remote", "manual"]
- ["android.graphics", "BitmapFactory", True, "decodeStream", "(InputStream,Rect,Options)", "", "Parameter[0]", "remote", "manual"]
- ["android.graphics", "Color", True, "argb", "(int,int,int,int)", "", "Parameter[2]", "remote", "manual"]
- ["android.graphics", "Color", True, "argb", "(int,int,int,int)", "", "Parameter[1]", "remote", "manual"]
- ["android.graphics", "Color", True, "argb", "(int,int,int,int)", "", "Parameter[3]", "remote", "manual"]
- ["android.graphics", "Paint", True, "measureText", "(String)", "", "Parameter[0]", "remote", "manual"]
- ["android.graphics", "BitmapFactory", True, "decodeResource", "(Resources,int)", "", "Parameter[1]", "remote", "manual"]
- ["android.graphics", "Color", True, "argb", "(int,int,int,int)", "", "Parameter[0]", "remote", "manual"]