Uses of Interface
android.util.AttributeSet

Packages that use AttributeSet
android.app   
android.appwidget   
android.content   
android.content.res   
android.gesture   
android.graphics.drawable   
android.inputmethodservice   
android.opengl   
android.preference   
android.util   
android.view   
android.view.animation   
android.webkit   
android.widget   
 

Uses of AttributeSet in android.app
 

Methods in android.app with parameters of type AttributeSet
 View Activity.onCreateView(java.lang.String name, Context context, AttributeSet attrs)
           
 

Uses of AttributeSet in android.appwidget
 

Methods in android.appwidget with parameters of type AttributeSet
 FrameLayout.LayoutParams AppWidgetHostView.generateLayoutParams(AttributeSet attrs)
           
 

Uses of AttributeSet in android.content
 

Methods in android.content with parameters of type AttributeSet
 TypedArray Context.obtainStyledAttributes(AttributeSet set, int[] attrs)
           
 TypedArray Context.obtainStyledAttributes(AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes)
           
static Intent Intent.parseIntent(Resources resources, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 

Uses of AttributeSet in android.content.res
 

Subinterfaces of AttributeSet in android.content.res
 interface XmlResourceParser
           
 

Methods in android.content.res with parameters of type AttributeSet
 TypedArray Resources.obtainAttributes(AttributeSet set, int[] attrs)
           
 TypedArray Resources.Theme.obtainStyledAttributes(AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes)
           
 void Resources.parseBundleExtra(java.lang.String tagName, AttributeSet attrs, Bundle outBundle)
           
 

Uses of AttributeSet in android.gesture
 

Constructors in android.gesture with parameters of type AttributeSet
GestureOverlayView(Context context, AttributeSet attrs)
           
GestureOverlayView(Context context, AttributeSet attrs, int defStyle)
           
 

Uses of AttributeSet in android.graphics.drawable
 

Methods in android.graphics.drawable with parameters of type AttributeSet
static Drawable Drawable.createFromXmlInner(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void LayerDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void NinePatchDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void AnimationDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void GradientDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void Drawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void BitmapDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void ColorDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void ShapeDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void InsetDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void ClipDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void RotateDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void ScaleDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void StateListDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void LevelListDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
protected  boolean ShapeDrawable.inflateTag(java.lang.String name, Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
protected  boolean PaintDrawable.inflateTag(java.lang.String name, Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 

Uses of AttributeSet in android.inputmethodservice
 

Constructors in android.inputmethodservice with parameters of type AttributeSet
ExtractEditText(Context context, AttributeSet attrs)
           
ExtractEditText(Context context, AttributeSet attrs, int defStyle)
           
KeyboardView(Context context, AttributeSet attrs)
           
KeyboardView(Context context, AttributeSet attrs, int defStyle)
           
 

Uses of AttributeSet in android.opengl
 

Constructors in android.opengl with parameters of type AttributeSet
GLSurfaceView(Context context, AttributeSet attrs)
           
 

Uses of AttributeSet in android.preference
 

Constructors in android.preference with parameters of type AttributeSet
CheckBoxPreference(Context context, AttributeSet attrs)
           
CheckBoxPreference(Context context, AttributeSet attrs, int defStyle)
           
DialogPreference(Context context, AttributeSet attrs)
           
DialogPreference(Context context, AttributeSet attrs, int defStyle)
           
EditTextPreference(Context context, AttributeSet attrs)
           
EditTextPreference(Context context, AttributeSet attrs, int defStyle)
           
ListPreference(Context context, AttributeSet attrs)
           
Preference(Context context, AttributeSet attrs)
           
Preference(Context context, AttributeSet attrs, int defStyle)
           
PreferenceCategory(Context context, AttributeSet attrs)
           
PreferenceCategory(Context context, AttributeSet attrs, int defStyle)
           
PreferenceGroup(Context context, AttributeSet attrs)
           
PreferenceGroup(Context context, AttributeSet attrs, int defStyle)
           
RingtonePreference(Context context, AttributeSet attrs)
           
RingtonePreference(Context context, AttributeSet attrs, int defStyle)
           
 

Uses of AttributeSet in android.util
 

Methods in android.util that return AttributeSet
static AttributeSet Xml.asAttributeSet(org.xmlpull.v1.XmlPullParser parser)
           
 

Uses of AttributeSet in android.view
 

Methods in android.view with parameters of type AttributeSet
 View LayoutInflater.createView(java.lang.String name, java.lang.String prefix, AttributeSet attrs)
           
 ViewGroup.LayoutParams ViewGroup.generateLayoutParams(AttributeSet attrs)
           
protected  View LayoutInflater.onCreateView(java.lang.String name, AttributeSet attrs)
           
 View LayoutInflater.Factory.onCreateView(java.lang.String name, Context context, AttributeSet attrs)
           
 

Constructors in android.view with parameters of type AttributeSet
SurfaceView(Context context, AttributeSet attrs)
           
SurfaceView(Context context, AttributeSet attrs, int defStyle)
           
View(Context context, AttributeSet attrs)
           
View(Context context, AttributeSet attrs, int defStyle)
           
ViewGroup.LayoutParams(Context c, AttributeSet attrs)
           
ViewGroup.MarginLayoutParams(Context c, AttributeSet attrs)
           
ViewGroup(Context context, AttributeSet attrs)
           
ViewGroup(Context context, AttributeSet attrs, int defStyle)
           
ViewStub(Context context, AttributeSet attrs)
           
ViewStub(Context context, AttributeSet attrs, int defStyle)
           
 

Uses of AttributeSet in android.view.animation
 

Constructors in android.view.animation with parameters of type AttributeSet
AccelerateDecelerateInterpolator(Context context, AttributeSet attrs)
           
AccelerateInterpolator(Context context, AttributeSet attrs)
           
AlphaAnimation(Context context, AttributeSet attrs)
           
Animation(Context context, AttributeSet attrs)
           
AnimationSet(Context context, AttributeSet attrs)
           
AnticipateInterpolator(Context context, AttributeSet attrs)
           
AnticipateOvershootInterpolator(Context context, AttributeSet attrs)
           
BounceInterpolator(Context context, AttributeSet attrs)
           
CycleInterpolator(Context context, AttributeSet attrs)
           
DecelerateInterpolator(Context context, AttributeSet attrs)
           
GridLayoutAnimationController(Context context, AttributeSet attrs)
           
LayoutAnimationController(Context context, AttributeSet attrs)
           
LinearInterpolator(Context context, AttributeSet attrs)
           
OvershootInterpolator(Context context, AttributeSet attrs)
           
RotateAnimation(Context context, AttributeSet attrs)
           
ScaleAnimation(Context context, AttributeSet attrs)
           
TranslateAnimation(Context context, AttributeSet attrs)
           
 

Uses of AttributeSet in android.webkit
 

Constructors in android.webkit with parameters of type AttributeSet
WebView(Context context, AttributeSet attrs)
           
WebView(Context context, AttributeSet attrs, int defStyle)
           
 

Uses of AttributeSet in android.widget
 

Methods in android.widget with parameters of type AttributeSet
 TableLayout.LayoutParams TableLayout.generateLayoutParams(AttributeSet attrs)
           
 RadioGroup.LayoutParams RadioGroup.generateLayoutParams(AttributeSet attrs)
           
 ViewGroup.LayoutParams AbsoluteLayout.generateLayoutParams(AttributeSet attrs)
          Deprecated.  
 FrameLayout.LayoutParams FrameLayout.generateLayoutParams(AttributeSet attrs)
           
 TableRow.LayoutParams TableRow.generateLayoutParams(AttributeSet attrs)
           
 LinearLayout.LayoutParams LinearLayout.generateLayoutParams(AttributeSet attrs)
           
 AbsListView.LayoutParams AbsListView.generateLayoutParams(AttributeSet attrs)
           
 ViewGroup.LayoutParams Gallery.generateLayoutParams(AttributeSet attrs)
           
 RelativeLayout.LayoutParams RelativeLayout.generateLayoutParams(AttributeSet attrs)
           
 

Constructors in android.widget with parameters of type AttributeSet
AbsListView.LayoutParams(Context c, AttributeSet attrs)
           
AbsListView(Context context, AttributeSet attrs)
           
AbsListView(Context context, AttributeSet attrs, int defStyle)
           
AbsoluteLayout.LayoutParams(Context c, AttributeSet attrs)
           
AbsoluteLayout(Context context, AttributeSet attrs)
          Deprecated.  
AbsoluteLayout(Context context, AttributeSet attrs, int defStyle)
          Deprecated.  
AbsSeekBar(Context context, AttributeSet attrs)
           
AbsSeekBar(Context context, AttributeSet attrs, int defStyle)
           
AbsSpinner(Context context, AttributeSet attrs)
           
AbsSpinner(Context context, AttributeSet attrs, int defStyle)
           
AdapterView(Context context, AttributeSet attrs)
           
AdapterView(Context context, AttributeSet attrs, int defStyle)
           
AnalogClock(Context context, AttributeSet attrs)
           
AnalogClock(Context context, AttributeSet attrs, int defStyle)
           
AutoCompleteTextView(Context context, AttributeSet attrs)
           
AutoCompleteTextView(Context context, AttributeSet attrs, int defStyle)
           
Button(Context context, AttributeSet attrs)
           
Button(Context context, AttributeSet attrs, int defStyle)
           
CheckBox(Context context, AttributeSet attrs)
           
CheckBox(Context context, AttributeSet attrs, int defStyle)
           
CheckedTextView(Context context, AttributeSet attrs)
           
CheckedTextView(Context context, AttributeSet attrs, int defStyle)
           
Chronometer(Context context, AttributeSet attrs)
           
Chronometer(Context context, AttributeSet attrs, int defStyle)
           
CompoundButton(Context context, AttributeSet attrs)
           
CompoundButton(Context context, AttributeSet attrs, int defStyle)
           
DatePicker(Context context, AttributeSet attrs)
           
DatePicker(Context context, AttributeSet attrs, int defStyle)
           
DialerFilter(Context context, AttributeSet attrs)
           
DigitalClock(Context context, AttributeSet attrs)
           
EditText(Context context, AttributeSet attrs)
           
EditText(Context context, AttributeSet attrs, int defStyle)
           
ExpandableListView(Context context, AttributeSet attrs)
           
ExpandableListView(Context context, AttributeSet attrs, int defStyle)
           
FrameLayout.LayoutParams(Context c, AttributeSet attrs)
           
FrameLayout(Context context, AttributeSet attrs)
           
FrameLayout(Context context, AttributeSet attrs, int defStyle)
           
Gallery.LayoutParams(Context c, AttributeSet attrs)
           
Gallery(Context context, AttributeSet attrs)
           
Gallery(Context context, AttributeSet attrs, int defStyle)
           
GridView(Context context, AttributeSet attrs)
           
GridView(Context context, AttributeSet attrs, int defStyle)
           
HorizontalScrollView(Context context, AttributeSet attrs)
           
HorizontalScrollView(Context context, AttributeSet attrs, int defStyle)
           
ImageButton(Context context, AttributeSet attrs)
           
ImageButton(Context context, AttributeSet attrs, int defStyle)
           
ImageSwitcher(Context context, AttributeSet attrs)
           
ImageView(Context context, AttributeSet attrs)
           
ImageView(Context context, AttributeSet attrs, int defStyle)
           
LinearLayout.LayoutParams(Context c, AttributeSet attrs)
           
LinearLayout(Context context, AttributeSet attrs)
           
ListView(Context context, AttributeSet attrs)
           
ListView(Context context, AttributeSet attrs, int defStyle)
           
MediaController(Context context, AttributeSet attrs)
           
MultiAutoCompleteTextView(Context context, AttributeSet attrs)
           
MultiAutoCompleteTextView(Context context, AttributeSet attrs, int defStyle)
           
PopupWindow(Context context, AttributeSet attrs)
           
PopupWindow(Context context, AttributeSet attrs, int defStyle)
           
ProgressBar(Context context, AttributeSet attrs)
           
ProgressBar(Context context, AttributeSet attrs, int defStyle)
           
QuickContactBadge(Context context, AttributeSet attrs)
           
QuickContactBadge(Context context, AttributeSet attrs, int defStyle)
           
RadioButton(Context context, AttributeSet attrs)
           
RadioButton(Context context, AttributeSet attrs, int defStyle)
           
RadioGroup.LayoutParams(Context c, AttributeSet attrs)
           
RadioGroup(Context context, AttributeSet attrs)
           
RatingBar(Context context, AttributeSet attrs)
           
RatingBar(Context context, AttributeSet attrs, int defStyle)
           
RelativeLayout.LayoutParams(Context c, AttributeSet attrs)
           
RelativeLayout(Context context, AttributeSet attrs)
           
RelativeLayout(Context context, AttributeSet attrs, int defStyle)
           
ScrollView(Context context, AttributeSet attrs)
           
ScrollView(Context context, AttributeSet attrs, int defStyle)
           
SeekBar(Context context, AttributeSet attrs)
           
SeekBar(Context context, AttributeSet attrs, int defStyle)
           
SlidingDrawer(Context context, AttributeSet attrs)
           
SlidingDrawer(Context context, AttributeSet attrs, int defStyle)
           
Spinner(Context context, AttributeSet attrs)
           
Spinner(Context context, AttributeSet attrs, int defStyle)
           
TabHost(Context context, AttributeSet attrs)
           
TableLayout.LayoutParams(Context c, AttributeSet attrs)
           
TableLayout(Context context, AttributeSet attrs)
           
TableRow.LayoutParams(Context c, AttributeSet attrs)
           
TableRow(Context context, AttributeSet attrs)
           
TabWidget(Context context, AttributeSet attrs)
           
TabWidget(Context context, AttributeSet attrs, int defStyle)
           
TextSwitcher(Context context, AttributeSet attrs)
           
TextView(Context context, AttributeSet attrs)
           
TextView(Context context, AttributeSet attrs, int defStyle)
           
TimePicker(Context context, AttributeSet attrs)
           
TimePicker(Context context, AttributeSet attrs, int defStyle)
           
ToggleButton(Context context, AttributeSet attrs)
           
ToggleButton(Context context, AttributeSet attrs, int defStyle)
           
TwoLineListItem(Context context, AttributeSet attrs)
           
TwoLineListItem(Context context, AttributeSet attrs, int defStyle)
           
VideoView(Context context, AttributeSet attrs)
           
VideoView(Context context, AttributeSet attrs, int defStyle)
           
ViewAnimator(Context context, AttributeSet attrs)
           
ViewFlipper(Context context, AttributeSet attrs)
           
ViewSwitcher(Context context, AttributeSet attrs)
           
ZoomButton(Context context, AttributeSet attrs)
           
ZoomButton(Context context, AttributeSet attrs, int defStyle)
           
ZoomControls(Context context, AttributeSet attrs)
           
 



Copyright © 2008-2010. All Rights Reserved.