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

1 2 3 4 5 6 78 910

  /packages/apps/Settings/src/com/android/settings/
AccessibilitySettings.java 75 public class AccessibilitySettings extends SettingsPreferenceFragment implements DialogCreatable,
345 preference.setFragment(ToggleAccessibilityServicePreferenceFragment.class.getName());
541 private class SettingsPackageMonitor extends PackageMonitor {
582 public static class ToggleSwitch extends Switch {
612 public static class ToggleAccessibilityServicePreferenceFragment
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 48 public class RunningProcessesView extends FrameLayout
86 public static class ActiveItem {
145 public static class ViewHolder {
196 static class TimeTicker extends TextView {
202 class ServiceListAdapter extends BaseAdapter {
382 pa.startPreferencePanel(RunningServiceDetails.class.getName(), args,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Settings.java 44 public class Settings extends InputMethodSettingsFragment
120 // {@link SubtypeLocale} class may not have been initialized. It is safe to call
137 context.getPackageName(), DebugSettings.class.getName());
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 48 public class DownloadInfo {
49 public static class Reader {
567 intent.setClassName(SizeLimitActivity.class.getPackage().getName(),
568 SizeLimitActivity.class.getName());
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 52 public class IntentTest extends AndroidTestCase {
74 mComponentName = new ComponentName(mContext, MockActivity.class);
98 mIntent = new Intent(mContext, MockActivity.class);
102 mIntent = new Intent(TEST_ACTION, TEST_URI, mContext, MockActivity.class);
192 final Intent intent = mIntent.setClassName(mContext, MockActivity.class.getName());
198 mIntent.setClassName(mContext.getPackageName(), MockActivity.class.getName());
353 mIntent.setClass(mContext, MockActivity.class);
454 final Intent[] expected = { new Intent(TEST_ACTION), new Intent(mContext, MockActivity.class) };
621 mIntent.setClass(mContext, MockActivity.class);
647 mIntent.setClass(mContext, MockActivity.class);
    [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java 88 public class NumberPicker extends LinearLayout {
443 * Helper class for managing pressed state of the virtual buttons.
592 // directly (see ViewGroup.drawChild()). However, this class uses
    [all...]
AdapterViewAnimator.java 39 * Base class for a {@link AdapterView} that will perform animations
47 public abstract class AdapterViewAnimator extends AdapterView<Adapter>
213 class ViewAndMetaData {
254 * This class should be overridden by subclasses to customize view transitions within
604 final class CheckForTap implements Runnable {
771 static class SavedState extends BaseSavedState {
    [all...]
Gallery.java 63 public class Gallery extends AbsSpinner implements GestureDetector.OnGestureListener {
    [all...]
GridView.java 51 public class GridView extends AbsListView {
    [all...]
HorizontalScrollView.java 50 * <p>The {@link TextView} class also
60 public class HorizontalScrollView extends FrameLayout {
770 info.setClassName(HorizontalScrollView.class.getName());
786 event.setClassName(HorizontalScrollView.class.getName());
    [all...]
ImageView.java 44 * Displays an arbitrary image, such as an icon. The ImageView class
59 public class ImageView extends View {
338 * <p class="note">This does Bitmap reading and decoding on the UI
363 * <p class="note">This does Bitmap reading and decoding on the UI
    [all...]
LinearLayout.java 59 public class LinearLayout extends ViewGroup {
    [all...]
ProgressBar.java 85 * public class MyActivity extends Activity {
195 public class ProgressBar extends View {
569 private class RefreshProgressRunnable implements Runnable {
584 private static class RefreshData implements Poolable<RefreshData> {
    [all...]
RelativeLayout.java 71 public class RelativeLayout extends ViewGroup {
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 209 int qclass, qtype; /* class and type of query */
1316 int type, class, ancount, qdcount; local
2170 int class, type; local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 53 public class InstrumentationTest extends InstrumentationTestCase {
67 mIntent = new Intent(mContext, InstrumentationTestActivity.class);
91 InstrumentationTestActivity.class.getName(), result, false);
93 Intent intent = new Intent(mContext, InstrumentationTestActivity.class);
118 .addMonitor(InstrumentationTestActivity.class.getName(), result, false);
337 app = Instrumentation.newApplication(MockApplication.class, mContext);
373 Activity activity = mInstrumentation.newActivity(cl, InstrumentationTestActivity.class
375 assertEquals(InstrumentationTestActivity.class.getName(), activity.getClass().getName());
379 intent = new Intent(mContext, InstrumentationTestActivity.class);
386 .newActivity(InstrumentationTestActivity.class, mContext, null, null, intent, info
    [all...]
  /external/bluetooth/bluez/audio/
headset.c 1504 uuid_t class; local
    [all...]
  /external/bluetooth/bluez/src/
device.c 252 uint32_t class; local
300 /* Class */
301 if (read_remote_class(&src, &device->bdaddr, &class) == 0) {
302 const char *icon = class_to_icon(class);
304 dict_append_entry(&dict, "Class", DBUS_TYPE_UINT32, &class);
    [all...]
  /external/bluetooth/glib/gobject/
gobject.c 50 * based on GObject. The GObject class provides methods for object
131 static void g_object_base_class_init (GObjectClass *class);
132 static void g_object_base_class_finalize (GObjectClass *class);
133 static void g_object_do_class_init (GObjectClass *class);
276 g_object_base_class_init (GObjectClass *class)
278 GObjectClass *pclass = g_type_class_peek_parent (class);
281 class->construct_properties = pclass ? g_slist_copy (pclass->construct_properties) : NULL;
282 class->get_property = NULL;
283 class->set_property = NULL;
287 g_object_base_class_finalize (GObjectClass *class)
896 GObjectClass *class = g_type_class_peek (pspec->owner_type); local
914 GObjectClass *class = g_type_class_peek (pspec->owner_type); local
953 GObjectClass *class = g_type_class_peek (iface_class->g_instance_type); local
1119 GObjectClass *class, *unref_class = NULL; local
1269 GObjectClass *class; local
    [all...]
gsignal.c 65 * frequently happens at the end of an object class' creation), while user
218 #define TEST_CLASS_MAGIC (1) /* indicates NULL class closure, candidate for NOP optimization */
2757 GTypeClass *class = G_TYPE_INSTANCE_GET_CLASS (instance, G_TYPE_FROM_INSTANCE (instance), GTypeClass); local
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 32 * This class is implemented only with the lower-level API of Javassist.
39 * <p>This factory generates a class that extends the given super class and implements
40 * the given interfaces. The calls of the methods inherited from the super class are
42 * associated with instances of the generated class. The calls of the methods from
49 * f.setSuperclass(Foo.class);
56 * Class c = f.createClass();
77 * the helper method <code>create</code>, which generates a proxy class, instantiates
82 * Foo foo = (Foo)f.create(new Class[0], new Object[0], mi);
99 * class EmptyHandler implements MethodHandler
    [all...]
  /external/libsepol/src/
expand.c 366 class_datum_t *class, *new_class; local
370 class = (class_datum_t *) datum;
379 INFO(state->handle, "copying class %s", id);
393 new_class->s.value = class->s.value;
414 (class->permissions.table, perm_copy_callback,
420 if (class->comkey) {
421 new_class->comkey = strdup(class->comkey);
446 class_datum_t *class, *new_class; local
450 class = (class_datum_t *) datum;
455 ERR(state->handle, "class %s vanished", id)
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 33 # Optional class attribute for footnote links and backlinks.
193 # Fake Textile class. It calls Markdown instead.
194 class Textile {
212 # Markdown Parser Class
215 class Markdown_Parser {
2683 $class = $this->fn_backlink_class; variable
2684 $class = $this->encodeAttribute($class); variable
2738 $class = $this->fn_link_class; variable
2739 $class = $this->encodeAttribute($class); variable
    [all...]
  /external/qemu/
usb-linux.c 1576 int class; member in struct:usb_class_info
    [all...]
  /external/tcpdump/
print-snmp.c 223 * ASN.1 type class table
232 } Class[] = {
341 u_char form, class; /* tag info */ member in struct:be
408 u_char form, class, id; local
422 * + class |frm| id |
429 class = form >> 1; /* bits 7&6 -> bits 1&0, range 0-3 */
433 class = (u_char)(*p & ASN_CLASS_BITS) >> ASN_CLASS_SHIFT;
436 elem->class = class;
495 if (class >= sizeof(Class)/sizeof(Class[0]))
    [all...]

Completed in 2974 milliseconds

1 2 3 4 5 6 78 910