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

<<61626364656667686970>>

  /packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
PeopleOptionsItemView.java 50 public PeopleOptionsItemView(final Context context, final AttributeSet attrs) {
51 super(context, attrs);
  /packages/apps/Settings/src/com/android/settings/
BugreportPreference.java 42 public BugreportPreference(Context context, AttributeSet attrs) {
43 super(context, attrs);
SummaryPreference.java 42 public SummaryPreference(Context context, AttributeSet attrs) {
43 super(context, attrs);
TimeoutListPreference.java 38 public TimeoutListPreference(Context context, AttributeSet attrs) {
39 super(context, attrs);
  /packages/apps/Settings/src/com/android/settings/development/
ColorModePreference.java 40 public ColorModePreference(Context context, AttributeSet attrs) {
41 super(context, attrs);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
StorageSummaryDonutPreference.java 55 public StorageSummaryDonutPreference(Context context, AttributeSet attrs) {
56 super(context, attrs);
  /packages/apps/Settings/src/com/android/settings/display/
NightDisplayPreference.java 34 public NightDisplayPreference(Context context, AttributeSet attrs) {
35 super(context, attrs);
  /packages/apps/Settings/src/com/android/settings/search/
BaseSearchIndexProvider.java 101 final AttributeSet attrs = Xml.asAttributeSet(parser); local
104 final String key = XmlParserUtils.getDataKey(context, attrs);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
VUMeter.java 47 public VUMeter(Context context, AttributeSet attrs) {
48 super(context, attrs);
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DeletionPreference.java 45 public DeletionPreference(Context context, AttributeSet attrs) {
46 super(context, attrs);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
SyncStateSwitchPreference.java 46 public SyncStateSwitchPreference(Context context, AttributeSet attrs) {
47 super(context, attrs, 0, R.style.SyncSwitchPreference);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
ColorModePreference.java 40 public ColorModePreference(Context context, AttributeSet attrs) {
41 super(context, attrs);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
FrameLayoutWithShadows.java 144 public FrameLayoutWithShadows(Context context, AttributeSet attrs) {
145 this(context, attrs, 0);
148 public FrameLayoutWithShadows(Context context, AttributeSet attrs, int defStyle) {
149 super(context, attrs, defStyle);
150 initFromAttributes(context, attrs);
159 private void initFromAttributes(Context context, AttributeSet attrs) {
160 if (attrs == null) {
163 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.FrameLayoutWithShadows);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageInviteView.java 44 public MessageInviteView(Context c, AttributeSet attrs) {
45 super(c, attrs);
SpamWarningView.java 31 public SpamWarningView(Context context, AttributeSet attrs) {
32 super(context, attrs);
SuperCollapsedBlock.java 59 public SuperCollapsedBlock(Context context, AttributeSet attrs) {
60 super(context, attrs);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
EllipsizedMultilineTextView.java 43 public EllipsizedMultilineTextView(Context context, AttributeSet attrs) {
44 super(context, attrs);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryDownloadProgressBar.java 44 public DictionaryDownloadProgressBar(final Context context, final AttributeSet attrs) {
45 super(context, attrs);
  /packages/services/Car/car-support-lib/src/android/support/car/input/
CarRestrictedEditText.java 57 public CarRestrictedEditText(Context context, AttributeSet attrs) {
58 super(context, attrs);
  /packages/services/Telephony/src/com/android/phone/
CdmaSubscriptionListPreference.java 48 public CdmaSubscriptionListPreference(Context context, AttributeSet attrs) {
49 super(context, attrs);
  /packages/services/Telephony/src/com/android/phone/settings/
TtyModeListPreference.java 37 public TtyModeListPreference(Context context, AttributeSet attrs) {
38 super(context, attrs);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
LogPane.java 47 public LogPane(Context context, AttributeSet attrs) {
48 super(context, attrs);
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
saxutils.py 156 def startElement(self, name, attrs):
158 for (name, value) in attrs.items():
165 def startElementNS(self, name, qname, attrs):
175 for (name, value) in attrs.items():
232 def startElement(self, name, attrs):
233 self._cont_handler.startElement(name, attrs)
238 def startElementNS(self, name, qname, attrs):
239 self._cont_handler.startElementNS(name, qname, attrs)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
saxutils.py 156 def startElement(self, name, attrs):
158 for (name, value) in attrs.items():
165 def startElementNS(self, name, qname, attrs):
175 for (name, value) in attrs.items():
232 def startElement(self, name, attrs):
233 self._cont_handler.startElement(name, attrs)
238 def startElementNS(self, name, qname, attrs):
239 self._cont_handler.startElementNS(name, qname, attrs)
  /prebuilts/go/darwin-x86/src/net/
interface_linux.go 34 attrs, err := syscall.ParseNetlinkRouteAttr(&m)
38 ift = append(ift, *newLink(ifim, attrs))
58 func newLink(ifim *syscall.IfInfomsg, attrs []syscall.NetlinkRouteAttr) *Interface {
60 for _, a := range attrs {
161 attrs, err := syscall.ParseNetlinkRouteAttr(&m)
165 ifa := newAddr(ifi, ifam, attrs)
175 func newAddr(ifi *Interface, ifam *syscall.IfAddrmsg, attrs []syscall.NetlinkRouteAttr) Addr {
180 for _, a := range attrs {
186 for _, a := range attrs {

Completed in 2228 milliseconds

<<61626364656667686970>>