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.renderscript   
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(String name, Context context, AttributeSet attrs)
           
 View Activity.onCreateView(View parent, String name, Context context, AttributeSet attrs)
           
 void Fragment.onInflate(Activity activity, AttributeSet attrs, Bundle savedInstanceState)
           
 void Fragment.onInflate(AttributeSet attrs, Bundle savedInstanceState)
           
 

Constructors in android.app with parameters of type AttributeSet
ActionBar.LayoutParams(Context c, AttributeSet attrs)
           
FragmentBreadCrumbs(Context context, AttributeSet attrs)
           
FragmentBreadCrumbs(Context context, AttributeSet attrs, int defStyle)
           
 

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(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 Drawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void ColorDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void InsetDrawable.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 ClipDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void BitmapDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void StateListDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void NinePatchDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void RotateDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void LayerDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void ShapeDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void ScaleDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 void LevelListDrawable.inflate(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
protected  boolean PaintDrawable.inflateTag(String name, Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
protected  boolean ShapeDrawable.inflateTag(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)
           
MultiSelectListPreference(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)
           
SwitchPreference(Context context, AttributeSet attrs)
           
SwitchPreference(Context context, AttributeSet attrs, int defStyle)
           
TwoStatePreference(Context context, AttributeSet attrs)
           
TwoStatePreference(Context context, AttributeSet attrs, int defStyle)
           
 

Uses of AttributeSet in android.renderscript
 

Constructors in android.renderscript with parameters of type AttributeSet
RSSurfaceView(Context context, AttributeSet attrs)
           
RSTextureView(Context context, AttributeSet attrs)
           
 

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(String name, String prefix, AttributeSet attrs)
           
 ViewGroup.LayoutParams ViewGroup.generateLayoutParams(AttributeSet attrs)
           
protected  View LayoutInflater.onCreateView(String name, AttributeSet attrs)
           
 View LayoutInflater.Factory.onCreateView(String name, Context context, AttributeSet attrs)
           
protected  View LayoutInflater.onCreateView(View parent, String name, AttributeSet attrs)
           
 View LayoutInflater.Factory2.onCreateView(View parent, 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)
           
TextureView(Context context, AttributeSet attrs)
           
TextureView(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)
           
WebView(Context context, AttributeSet attrs, int defStyle, boolean privateBrowsing)
           
 

Uses of AttributeSet in android.widget
 

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

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)
           
AdapterViewAnimator(Context context, AttributeSet attrs)
           
AdapterViewAnimator(Context context, AttributeSet attrs, int defStyleAttr)
           
AdapterViewFlipper(Context context, AttributeSet attrs)
           
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)
           
CalendarView(Context context, AttributeSet attrs)
           
CalendarView(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)
           
GridLayout.LayoutParams(Context context, AttributeSet attrs)
           
GridLayout(Context context, AttributeSet attrs)
           
GridLayout(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)
           
LinearLayout(Context context, AttributeSet attrs, int defStyle)
           
ListPopupWindow(Context context, AttributeSet attrs)
           
ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr)
           
ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
           
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)
           
NumberPicker(Context context, AttributeSet attrs)
           
NumberPicker(Context context, AttributeSet attrs, int defStyle)
           
PopupWindow(Context context, AttributeSet attrs)
           
PopupWindow(Context context, AttributeSet attrs, int defStyle)
           
PopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
           
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)
           
SearchView(Context context, AttributeSet attrs)
           
SeekBar(Context context, AttributeSet attrs)
           
SeekBar(Context context, AttributeSet attrs, int defStyle)
           
SlidingDrawer(Context context, AttributeSet attrs)
           
SlidingDrawer(Context context, AttributeSet attrs, int defStyle)
           
Space(Context context, AttributeSet attrs)
           
Space(Context context, AttributeSet attrs, int defStyle)
           
Spinner(Context context, AttributeSet attrs)
           
Spinner(Context context, AttributeSet attrs, int defStyle)
           
Spinner(Context context, AttributeSet attrs, int defStyle, int mode)
           
StackView(Context context, AttributeSet attrs)
           
StackView(Context context, AttributeSet attrs, int defStyleAttr)
           
Switch(Context context, AttributeSet attrs)
           
Switch(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-2012. All Rights Reserved.