Home
last modified time | relevance | path

Searched refs:attrs (Results 1 – 25 of 165) sorted by relevance

1234567

/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
DSquareFrameLayout.java32 public SquareFrameLayout(Context context, AttributeSet attrs) { in SquareFrameLayout() argument
33 super(context, attrs); in SquareFrameLayout()
36 public SquareFrameLayout(Context context, AttributeSet attrs, int defStyleAttr) { in SquareFrameLayout() argument
37 super(context, attrs, defStyleAttr); in SquareFrameLayout()
40 public SquareFrameLayout(Context context, AttributeSet attrs, in SquareFrameLayout() argument
42 super(context, attrs, defStyleAttr, defStyleRes); in SquareFrameLayout()
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/
DFloatingActionButton.java67 public FloatingActionButton(Context context, AttributeSet attrs) { in FloatingActionButton() argument
68 this(context, attrs, 0, 0); in FloatingActionButton()
71 public FloatingActionButton(Context context, AttributeSet attrs, int defStyleAttr) { in FloatingActionButton() argument
72 this(context, attrs, defStyleAttr, 0); in FloatingActionButton()
75 public FloatingActionButton(Context context, AttributeSet attrs, int defStyleAttr, in FloatingActionButton() argument
77 super(context, attrs, defStyleAttr); in FloatingActionButton()
/development/samples/ApiDemos/src/com/example/android/apis/text/
DLogTextBox.java42 public LogTextBox(Context context, AttributeSet attrs) { in LogTextBox() argument
43 this(context, attrs, android.R.attr.textViewStyle); in LogTextBox()
46 public LogTextBox(Context context, AttributeSet attrs, int defStyle) { in LogTextBox() argument
47 super(context, attrs, defStyle); in LogTextBox()
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DLatinKeyboardView.java32 public LatinKeyboardView(Context context, AttributeSet attrs) { in LatinKeyboardView() argument
33 super(context, attrs); in LatinKeyboardView()
36 public LatinKeyboardView(Context context, AttributeSet attrs, int defStyle) { in LatinKeyboardView() argument
37 super(context, attrs, defStyle); in LatinKeyboardView()
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandingLayout.java47 public ExpandingLayout(Context context, AttributeSet attrs) { in ExpandingLayout() argument
48 super(context, attrs); in ExpandingLayout()
51 public ExpandingLayout(Context context, AttributeSet attrs, int defStyle) { in ExpandingLayout() argument
52 super(context, attrs, defStyle); in ExpandingLayout()
/development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/
DDragFrameLayout.java50 public DragFrameLayout(Context context, AttributeSet attrs) { in DragFrameLayout() argument
51 this(context, attrs, 0, 0); in DragFrameLayout()
54 public DragFrameLayout(Context context, AttributeSet attrs, int defStyleAttr) { in DragFrameLayout() argument
55 this(context, attrs, defStyleAttr, 0); in DragFrameLayout()
58 public DragFrameLayout(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in DragFrameLayout() argument
59 super(context, attrs, defStyleAttr, defStyleRes); in DragFrameLayout()
/development/apps/Development/src/com/android/development/
DLogTextBox.java45 public LogTextBox(Context context, AttributeSet attrs) { in LogTextBox() argument
46 this(context, attrs, android.R.attr.textViewStyle); in LogTextBox()
49 public LogTextBox(Context context, AttributeSet attrs, int defStyle) { in LogTextBox() argument
50 super(context, attrs, defStyle); in LogTextBox()
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
DAutoFitTextureView.java35 public AutoFitTextureView(Context context, AttributeSet attrs) { in AutoFitTextureView() argument
36 this(context, attrs, 0); in AutoFitTextureView()
39 public AutoFitTextureView(Context context, AttributeSet attrs, int defStyle) { in AutoFitTextureView() argument
40 super(context, attrs, defStyle); in AutoFitTextureView()
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
DAutoFitTextureView.java35 public AutoFitTextureView(Context context, AttributeSet attrs) { in AutoFitTextureView() argument
36 this(context, attrs, 0); in AutoFitTextureView()
39 public AutoFitTextureView(Context context, AttributeSet attrs, int defStyle) { in AutoFitTextureView() argument
40 super(context, attrs, defStyle); in AutoFitTextureView()
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
DBackgroundContainer.java37 public BackgroundContainer(Context context, AttributeSet attrs) { in BackgroundContainer() argument
38 super(context, attrs); in BackgroundContainer()
42 public BackgroundContainer(Context context, AttributeSet attrs, int defStyle) { in BackgroundContainer() argument
43 super(context, attrs, defStyle); in BackgroundContainer()
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
DBackgroundContainer.java37 public BackgroundContainer(Context context, AttributeSet attrs) { in BackgroundContainer() argument
38 super(context, attrs); in BackgroundContainer()
42 public BackgroundContainer(Context context, AttributeSet attrs, int defStyle) { in BackgroundContainer() argument
43 super(context, attrs, defStyle); in BackgroundContainer()
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCardActionButton.java37 public CardActionButton(Context context, AttributeSet attrs) { in CardActionButton() argument
38 super(context, attrs); in CardActionButton()
41 public CardActionButton(Context context, AttributeSet attrs, int defStyle) { in CardActionButton() argument
42 super(context, attrs, defStyle); in CardActionButton()
DCardLayout.java40 public CardLayout(Context context, AttributeSet attrs) { in CardLayout() argument
41 super(context, attrs); in CardLayout()
45 public CardLayout(Context context, AttributeSet attrs, int defStyle) { in CardLayout() argument
46 super(context, attrs, defStyle); in CardLayout()
/development/samples/Snake/src/com/example/android/snake/
DTileView.java62 public TileView(Context context, AttributeSet attrs) { in TileView() argument
63 super(context, attrs); in TileView()
65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView); in TileView()
71 public TileView(Context context, AttributeSet attrs, int defStyle) { in TileView() argument
72 super(context, attrs, defStyle); in TileView()
74 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView); in TileView()
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DTouchHighlightImageButton.java49 public TouchHighlightImageButton(Context context, AttributeSet attrs) { in TouchHighlightImageButton() argument
50 super(context, attrs); in TouchHighlightImageButton()
54 public TouchHighlightImageButton(Context context, AttributeSet attrs, int defStyle) { in TouchHighlightImageButton() argument
55 super(context, attrs, defStyle); in TouchHighlightImageButton()
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DSkewableTextView.java36 public SkewableTextView(Context context, AttributeSet attrs, int defStyle) { in SkewableTextView() argument
37 super(context, attrs, defStyle); in SkewableTextView()
40 public SkewableTextView(Context context, AttributeSet attrs) { in SkewableTextView() argument
41 super(context, attrs); in SkewableTextView()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java54 public CustomLayout(Context context, AttributeSet attrs) { in CustomLayout() argument
55 this(context, attrs, 0); in CustomLayout()
58 public CustomLayout(Context context, AttributeSet attrs, int defStyle) { in CustomLayout() argument
59 super(context, attrs, defStyle); in CustomLayout()
189 public LayoutParams generateLayoutParams(AttributeSet attrs) { in generateLayoutParams() argument
190 return new CustomLayout.LayoutParams(getContext(), attrs); in generateLayoutParams()
224 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() argument
225 super(c, attrs); in LayoutParams()
230 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.CustomLayoutLP); in LayoutParams()
/development/samples/browseable/Timer/Wearable/src/com.example.android.wearable.timer/
DWearableListItemLayout.java39 public WearableListItemLayout(Context context, AttributeSet attrs) { in WearableListItemLayout() argument
40 this(context, attrs, 0); in WearableListItemLayout()
43 public WearableListItemLayout(Context context, AttributeSet attrs, int defStyle) { in WearableListItemLayout() argument
44 super(context, attrs, defStyle); in WearableListItemLayout()
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DWearableListItemLayout.java41 public WearableListItemLayout(Context context, AttributeSet attrs) { in WearableListItemLayout() argument
42 this(context, attrs, 0); in WearableListItemLayout()
45 public WearableListItemLayout(Context context, AttributeSet attrs, int defStyle) { in WearableListItemLayout() argument
46 super(context, attrs, defStyle); in WearableListItemLayout()
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DCustomViewAccessibilityActivity.java76 public AccessibleCompoundButtonInheritance(Context context, AttributeSet attrs) { in AccessibleCompoundButtonInheritance() argument
77 super(context, attrs); in AccessibleCompoundButtonInheritance()
127 public AccessibleCompoundButtonComposition(Context context, AttributeSet attrs) { in AccessibleCompoundButtonComposition() argument
128 super(context, attrs); in AccessibleCompoundButtonComposition()
207 public BaseToggleButton(Context context, AttributeSet attrs) { in BaseToggleButton() argument
208 this(context, attrs, android.R.attr.buttonStyle); in BaseToggleButton()
211 public BaseToggleButton(Context context, AttributeSet attrs, int defStyle) { in BaseToggleButton() argument
212 super(context, attrs, defStyle); in BaseToggleButton()
/development/samples/CrossCompatibility/src/com/example/android/touchexample/
DTouchExampleView.java37 public TouchExampleView(Context context, AttributeSet attrs) { in TouchExampleView() argument
38 this(context, attrs, 0); in TouchExampleView()
41 public TouchExampleView(Context context, AttributeSet attrs, int defStyle) { in TouchExampleView() argument
42 super(context, attrs, defStyle); in TouchExampleView()
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DRoundView.java47 public RoundView(Context context, AttributeSet attrs) { in RoundView() argument
48 super(context, attrs); in RoundView()
52 public RoundView(Context context, AttributeSet attrs, int defStyle) { in RoundView() argument
53 super(context, attrs, defStyle); in RoundView()
/development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/ui/
DSpeedPickerLayout.java46 public SpeedPickerLayout(Context context, AttributeSet attrs) { in SpeedPickerLayout() argument
47 this(context, attrs, 0); in SpeedPickerLayout()
50 public SpeedPickerLayout(Context context, AttributeSet attrs, in SpeedPickerLayout() argument
52 super(context, attrs, defStyle); in SpeedPickerLayout()
/development/samples/browseable/ClippingBasic/src/com.example.android.common/logger/
DLogView.java31 public LogView(Context context, AttributeSet attrs) { in LogView() argument
32 super(context, attrs); in LogView()
35 public LogView(Context context, AttributeSet attrs, int defStyle) { in LogView() argument
36 super(context, attrs, defStyle); in LogView()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.common.logger/
DLogView.java31 public LogView(Context context, AttributeSet attrs) { in LogView() argument
32 super(context, attrs); in LogView()
35 public LogView(Context context, AttributeSet attrs, int defStyle) { in LogView() argument
36 super(context, attrs, defStyle); in LogView()

1234567