HomeSort by relevance Sort by last modified time
    Searched refs:attrs (Results 1576 - 1600 of 4096) sorted by null

<<61626364656667686970>>

  /frameworks/base/core/java/com/android/internal/widget/
AccountItemView.java 52 public AccountItemView(Context context, AttributeSet attrs) {
53 super(context, attrs);
  /frameworks/base/core/tests/coretests/src/android/view/
InflateTest.java 151 public ViewOne(Context context, AttributeSet attrs) {
152 super(context, attrs);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PageContentView.java 53 public PageContentView(Context context, AttributeSet attrs) {
54 super(context, attrs);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DataUsageGraph.java 45 public DataUsageGraph(Context context, AttributeSet attrs) {
46 super(context, attrs);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
UserDetailView.java 39 public UserDetailView(Context context, AttributeSet attrs) {
40 super(context, attrs);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
MinimizedDockShadow.java 41 public MinimizedDockShadow(Context context, @Nullable AttributeSet attrs) {
42 super(context, attrs);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 52 public ExpandableOutlineView(Context context, AttributeSet attrs) {
53 super(context, attrs);
NotificationBackgroundView.java 38 public NotificationBackgroundView(Context context, AttributeSet attrs) {
39 super(context, attrs);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ObservableScrollView.java 39 public ObservableScrollView(Context context, AttributeSet attrs) {
40 super(context, attrs);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SplitClockView.java 55 public SplitClockView(Context context, AttributeSet attrs) {
56 super(context, attrs);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
BatteryPreference.java 42 public BatteryPreference(Context context, AttributeSet attrs) {
43 super(context, attrs);
ClockPreference.java 40 public ClockPreference(Context context, AttributeSet attrs) {
41 super(context, attrs);
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountAuthenticatorCache.java 57 String packageName, AttributeSet attrs) {
58 TypedArray sa = res.obtainAttributes(attrs,
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
BitmapUploadActivity.java 38 public UploadView(Context context, AttributeSet attrs) {
39 super(context, attrs);
  /frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
FlowLayout.java 31 public FlowLayout(Context context, AttributeSet attrs) {
32 super(context, attrs);
  /frameworks/base/tests/testables/src/android/testing/
LayoutInflaterBuilder.java 144 public View onCreateView(String name, Context context, AttributeSet attrs) {
148 return inflater.createView(replacingClassName, null, attrs);
  /frameworks/base/tools/aapt2/tools/consumers/
positional_arguments.py 57 def start_element(self, tag_name, attrs):
59 if self._depth == 2 and tag_name == "string" and "translateable" not in attrs:
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 71 public PhotoViewPager(Context context, AttributeSet attrs) {
72 super(context, attrs);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
AbstractItemHierarchy.java 45 public AbstractItemHierarchy(Context context, AttributeSet attrs) {
46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwAbstractItem);
  /frameworks/support/transition/src/android/support/transition/
ChangeClipBounds.java 53 public ChangeClipBounds(Context context, AttributeSet attrs) {
54 super(context, attrs);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatCompoundButtonHelper.java 54 void loadFromAttributes(AttributeSet attrs, int defStyleAttr) {
55 TypedArray a = mView.getContext().obtainStyledAttributes(attrs, R.styleable.CompoundButton,
  /frameworks/support/wear/src/android/support/wear/widget/drawer/
WearableActionDrawerView.java 103 public WearableActionDrawerView(Context context, AttributeSet attrs) {
104 this(context, attrs, 0);
107 public WearableActionDrawerView(Context context, AttributeSet attrs, int defStyleAttr) {
108 this(context, attrs, defStyleAttr, 0);
112 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
113 super(context, attrs, defStyleAttr, defStyleRes);
119 if (attrs != null) {
121 attrs, R.styleable.WearableActionDrawerView, defStyleAttr, 0 /* defStyleRes */);
  /hardware/qcom/display/msm8998/gpu_tonemapper/
EGLImageBuffer.cpp 34 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, local
40 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs);
  /libcore/ojluni/src/main/java/java/nio/channels/
AsynchronousFileChannel.java 203 * <p> The {@code attrs} parameter is an optional array of file {@link
217 * @param attrs
244 FileAttribute<?>... attrs)
248 return provider.newAsynchronousFileChannel(file, options, executor, attrs);
    [all...]
FileChannel.java 244 * <p> The {@code attrs} parameter is an optional array of file {@link
255 * @param attrs
283 FileAttribute<?>... attrs)
287 return provider.newFileChannel(path, options, attrs);
    [all...]

Completed in 914 milliseconds

<<61626364656667686970>>