Home
last modified time | relevance | path

Searched refs:defStyle (Results 1 – 25 of 35) sorted by relevance

12

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewAttachView.java34 public ViewAttachView(Context context, AttributeSet attrs, int defStyle) { in ViewAttachView() argument
35 super(context, attrs, defStyle); in ViewAttachView()
36 init(attrs, defStyle); in ViewAttachView()
49 private void init(AttributeSet attrs, int defStyle) { in init() argument
H A DVisibilityCallback.java88 public MonitoredTextView(Context context, AttributeSet attrs, int defStyle) { in MonitoredTextView() argument
89 super(context, attrs, defStyle); in MonitoredTextView()
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DPerfTimeline.java60 public PerfTimeline(Context context, AttributeSet attrs, int defStyle) { in PerfTimeline() argument
61 super(context, attrs, defStyle); in PerfTimeline()
62 init(attrs, defStyle); in PerfTimeline()
65 private void init(AttributeSet attrs, int defStyle) { in init() argument
68 attrs, R.styleable.PerfTimeline, defStyle, 0); in init()
/aosp14/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestViewDrawText.java41 public BiDiTestViewDrawText(Context context, AttributeSet attrs, int defStyle) { in BiDiTestViewDrawText() argument
42 super(context, attrs, defStyle); in BiDiTestViewDrawText()
45 R.styleable.DrawTextTestView, defStyle, 0); in BiDiTestViewDrawText()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DNumPadKey.java89 public NumPadKey(Context context, AttributeSet attrs, int defStyle) { in NumPadKey() argument
90 this(context, attrs, defStyle, R.layout.keyguard_num_pad_key); in NumPadKey()
93 protected NumPadKey(Context context, AttributeSet attrs, int defStyle, int contentResource) { in NumPadKey() argument
94 super(context, attrs, defStyle); in NumPadKey()
97 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumPadKey, defStyle, in NumPadKey()
H A DKeyguardStatusView.java64 public KeyguardStatusView(Context context, AttributeSet attrs, int defStyle) { in KeyguardStatusView() argument
65 super(context, attrs, defStyle); in KeyguardStatusView()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DExceptionTextView.java41 public ExceptionTextView(Context context, AttributeSet attrs, int defStyle) { in ExceptionTextView() argument
42 super(context, attrs, defStyle); in ExceptionTextView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDarkReceiverImpl.kt28 defStyle: Int = 0,
30 ) : View(context, attrs, defStyle, defStyleRes), DarkIconDispatcher.DarkReceiver {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNoRemeasureMotionLayout.kt34 defStyle: Int = 0
35 ) : MotionLayout(context, attrs, defStyle) {
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java581 final CaptionStyle defStyle = CaptionStyle.DEFAULT_CUSTOM; in getCustomStyle() local
583 cr, Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, defStyle.foregroundColor); in getCustomStyle()
585 cr, Secure.ACCESSIBILITY_CAPTIONING_BACKGROUND_COLOR, defStyle.backgroundColor); in getCustomStyle()
587 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_TYPE, defStyle.edgeType); in getCustomStyle()
589 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_COLOR, defStyle.edgeColor); in getCustomStyle()
591 cr, Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, defStyle.windowColor); in getCustomStyle()
595 rawTypeface = defStyle.mRawTypeface; in getCustomStyle()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallChronometer.kt45 defStyle: Int = 0
46 ) : Chronometer(context, attrs, defStyle) {
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DToolbarView.kt46 defStyle: Int
47 ) : super(context, attrs, defStyle) {
H A DCutoutAvoidingToolbar.kt37 defStyle: Int
38 ) : super(context, attrs, defStyle) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DOperatorNameView.java36 public OperatorNameView(Context context, AttributeSet attrs, int defStyle) { in OperatorNameView() argument
37 super(context, attrs, defStyle); in OperatorNameView()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java279 final CaptionStyle defStyle = CaptionStyle.DEFAULT; in setStyle() local
281 style.foregroundColor : defStyle.foregroundColor; in setStyle()
283 style.backgroundColor : defStyle.backgroundColor; in setStyle()
284 mEdgeType = style.hasEdgeType() ? style.edgeType : defStyle.edgeType; in setStyle()
285 mEdgeColor = style.hasEdgeColor() ? style.edgeColor : defStyle.edgeColor; in setStyle()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextInputTimePickerView.java73 public TextInputTimePickerView(Context context, AttributeSet attrs, int defStyle) { in TextInputTimePickerView() argument
74 this(context, attrs, defStyle, 0); in TextInputTimePickerView()
77 public TextInputTimePickerView(Context context, AttributeSet attrs, int defStyle, in TextInputTimePickerView() argument
79 super(context, attrs, defStyle, defStyleRes); in TextInputTimePickerView()
/aosp14/frameworks/base/packages/SettingsLib/SettingsSpinner/src/com/android/settingslib/widget/
H A DSettingsSpinnerPreference.java50 public SettingsSpinnerPreference(Context context, AttributeSet attrs, int defStyle) { in SettingsSpinnerPreference() argument
51 super(context, attrs, defStyle); in SettingsSpinnerPreference()
/aosp14/frameworks/base/packages/SettingsLib/RadioButtonPreference/src/com/android/settingslib/widget/
H A DRadioButtonPreference.java80 public RadioButtonPreference(Context context, AttributeSet attrs, int defStyle) { in RadioButtonPreference() argument
81 super(context, attrs, defStyle); in RadioButtonPreference()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DFloatingRotationButtonView.java48 public FloatingRotationButtonView(Context context, AttributeSet attrs, int defStyle) { in FloatingRotationButtonView() argument
49 super(context, attrs, defStyle); in FloatingRotationButtonView()
/aosp14/frameworks/base/packages/SettingsLib/SelectorWithWidgetPreference/src/com/android/settingslib/widget/
H A DSelectorWithWidgetPreference.java75 public SelectorWithWidgetPreference(Context context, AttributeSet attrs, int defStyle) { in SelectorWithWidgetPreference() argument
76 super(context, attrs, defStyle); in SelectorWithWidgetPreference()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity5.java59 public ClipFrameLayout(Context context, AttributeSet attrs, int defStyle) { in ClipFrameLayout() argument
60 super(context, attrs, defStyle); in ClipFrameLayout()
H A DTransformsAndAnimationsActivity.java187 public MyLayout(Context context, AttributeSet attrs, int defStyle) { in MyLayout() argument
188 super(context, attrs, defStyle); in MyLayout()
/aosp14/frameworks/base/packages/SettingsLib/UsageProgressBarPreference/src/com/android/settingslib/widget/
H A DUsageProgressBarPreference.java61 public UsageProgressBarPreference(Context context, AttributeSet attrs, int defStyle) { in UsageProgressBarPreference() argument
62 super(context, attrs, defStyle); in UsageProgressBarPreference()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonView.java148 public KeyButtonView(Context context, AttributeSet attrs, int defStyle) { in KeyButtonView() argument
149 this(context, attrs, defStyle, InputManagerGlobal.getInstance(), new UiEventLoggerImpl()); in KeyButtonView()
153 public KeyButtonView(Context context, AttributeSet attrs, int defStyle, in KeyButtonView() argument
159 defStyle, 0); in KeyButtonView()
/aosp14/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DSurfaceAndTextureViews.java167 private SimpleTextureView(Context context, AttributeSet attrs, int defStyle) { in SimpleTextureView() argument
168 super(context, attrs, defStyle); in SimpleTextureView()

12