/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/InCallUI/src/com/android/incallui/ |
InCallActivity.java | 58 public class InCallActivity extends Activity { 617 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());
|
/frameworks/base/core/java/android/widget/ |
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...] |
AdapterViewAnimator.java | 40 * Base class for a {@link AdapterView} that will perform animations 48 public abstract class AdapterViewAnimator extends AdapterView<Adapter> 219 class ViewAndMetaData { 260 * This class should be overridden by subclasses to customize view transitions within 610 final class CheckForTap implements Runnable { 777 static class SavedState extends BaseSavedState { [all...] |
DatePicker.java | 54 * This class is a widget for selecting a date. The date can be selected by a 85 public class DatePicker extends FrameLayout { 86 private static final String LOG_TAG = DatePicker.class.getSimpleName(); 464 * An abstract class which can be used as a start for DatePicker implementations 466 abstract static class AbstractDatePickerDelegate implements DatePickerDelegate { 520 private static class DatePickerSpinnerDelegate extends AbstractDatePickerDelegate { 877 event.setClassName(DatePicker.class.getName()); 882 info.setClassName(DatePicker.class.getName()); [all...] |
DatePickerCalendarDelegate.java | 50 class DatePickerCalendarDelegate extends DatePicker.AbstractDatePickerDelegate implements 586 event.setClassName(DatePicker.class.getName()); 591 info.setClassName(DatePicker.class.getName()); 683 * Class for managing state storing/restoring. 685 private static class SavedState extends View.BaseSavedState {
|
ExpandableListView.java | 86 public class ExpandableListView extends ListView { [all...] |
Gallery.java | 63 public class Gallery extends AbsSpinner implements GestureDetector.OnGestureListener { [all...] |
HorizontalScrollView.java | 54 * <p>The {@link TextView} class also 64 public class HorizontalScrollView extends FrameLayout { 799 info.setClassName(HorizontalScrollView.class.getName()); 815 event.setClassName(HorizontalScrollView.class.getName()); [all...] |
ImageView.java | 55 * Displays an arbitrary image, such as an icon. The ImageView class 70 public class ImageView extends View { 377 * <p class="note">This does Bitmap reading and decoding on the UI 409 * <p class="note">This does Bitmap reading and decoding on the UI [all...] |
LinearLayout.java | 63 public class LinearLayout extends ViewGroup { [all...] |
RelativeLayout.java | 83 public class RelativeLayout extends ViewGroup { [all...] |
/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); 343 app = Instrumentation.newApplication(MockApplication.class, mContext); 380 Activity activity = mInstrumentation.newActivity(cl, InstrumentationTestActivity.class 382 assertEquals(InstrumentationTestActivity.class.getName(), activity.getClass().getName()); 386 intent = new Intent(mContext, InstrumentationTestActivity.class); 393 .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...] |
/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...] |