HomeSort by relevance Sort by last modified time
    Searched refs:ExportedProperty (Results 1 - 22 of 22) sorted by null

  /dalvik/tests/004-annotations/src/android/test/anno/
ExportedProperty.java 9 public @interface ExportedProperty {
TestAnnotations.java 76 @ExportedProperty(mapping = {
121 ExportedProperty property;
130 property = meth.getAnnotation(ExportedProperty.class);
137 System.out.println("present(getFocusType, ExportedProperty): " +
138 meth.isAnnotationPresent(ExportedProperty.class));
  /frameworks/base/core/java/android/widget/
FrameLayout.java 49 @ViewDebug.ExportedProperty(category = "measurement")
52 @ViewDebug.ExportedProperty(category = "drawing")
55 @ViewDebug.ExportedProperty(category = "padding")
58 @ViewDebug.ExportedProperty(category = "padding")
61 @ViewDebug.ExportedProperty(category = "padding")
64 @ViewDebug.ExportedProperty(category = "padding")
70 @ViewDebug.ExportedProperty(category = "drawing")
74 @ViewDebug.ExportedProperty(category = "drawing")
AdapterView.java 59 @ViewDebug.ExportedProperty(category = "scrolling")
144 @ViewDebug.ExportedProperty(category = "list")
155 @ViewDebug.ExportedProperty(category = "list")
171 @ViewDebug.ExportedProperty(category = "list")
    [all...]
LinearLayout.java 56 @ViewDebug.ExportedProperty(category = "layout")
66 @ViewDebug.ExportedProperty(category = "layout")
74 @ViewDebug.ExportedProperty(category = "measurement")
77 @ViewDebug.ExportedProperty(category = "measurement")
80 @ViewDebug.ExportedProperty(category = "measurement", mapping = {
96 @ViewDebug.ExportedProperty(category = "measurement")
99 @ViewDebug.ExportedProperty(category = "layout")
102 @ViewDebug.ExportedProperty(category = "layout")
    [all...]
CheckedTextView.java 78 @ViewDebug.ExportedProperty
ProgressBar.java 340 @ViewDebug.ExportedProperty(category = "progress")
613 @ViewDebug.ExportedProperty(category = "progress")
630 @ViewDebug.ExportedProperty(category = "progress")
644 @ViewDebug.ExportedProperty(category = "progress")
TableRow.java 390 @ViewDebug.ExportedProperty(category = "layout")
396 @ViewDebug.ExportedProperty(category = "layout")
CompoundButton.java 102 @ViewDebug.ExportedProperty
AbsListView.java 706 @ViewDebug.ExportedProperty
749 @ViewDebug.ExportedProperty
785 @ViewDebug.ExportedProperty
832 @ViewDebug.ExportedProperty
862 @ViewDebug.ExportedProperty
    [all...]
RelativeLayout.java     [all...]
TextView.java     [all...]
ListView.java     [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
ViewDebug.java 168 public @interface ExportedProperty {
185 * @ViewDebug.ExportedProperty(mapping = {
205 * @ViewDebug.ExportedProperty(indexMapping = {
226 * @ViewDebug.ExportedProperty(flagMapping = {
270 * in a @ExportedProperty to provide more meaningful values to the end user.
272 * @see android.view.ViewDebug.ExportedProperty
294 * in a @ExportedProperty to provide more meaningful values to the end user.
296 * @see android.view.ViewDebug.ExportedProperty
363 private static HashMap<AccessibleObject, ExportedProperty> sAnnotations;
    [all...]
ViewGroup.java 366 @ViewDebug.ExportedProperty(category = "focus", mapping = {
    [all...]
WindowManager.java 145 @ViewDebug.ExportedProperty(mapping = {
406 @ViewDebug.ExportedProperty(flagMapping = {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 859 @ViewDebug.ExportedProperty
865 @ViewDebug.ExportedProperty
871 @ViewDebug.ExportedProperty
877 @ViewDebug.ExportedProperty
886 @ViewDebug.ExportedProperty
889 @ViewDebug.ExportedProperty
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 40 @ViewDebug.ExportedProperty private String mSlot;
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 958 milliseconds