HomeSort by relevance Sort by last modified time
    Searched defs:Visibility (Results 1 - 8 of 8) sorted by null

  /cts/tools/signature-tools/src/signature/converter/
Visibility.java 31 * The default visibility mode is <code>PROTECTED</code>.
34 public enum Visibility {
  /frameworks/base/opengl/java/android/opengl/
Visibility.java 20 * A collection of utility methods for computing the visibility of triangle
24 public class Visibility {
  /cts/tools/dex-tools/src/dex/structure/
DexAnnotation.java 27 * {@code Visibility} indicates the retention of a {@code DexAnnotation}.
29 enum Visibility {
48 private Visibility(byte value) {
53 * Returns the {@code Visibility} identified by the given {@code byte}.
58 * Visibility}
59 * @return the {@code Visibility} for the given {@code byte}
61 public static Visibility get(byte value) {
71 throw new IllegalArgumentException("Visibility doesn't exist!");
77 * Returns the {@code Visibility} of this {@code DexAnnotation}.
79 * @return the {@code Visibility} of this {@code DexAnnotation
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
Visibility.java 27 * Exercise View's ability to change their visibility: GONE, INVISIBLE and
30 public class Visibility extends Activity {
34 setContentView(R.layout.visibility);
36 // Find the view whose visibility will change
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 224 milliseconds