HomeSort by relevance Sort by last modified time
    Searched defs:class (Results 251 - 275 of 330) sorted by null

<<11121314

  /frameworks/base/core/java/android/widget/
FrameLayout.java 63 public class FrameLayout extends ViewGroup {
710 event.setClassName(FrameLayout.class.getName());
716 info.setClassName(FrameLayout.class.getName());
722 * for a list of all child view attributes that this class supports.
726 public static class LayoutParams extends MarginLayoutParams {
MediaController.java 50 * The way to use this class is to instantiate it programatically.
72 public class MediaController extends FrameLayout {
631 event.setClassName(MediaController.class.getName());
637 info.setClassName(MediaController.class.getName());
TimePickerSpinnerDelegate.java 48 class TimePickerSpinnerDelegate extends TimePicker.AbstractTimePickerDelegate {
432 event.setClassName(TimePicker.class.getName());
437 info.setClassName(TimePicker.class.getName());
561 private static class SavedState extends View.BaseSavedState {
VideoView.java 56 * Displays a video file. The VideoView class
72 public class VideoView extends SurfaceView
207 event.setClassName(VideoView.class.getName());
213 info.setClassName(VideoView.class.getName());
    [all...]
NumberPicker.java 93 public class NumberPicker extends LinearLayout {
156 private static class TwoDigitFormatter implements NumberPicker.Formatter {
471 * Helper class for managing pressed state of the virtual buttons.
656 // directly (see ViewGroup.drawChild()). However, this class uses
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java 50 public class ScrollingTabContainerView extends HorizontalScrollView
362 private class TabView extends LinearLayout implements OnLongClickListener {
397 event.setClassName(ActionBar.Tab.class.getName());
404 info.setClassName(ActionBar.Tab.class.getName());
516 private class TabAdapter extends BaseAdapter {
543 private class TabClickListener implements OnClickListener {
555 protected class VisibilityAnimListener implements Animator.AnimatorListener {
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 45 * -e class com.android.smspush.unitTests.WapPushTest \
48 public class WapPushTest extends ServiceTestCase<WapPushManager> {
457 super(WapPushManager.class);
470 getContext().bindService(new Intent(IDataVerify.class.getName()),
482 startIntent.setClass(getContext(), WapPushManager.class);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ScrollingTabContainerView.java 55 public class ScrollingTabContainerView extends HorizontalScrollView
371 private class TabView extends LinearLayoutCompat implements OnLongClickListener {
417 event.setClassName(ActionBar.Tab.class.getName());
426 info.setClassName(ActionBar.Tab.class.getName());
539 private class TabAdapter extends BaseAdapter {
566 private class TabClickListener implements OnClickListener {
578 protected class VisibilityAnimListener implements ViewPropertyAnimatorListener {
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 44 public class OldCollectionsTest extends TestCase {
353 class Mock_Collection implements Collection {
406 class Mock_WrongCollection implements Collection {
613 Collections.<String>emptySet(), String.class), s, false);
628 assertSerialized(Collections.checkedList(new ArrayList<String>(), String.class), s, true);
641 assertSerialized(Collections.checkedList(new LinkedList<String>(), String.class), s, true);
654 assertSerialized(Collections.checkedSet(new HashSet<String>(), String.class), s, true);
668 new HashMap<String, String>(), String.class, String.class), s);
683 assertSerialized(Collections.checkedSortedSet(new TreeSet<String>(), String.class), s, true)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationTest.java 33 public class AnnotationTest extends TestCase {
36 Annotation [] annotations = AnnotatedClass.class.getDeclaredAnnotations();
39 assertEquals(TestAnnotation1.class, anno.annotationType());
44 Method m1 = AnnotatedClass2.class
45 .getDeclaredMethod("a", new Class[] {});
46 Method m2 = AnnotatedClass2.class
47 .getDeclaredMethod("b", new Class[] {});
48 assertFalse("other annotation class type",
53 List<Method> methods = Arrays.asList(AnnotatedClass.class.getDeclaredMethods());
66 mlist.add(AnnotatedClass.class.getDeclaredMethod(name, new Class[] {}))
    [all...]
  /packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java 60 public class WebsiteSettingsFragment extends ListFragment implements OnClickListener {
68 static class Site implements Parcelable {
193 class SiteAdapter extends ArrayAdapter<Site>
292 private class UpdateFromBookmarksDbTask extends AsyncTask<Void, Void, Void> {
627 activity.startPreferencePanel(WebsiteSettingsFragment.class.getName(), args, 0,
  /packages/apps/Camera/src/com/android/camera/
ActivityBase.java 53 public abstract class ActivityBase extends AbstractGalleryActivity
77 // The activity is paused. The classes that extend this class should set
141 private static class ScreenOffReceiver extends BroadcastReceiver {
156 protected class CameraOpenThread extends Thread {
385 getStateManager().startState(FilmstripPage.class, data);
388 FilmstripPage.class, data);
418 getStateManager().startState(FilmstripPage.class, data);
424 private class HideCameraAppView implements Animation.AnimationListener {
551 class MyAppBridge extends AppBridge implements CameraScreenNail.Listener {
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 55 public class Switch extends CompoundButton {
485 event.setClassName(Switch.class.getName());
492 info.setClassName(Switch.class.getName());
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 49 public class Switch extends CompoundButton {
474 event.setClassName(Switch.class.getName());
480 info.setClassName(Switch.class.getName());
  /packages/apps/FMRadio/src/com/android/fmradio/
FmFavoriteActivity.java 60 * This class interact with user, provider edit station information, such as add
63 public class FmFavoriteActivity extends Activity {
252 static final class ViewHolder {
266 class MyFavoriteAdapter extends BaseAdapter {
420 mService.setNotificationClsName(FmFavoriteActivity.class.getName());
442 mIsServiceBinded = bindService(new Intent(FmFavoriteActivity.this, FmService.class),
  /packages/apps/InCallUI/src/com/android/incallui/
InCallActivity.java 64 public class InCallActivity extends Activity {
637 DialpadFragment.class.getName());
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 52 public class RunningProcessesView extends FrameLayout
95 public static class ActiveItem {
154 public static class ViewHolder {
206 static class TimeTicker extends TextView {
212 class ServiceListAdapter extends BaseAdapter {
420 sa.startPreferencePanel(RunningServiceDetails.class.getName(), args,
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 52 public class DownloadInfo {
56 public static class Reader {
602 intent.setClassName(SizeLimitActivity.class.getPackage().getName(),
603 SizeLimitActivity.class.getName());
  /bionic/libc/dns/net/
getaddrinfo.c 213 int qclass, qtype; /* class and type of query */
1315 int type, class, ancount, qdcount; local
2162 int class, type; local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 53 public class InstrumentationTest extends InstrumentationTestCase {
68 mIntent = new Intent(mContext, InstrumentationTestActivity.class);
92 InstrumentationTestActivity.class.getName(), result, false);
94 Intent intent = new Intent(mContext, InstrumentationTestActivity.class);
119 .addMonitor(InstrumentationTestActivity.class.getName(), result, false);
345 app = Instrumentation.newApplication(MockApplication.class, mContext);
382 Activity activity = mInstrumentation.newActivity(cl, InstrumentationTestActivity.class
384 assertEquals(InstrumentationTestActivity.class.getName(), activity.getClass().getName());
388 intent = new Intent(mContext, InstrumentationTestActivity.class);
395 .newActivity(InstrumentationTestActivity.class, mContext, null, null, intent, info
    [all...]
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 40 public class CtsUiAutomatorTest extends UiAutomatorTestCase {
41 private static final String LOG_TAG = CtsUiAutomatorTest.class.getSimpleName();
98 new UiSelector().className(android.widget.ListView.class.getName()));
120 UiObject editText = new UiObject(new UiSelector().className(android.widget.EditText.class
125 .className(android.widget.Button.class.getName()).clickable(true)
130 android.widget.LinearLayout.class.getName()).childSelector(
131 (new UiSelector().className(android.widget.ScrollView.class.getName())
132 .childSelector(new UiSelector().className(android.widget.TextView.class
179 getObjectByIndex(android.widget.Button.class.getName(), 0).click();
181 getObjectByIndex(android.widget.Button.class.getName(), 1).click()
    [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 491 class_datum_t *class, *new_class; local
495 class = (class_datum_t *) datum;
504 INFO(state->handle, "copying class %s", id);
518 new_class->s.value = class->s.value;
521 ret = class_copy_default_new_object(state, class, new_class);
545 (class->permissions.table, perm_copy_callback,
551 if (class->comkey) {
552 new_class->comkey = strdup(class->comkey);
577 class_datum_t *class, *new_class; local
581 class = (class_datum_t *) datum
    [all...]
services.c 288 /* Returns a buffer with class, statement type and permissions */
339 /* Add class entry */
417 ERR(NULL, "failed to allocate class buffer");
815 * the permissions in a particular class.
836 ERR(NULL, "unrecognized class %d", tclass);
950 ERR(NULL, "unrecognized class %d", tclass);
1073 * Return a class ID associated with the class string specified by
1079 char *class = NULL; local
1083 class = policydb->p_class_val_to_name[id - 1]
    [all...]
  /external/qemu/qom/
object.c 62 ObjectClass *class; member in struct:TypeImpl
223 new_iface = (InterfaceClass *)iface_impl->class;
224 new_iface->concrete_class = ti->class;
226 ti->class->interfaces = g_slist_append(ti->class->interfaces,
227 iface_impl->class);
234 if (ti->class) {
241 ti->class = g_malloc0(ti->class_size);
250 memcpy(ti->class, parent->class, parent->class_size)
    [all...]

Completed in 781 milliseconds

<<11121314