OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TintTypedArray
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
TintTypedArray.java
34
public class
TintTypedArray
{
41
public static
TintTypedArray
obtainStyledAttributes(Context context, AttributeSet set,
44
return new
TintTypedArray
(context, array);
47
public static
TintTypedArray
obtainStyledAttributes(Context context, AttributeSet set,
50
return new
TintTypedArray
(context, array);
53
private
TintTypedArray
(Context context, TypedArray array) {
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 171 milliseconds