HomeSort by relevance Sort by last modified time
    Searched refs:visible (Results 1 - 25 of 404) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/tools/ahat/src/main/com/android/ahat/
Column.java 25 public boolean visible; field in class:Column
31 public Column(DocString heading, Align align, boolean visible) {
34 this.visible = visible;
37 public Column(String heading, Align align, boolean visible) {
38 this(DocString.text(heading), align, visible);
HtmlDoc.java 89 if (columns[i].visible) {
96 if (columns[columns.length - 1].visible) {
107 if (col.visible) {
121 if (cols.get(i).visible) {
129 if (col.visible) {
137 if (subcol.visible) {
158 if (mCurrentTableColumns[i].visible) {
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamState.java 31 protected CardStreamState(Card[] visible, Card[] hidden, HashSet<String> dismissible, String shownTag) {
32 visibleCards = visible;
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamState.java 31 protected CardStreamState(Card[] visible, Card[] hidden, HashSet<String> dismissible, String shownTag) {
32 visibleCards = visible;
  /external/clang/test/Modules/
macros.c 25 # error INTEGER macro should be visible
29 # error FLOAT macro should not be visible
33 # error MODULE macro should not be visible
37 # error INDIRECTLY_IN_MACROS should be visible
61 // their macros should not be visible.
63 # error LEFT should not be visible
67 # error RIGHT should not be visible
71 # error TOP should not be visible
83 # error LEFT should be visible
87 # error RIGHT should not be visible
    [all...]
  /external/setupdesign/main/src/com/google/android/setupdesign/items/
ButtonBarItem.java 51 private boolean visible = true; field in class:ButtonBarItem
77 public void setVisible(boolean visible) {
78 this.visible = visible;
82 return visible;
Item.java 44 private boolean visible = true; field in class:Item
61 visible = a.getBoolean(R.styleable.SudItem_android_visible, true);
140 public void setVisible(boolean visible) {
141 if (this.visible == visible) {
144 this.visible = visible;
145 if (!visible) {
153 return visible;
170 summaryView.setVisibility(View.VISIBLE);
    [all...]
  /external/autotest/server/cros/ap_configurators/
linksys_ap_15_configurator.py 27 def _set_visibility(self, visible=True):
29 int_value = 0 if visible else 1
netgear2000_ap_configurator.py 93 def set_visibility(self, visible=True):
94 self.add_item_to_command_list(self._set_visibility, (visible,), 1, 900)
97 def _set_visibility(self, visible=True):
102 if (visible and not value) or (not visible and value):
105 self.set_check_box_selected_by_xpath(xpath, selected=visible,
  /external/turbine/java/com/google/turbine/binder/lookup/
CanonicalSymbolResolver.java 28 /** Returns true if the given symbol is visible from the current package. */
29 boolean visible(ClassSymbol sym); method in interface:CanonicalSymbolResolver
  /external/jarjar/src/main/com/tonicsystems/jarjar/
StringReader.java 47 public AnnotationVisitor visitAnnotation(String desc, boolean visible) {
48 return StringReader.this.visitAnnotation(desc, visible);
54 public AnnotationVisitor visitAnnotation(String desc, boolean visible) {
89 public AnnotationVisitor visitAnnotation(String desc, boolean visible) {
90 return StringReader.this.visitAnnotation(desc, visible);
94 String desc, boolean visible) {
95 return StringReader.this.visitAnnotation(desc, visible);
  /development/samples/devbytes/ui/ImmersiveMode/src/main/java/com/example/android/immersive/
ImmersiveActivity.java 45 boolean visible = (flags & View.SYSTEM_UI_FLAG_HIDE_NAVIGATION) == 0;
47 .alpha(visible ? 1 : 0)
48 .translationY(visible ? 0 : controlsView.getHeight());
56 boolean visible = (mDecorView.getSystemUiVisibility()
58 if (visible) {
  /external/libbrillo/brillo/
flag_helper.cc 24 bool visible)
28 visible_(visible) {
44 bool visible)
45 : Flag(name, default_value, help, visible),
75 bool visible)
76 : Flag(name, default_value, help, visible), value_(value) {
91 bool visible)
92 : Flag(name, default_value, help, visible), value_(value) {
107 bool visible)
108 : Flag(name, default_value, help, visible), value_(value)
    [all...]
flag_helper.h 74 bool visible);
96 bool visible);
112 bool visible);
127 bool visible);
142 bool visible);
157 bool visible);
172 bool visible);
  /external/deqp/framework/platform/win32/
tcuWin32Window.hpp 41 void setVisible (bool visible);
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
label-arithmetic-darwin.s 4 visible: label
46 add w0, w1, #(Lstart - visible)
47 cmp w0, #(Lstart - visible)
  /external/turbine/java/com/google/turbine/binder/
Resolve.java 72 if (result != null && visible(origin, result, env.get(result))) {
78 if (result != null && visible(origin, result, env.get(result))) {
125 if (!visible(sym)) {
132 public boolean visible(ClassSymbol sym) {
179 if (field != null && visible(origin, field)) {
185 if (field != null && visible(origin, field)) {
192 /** Is the given field visible when inherited into class origin? */
193 private static boolean visible(ClassSymbol origin, FieldInfo info) {
194 return visible(origin, info.sym().owner(), info.access());
197 /** Is the given type visible when inherited into class origin? *
    [all...]
  /external/turbine/java/com/google/turbine/bytecode/
LowerAttributes.java 87 List<AnnotationInfo> visible = new ArrayList<>(); local
93 (annotation.isRuntimeVisible() ? visible : invisible).add(annotation);
95 if (!visible.isEmpty()) {
96 attributes.add(new Attribute.RuntimeVisibleAnnotations(visible));
105 List<TypeAnnotationInfo> visible = new ArrayList<>(); local
108 (annotation.anno().isRuntimeVisible() ? visible : invisible).add(annotation);
110 if (!visible.isEmpty()) {
111 attributes.add(new Attribute.RuntimeVisibleTypeAnnotations(ImmutableList.copyOf(visible)));
126 List<AnnotationInfo> visible = new ArrayList<>(); local
131 visible.add(annotation)
    [all...]
  /external/icu/icu4c/source/i18n/
transreg.h 207 UBool visible,
218 UBool visible,
230 UBool visible,
241 UBool visible,
387 UBool visible);
391 UBool visible);
398 UBool visible);
442 * DAG of visible IDs by spec. Hashtable: source => (Hashtable:
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICULocaleService.java 90 * registerObject(Object, ULocale, int kind, boolean visible)
99 * registerObject(Object, ULocale, int kind, boolean visible)
102 public Factory registerObject(Object obj, ULocale locale, boolean visible) {
103 return registerObject(obj, locale, LocaleKey.KIND_ANY, visible);
108 * registerObject(Object, ULocale, int kind, boolean visible)
119 public Factory registerObject(Object obj, ULocale locale, int kind, boolean visible) {
120 Factory factory = new SimpleLocaleKeyFactory(obj, locale, kind, visible);
126 * Locale list, built from the Set of visible ids.
142 * ULocale list, built from the Set of visible ids.
351 * A subclass of Factory that uses LocaleKeys. If 'visible' th
357 protected final boolean visible; field in class:ICULocaleService.LocaleKeyFactory
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICULocaleService.java 86 * registerObject(Object, ULocale, int kind, boolean visible)
95 * registerObject(Object, ULocale, int kind, boolean visible)
98 public Factory registerObject(Object obj, ULocale locale, boolean visible) {
99 return registerObject(obj, locale, LocaleKey.KIND_ANY, visible);
104 * registerObject(Object, ULocale, int kind, boolean visible)
115 public Factory registerObject(Object obj, ULocale locale, int kind, boolean visible) {
116 Factory factory = new SimpleLocaleKeyFactory(obj, locale, kind, visible);
122 * Locale list, built from the Set of visible ids.
138 * ULocale list, built from the Set of visible ids.
346 * A subclass of Factory that uses LocaleKeys. If 'visible' th
351 protected final boolean visible; field in class:ICULocaleService.LocaleKeyFactory
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
ICheckBox.java 10 public void setVisible(boolean visible);
  /external/autotest/frontend/client/src/autotest/common/ui/
TabView.java 30 protected boolean visible; field in class:TabView
67 visible = true;
71 visible = false;
75 return visible;
  /bootable/recovery/recovery_ui/
device.cpp 74 int Device::HandleMenuKey(int key, bool visible) {
75 if (!visible) {
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
SystemUiHider.java 53 * be visible and not obscured by the system UI.
131 * Returns whether or not the system UI is visible.
173 public void onVisibilityChange(boolean visible) {
184 * @param visible True if the system UI is visible.
186 public void onVisibilityChange(boolean visible);

Completed in 899 milliseconds

1 2 3 4 5 6 7 8 91011>>