HomeSort by relevance Sort by last modified time
    Searched refs:METHOD (Results 26 - 50 of 420) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiAnnotations.java 29 * Annotation type to used to mark a method which should be run on service thread.
34 @Target({ElementType.METHOD, ElementType.FIELD})
39 * Annotation type to used to mark a method which should be run on io thread.
44 @Target({ElementType.METHOD, ElementType.FIELD})
  /frameworks/support/annotations/src/android/support/annotation/
BinderThread.java 22 import static java.lang.annotation.ElementType.METHOD;
27 * Denotes that the annotated method should only be called on the binder thread.
38 @Target({METHOD,CONSTRUCTOR,TYPE})
MainThread.java 22 import static java.lang.annotation.ElementType.METHOD;
27 * Denotes that the annotated method should only be called on the main thread.
38 @Target({METHOD,CONSTRUCTOR,TYPE})
NonNull.java 22 import static java.lang.annotation.ElementType.METHOD;
27 * Denotes that a parameter, field or method return value can never be null.
32 @Target({METHOD, PARAMETER, FIELD})
Nullable.java 22 import static java.lang.annotation.ElementType.METHOD;
27 * Denotes that a parameter, field or method return value can be null.
29 * When decorating a method call parameter, this denotes that the parameter can
30 * legitimately be null and the method will gracefully deal with it. Typically
33 * When decorating a method, this denotes the method might legitimately return
39 @Target({METHOD, PARAMETER, FIELD})
UiThread.java 22 import static java.lang.annotation.ElementType.METHOD;
27 * Denotes that the annotated method or constructor should only be called on the UI thread.
39 @Target({METHOD,CONSTRUCTOR,TYPE})
WorkerThread.java 22 import static java.lang.annotation.ElementType.METHOD;
27 * Denotes that the annotated method should only be called on a worker thread.
38 @Target({METHOD,CONSTRUCTOR,TYPE})
  /sdk/annotations/src/android/annotation/
TargetApi.java 19 import static java.lang.annotation.ElementType.METHOD;
28 @Target({TYPE, METHOD, CONSTRUCTOR})
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
ReferenceType.java 41 public static final int METHOD = 3;
52 case METHOD:
53 return "method";
67 return METHOD;
  /frameworks/base/core/java/android/annotation/
AnimRes.java 23 import static java.lang.annotation.ElementType.METHOD;
28 * Denotes that an integer parameter, field or method return value is expected
35 @Target({METHOD, PARAMETER, FIELD})
AnimatorRes.java 23 import static java.lang.annotation.ElementType.METHOD;
28 * Denotes that an integer parameter, field or method return value is expected
35 @Target({METHOD, PARAMETER, FIELD})
AnyRes.java 23 import static java.lang.annotation.ElementType.METHOD;
28 * Denotes that an integer parameter, field or method return value is expected
37 @Target({METHOD, PARAMETER, FIELD})
ArrayRes.java 23 import static java.lang.annotation.ElementType.METHOD;
28 * Denotes that an integer parameter, field or method return value is expected
35 @Target({METHOD, PARAMETER, FIELD})
AttrRes.java 23 import static java.lang.annotation.ElementType.METHOD;
28 * Denotes that an integer parameter, field or method return value is expected
35 @Target({METHOD, PARAMETER, FIELD})
BoolRes.java 23 import static java.lang.annotation.ElementType.METHOD;
28 * Denotes that an integer parameter, field or method return value is expected
35 @Target({METHOD, PARAMETER, FIELD})
ColorInt.java 23 import static java.lang.annotation.ElementType.METHOD;
40 @Target({PARAMETER,METHOD,LOCAL_VARIABLE,FIELD})
ColorRes.java 23 import static java.lang.annotation.ElementType.METHOD;
28 * Denotes that an integer parameter, field or method return value is expected
35 @Target({METHOD, PARAMETER, FIELD})
DimenRes.java 23 import static java.lang.annotation.ElementType.METHOD;
28 * Denotes that an integer parameter, field or method return value is expected
35 @Target({METHOD, PARAMETER, FIELD})
DrawableRes.java 23 import static java.lang.annotation.ElementType.METHOD;
28 * Denotes that an integer parameter, field or method return value is expected
35 @Target({METHOD, PARAMETER, FIELD})
FloatRange.java 23 import static java.lang.annotation.ElementType.METHOD;
41 @Target({METHOD,PARAMETER,FIELD,LOCAL_VARIABLE})
FractionRes.java 23 import static java.lang.annotation.ElementType.METHOD;
28 * Denotes that an integer parameter, field or method return value is expected
35 @Target({METHOD, PARAMETER, FIELD})
IdRes.java 23 import static java.lang.annotation.ElementType.METHOD;
28 * Denotes that an integer parameter, field or method return value is expected
35 @Target({METHOD, PARAMETER, FIELD})
IntRange.java 23 import static java.lang.annotation.ElementType.METHOD;
41 @Target({METHOD,PARAMETER,FIELD,LOCAL_VARIABLE})
IntegerRes.java 23 import static java.lang.annotation.ElementType.METHOD;
28 * Denotes that an integer parameter, field or method return value is expected
35 @Target({METHOD, PARAMETER, FIELD})
InterpolatorRes.java 23 import static java.lang.annotation.ElementType.METHOD;
28 * Denotes that an integer parameter, field or method return value is expected
35 @Target({METHOD, PARAMETER, FIELD})

Completed in 150 milliseconds

12 3 4 5 6 7 8 91011>>