HomeSort by relevance Sort by last modified time
    Searched refs:defStyle (Results 201 - 225 of 451) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/com/android/internal/widget/
TextProgressBar.java 63 public TextProgressBar(Context context, AttributeSet attrs, int defStyle) {
64 super(context, attrs, defStyle);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardGlowStripView.java 61 public KeyguardGlowStripView(Context context, AttributeSet attrs, int defStyle) {
62 super(context, attrs, defStyle);
KeyguardMultiUserSelectorView.java 51 public KeyguardMultiUserSelectorView(Context context, AttributeSet attrs, int defStyle) {
52 super(context, attrs, defStyle);
KeyguardStatusView.java 79 public KeyguardStatusView(Context context, AttributeSet attrs, int defStyle) {
80 super(context, attrs, defStyle);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 65 public Clock(Context context, AttributeSet attrs, int defStyle) {
66 super(context, attrs, defStyle);
DeadZone.java 62 public DeadZone(Context context, AttributeSet attrs, int defStyle) {
66 defStyle, 0);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayersActivity5.java 59 public ClipFrameLayout(Context context, AttributeSet attrs, int defStyle) {
60 super(context, attrs, defStyle);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AbsActionBarView.java 55 AbsActionBarView(Context context, AttributeSet attrs, int defStyle) {
56 super(context, attrs, defStyle);
  /packages/apps/Browser/src/com/android/browser/
AutologinBar.java 52 public AutologinBar(Context context, AttributeSet attrs, int defStyle) {
53 super(context, attrs, defStyle);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthListView.java 70 public MonthListView(Context context, AttributeSet attrs, int defStyle) {
71 super(context, attrs, defStyle);
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java 72 public AggregationSuggestionView(Context context, AttributeSet attrs, int defStyle) {
73 super(context, attrs, defStyle);
PhoneticNameEditorView.java 100 public PhoneticNameEditorView(Context context, AttributeSet attrs, int defStyle) {
101 super(context, attrs, defStyle);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java 65 public ActionableToastBar(Context context, AttributeSet attrs, int defStyle) {
66 super(context, attrs, defStyle);
  /packages/apps/Email/src/com/android/email/view/
CertificateSelector.java 62 public CertificateSelector(Context context, AttributeSet attrs, int defStyle) {
63 super(context, attrs, defStyle);
  /packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java 53 public ButtonDropTarget(Context context, AttributeSet attrs, int defStyle) {
54 super(context, attrs, defStyle);
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 53 public ButtonDropTarget(Context context, AttributeSet attrs, int defStyle) {
54 super(context, attrs, defStyle);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationLongPressTipView.java 70 final Context context, final AttributeSet attrs, final int defStyle) {
71 super(context, attrs, defStyle);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HandleView.java 72 public HandleView(Context context, AttributeSet attrs, int defStyle) {
73 super(context, attrs, defStyle);
OverlayView.java 54 public OverlayView(Context context, AttributeSet attrs, int defStyle) {
55 super(context, attrs, defStyle);
PlayheadView.java 48 public PlayheadView(Context context, AttributeSet attrs, int defStyle) {
49 super(context, attrs, defStyle);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ButtonSwitcher.java 57 public ButtonSwitcher(Context context, AttributeSet attrs, int defStyle) {
58 super(context, attrs, defStyle);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
ScrollKeyboardView.java 62 public ScrollKeyboardView(final Context context, final AttributeSet attrs, final int defStyle) {
63 super(context, attrs, defStyle);
  /packages/services/Telephony/src/com/android/phone/
CallWaitingCheckBoxPreference.java 26 public CallWaitingCheckBoxPreference(Context context, AttributeSet attrs, int defStyle) {
27 super(context, attrs, defStyle);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/
MultiTouchView.java 86 public MultiTouchView(Context context, AttributeSet attrs, int defStyle) {
87 super(context, attrs, defStyle);
  /external/replicaisland/src/com/replica/replicaisland/
KeyboardConfigDialogPreference.java 74 int defStyle) {
75 super(context, attrs, defStyle);
78 R.styleable.KeyConfigPreference, defStyle, 0);

Completed in 607 milliseconds

1 2 3 4 5 6 7 891011>>