@@ -6611,6 +6611,7 @@ package android.content.res {
66116611 method public int getDimensionPixelSize(int) throws android.content.res.Resources.NotFoundException;
66126612 method public android.util.DisplayMetrics getDisplayMetrics();
66136613 method public android.graphics.drawable.Drawable getDrawable(int) throws android.content.res.Resources.NotFoundException;
6614+ method public android.graphics.drawable.Drawable getDrawableForDensity(int, int) throws android.content.res.Resources.NotFoundException;
66146615 method public float getFraction(int, int, int);
66156616 method public int getIdentifier(java.lang.String, java.lang.String, java.lang.String);
66166617 method public int[] getIntArray(int) throws android.content.res.Resources.NotFoundException;
@@ -6633,6 +6634,7 @@ package android.content.res {
66336634 method public java.lang.CharSequence[] getTextArray(int) throws android.content.res.Resources.NotFoundException;
66346635 method public void getValue(int, android.util.TypedValue, boolean) throws android.content.res.Resources.NotFoundException;
66356636 method public void getValue(java.lang.String, android.util.TypedValue, boolean) throws android.content.res.Resources.NotFoundException;
6637+ method public void getValueForDensity(int, int, android.util.TypedValue, boolean) throws android.content.res.Resources.NotFoundException;
66366638 method public android.content.res.XmlResourceParser getXml(int) throws android.content.res.Resources.NotFoundException;
66376639 method public final android.content.res.Resources.Theme newTheme();
66386640 method public android.content.res.TypedArray obtainAttributes(android.util.AttributeSet, int[]);
0 commit comments