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

<<31323334353637383940>>

  /packages/apps/TV/src/com/android/tv/menu/
MenuRowView.java 76 public MenuRowView(Context context, AttributeSet attrs) {
77 this(context, attrs, 0);
80 public MenuRowView(Context context, AttributeSet attrs, int defStyleAttr) {
81 this(context, attrs, defStyleAttr, 0);
84 public MenuRowView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
85 super(context, attrs, defStyleAttr, defStyleRes);
PlayControlsButton.java 46 public PlayControlsButton(Context context, AttributeSet attrs) {
47 this(context, attrs, 0);
50 public PlayControlsButton(Context context, AttributeSet attrs, int defStyleAttr) {
51 this(context, attrs, defStyleAttr, 0);
54 public PlayControlsButton(Context context, AttributeSet attrs, int defStyleAttr,
56 super(context, attrs, defStyleAttr, defStyleRes);
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 45 public FixedAspectSurfaceView(Context context, AttributeSet attrs) {
46 super(context, attrs);
50 context.getTheme().obtainStyledAttributes(attrs,
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 45 public FixedAspectSurfaceView(Context context, AttributeSet attrs) {
46 super(context, attrs);
50 context.getTheme().obtainStyledAttributes(attrs,
  /development/ndk/platforms/android-9/include/linux/nfsd/
xdr.h 25 struct iattr attrs; member in struct:nfsd_sattrargs
54 struct iattr attrs; member in struct:nfsd_createargs
84 struct iattr attrs; member in struct:nfsd_symlinkargs
  /development/samples/Snake/src/com/example/android/snake/
BackgroundView.java 42 public BackgroundView(Context context, AttributeSet attrs) {
43 super(context, attrs);
47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BackgroundView);
  /external/autotest/site_utils/tester_feedback/
sequenced_request.py 79 attrs = {'test': self.test, 'dut': self.dut}
82 blurb % attrs, input_handler,
83 prompt=(prompt and prompt % attrs)))
  /external/fonttools/Lib/fontTools/ttLib/tables/
L_T_S_H_.py 45 def fromXML(self, name, attrs, content, ttFont):
50 self.yPels[attrs["name"]] = safeEval(attrs["value"])
T_S_I__5.py 37 def fromXML(self, name, attrs, content, ttFont):
42 self.glyphGrouping[attrs["name"]] = safeEval(attrs["value"])
_c_v_t.py 29 def fromXML(self, name, attrs, content, ttFont):
33 index = safeEval(attrs["index"])
34 value = safeEval(attrs["value"])
_g_a_s_p.py 46 def fromXML(self, name, attrs, content, ttFont):
51 self.gaspRange[safeEval(attrs["rangeMaxPPEM"])] = safeEval(attrs["rangeGaspBehavior"])
  /frameworks/base/core/java/android/preference/
PreferenceInflater.java 67 AttributeSet attrs) throws XmlPullParserException {
74 intent = Intent.parseIntent(getContext().getResources(), parser, attrs);
88 getContext().getResources().parseBundleExtra(EXTRA_TAG_NAME, attrs,
  /frameworks/base/core/java/com/android/internal/widget/
WeightedLinearLayout.java 42 public WeightedLinearLayout(Context context, AttributeSet attrs) {
43 super(context, attrs);
46 context.obtainStyledAttributes(attrs, styleable.WeightedLinearLayout);
  /frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java 74 AttributeSet attrs) {
76 TypedArray a = r.obtainAttributes(attrs,
105 return super.inflateTag(name, r, parser, attrs);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
AutoReinflateContainer.java 41 public AutoReinflateContainer(Context context, @Nullable AttributeSet attrs) {
42 super(context, attrs);
47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AutoReinflateContainer);
ResizingSpace.java 30 public ResizingSpace(Context context, AttributeSet attrs) {
31 super(context, attrs);
35 TypedArray a = context.obtainStyledAttributes(attrs, android.R.styleable.ViewGroup_Layout);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
AnimatedImageView.java 45 public AnimatedImageView(Context context, AttributeSet attrs) {
46 super(context, attrs);
47 TypedArray a = context.getTheme().obtainStyledAttributes(attrs,
  /frameworks/base/services/core/java/com/android/server/am/
BaseErrorDialog.java 42 WindowManager.LayoutParams attrs = getWindow().getAttributes(); local
43 attrs.setTitle("Error Dialog");
44 getWindow().setAttributes(attrs);
  /frameworks/base/services/retaildemo/java/com/android/server/retaildemo/
UserInactivityCountdownDialog.java 41 WindowManager.LayoutParams attrs = getWindow().getAttributes(); local
42 attrs.privateFlags = WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;
43 getWindow().setAttributes(attrs);
  /frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
AddressView.java 17 public AddressView(Context context, AttributeSet attrs) {
18 super(context, attrs);
28 attrs,
  /frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/items/
SwitchItem.java 47 public SwitchItem(Context context, AttributeSet attrs) {
48 super(context, attrs);
49 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwSwitchItem);
  /libcore/ojluni/src/test/java/nio/file/attribute/
PosixFileAttributeViewTest.java 184 PosixFileAttributes attrs = local
189 if (!attrs.isSymbolicLink()) {
253 PosixFileAttributes attrs = view.readAttributes(); local
256 view.setOwner(attrs.owner());
257 view.setGroup(attrs.group());
284 PosixFileAttributes attrs = Files.readAttributes(dir, PosixFileAttributes.class); local
287 System.out.format("lookup: %s\n", attrs.owner().getName());
289 UserPrincipal owner = lookupService.lookupPrincipalByName(attrs.owner().getName());
292 if (!owner.equals(attrs.owner()))
299 System.out.format("lookup group: %s\n", attrs.group().getName())
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
RadioOptions.java 57 * @params attrs The attributes of the XML tag that is inflating the view.
59 public RadioOptions(Context context, AttributeSet attrs) {
60 super(context, attrs);
63 attrs,
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListPinnedHeaderView.java 33 public ContactListPinnedHeaderView(Context context, AttributeSet attrs, View parent) {
34 super(context, attrs);
39 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.ContactListItemView);
  /packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
EmergencyListPreference.java 40 public EmergencyListPreference(Context context, AttributeSet attrs) {
41 super(context, attrs);
42 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.EmergencyListPreference);

Completed in 1595 milliseconds

<<31323334353637383940>>