HomeSort by relevance Sort by last modified time
    Searched defs:class (Results 226 - 234 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 80 public class InCallScreen extends Activity
239 // TODO: If the Activity class ever provides an easy way to get the
323 // since the message display class has been replaced with
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 155 public class DataUsageSummary extends Fragment {
547 activity.startPreferencePanel(DataUsageMeteredSettings.class.getCanonicalName(), null,
    [all...]
  /external/elfutils/src/
readelf.c 706 printf (gettext ("\n Class: %s\n"),
1282 int class = gelf_getclass (ebl->elf); local
1458 int class = gelf_getclass (ebl->elf); local
1603 int class = gelf_getclass (ebl->elf); local
1762 int class = gelf_getclass (ebl->elf); local
2050 int class = gelf_getclass (ebl->elf); local
2129 int class = gelf_getclass (ebl->elf); local
2192 int class = gelf_getclass (ebl->elf); local
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 689 #define PCI_CLASS_DEVICE 0x0a /* Device class */
933 int class; local
937 class = pci_config_readw(d, PCI_CLASS_DEVICE);
940 BX_INFO("PCI: bus=%d devfn=0x%02x: vendor_id=0x%04x device_id=0x%04x class=0x%04x\n",
941 d->bus, d->devfn, vendor_id, device_id, class);
942 switch(class) {
    [all...]
rombios.c 8525 and dl,#0xE0 ;; mask to get device class, including cdroms local
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java 56 * (called children.) The view group is the base class for layouts and views
57 * containers. This class also defines the
58 * {@link android.view.ViewGroup.LayoutParams} class which serves as the base
59 * class for layouts parameters.
66 * <div class="special reference">
82 public abstract class ViewGroup extends View implements ViewParent, ViewManager {
182 * the DisplayList class
    [all...]
View.java 96 * This class represents the basic building block for user interface components. A View
98 * event handling. View is the base class for <em>widgets</em>, which are
100 * {@link android.view.ViewGroup} subclass is the base class for <em>layouts</em>, which
105 * <div class="special reference">
107 * <p>For information about using this class to develop your application's user interface,
278 * <pre class="prettyprint">
386 * {@link MeasureSpec} class is used by views to tell their parents how they
387 * want to be measured and positioned. The base LayoutParams class just
545 * The View class exposes an {@link #ALPHA} property, as well as several transform-related
563 * how the view is drawn on the display. In particular, the {@link ViewPropertyAnimator} class
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java 76 * Base class that can be used to implement virtualized lists of items. A list does
77 * not have a spatial definition here. For instance, subclases of this class can
91 public abstract class AbsListView extends AdapterView<ListAdapter> implements TextWatcher,
    [all...]
TextView.java 138 * is a complete text editor, however the basic class is configured to not
214 public class TextView extends View implements ViewTreeObserver.OnPreDrawListener {
284 static class Drawables {
    [all...]

Completed in 583 milliseconds

1 2 3 4 5 6 7 8 910