HomeSort by relevance Sort by last modified time
    Searched full:invisible (Results 76 - 100 of 709) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/samples/Home/res/layout-port/
home.xml 38 android:visibility="invisible" />
  /development/samples/Support4Demos/res/menu/
shortcuts.xml 22 android:title="Invisible item" />
  /development/samples/Wiktionary/res/layout/
lookup.xml 34 android:visibility="invisible"
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 26 el.scrollHorEl.classList.remove('invisible');
27 el.scrollVertEl.classList.remove('invisible');
43 el.scrollHorEl.classList.add('invisible');
44 el.scrollVertEl.classList.add('invisible');
  /external/kernel-headers/original/linux/
if_packet.h 29 /* These ones are invisible by user level */
  /external/proguard/src/proguard/classfile/attribute/annotation/
RuntimeInvisibleAnnotationsAttribute.java 27 * This Attribute represents a runtime invisible annotations attribute.
  /frameworks/base/core/java/android/widget/
Space.java 36 setVisibility(INVISIBLE);
  /frameworks/base/core/res/res/layout/
input_method.xml 45 android:visibility="invisible">
input_method_extract_view.xml 55 android:visibility="invisible"
  /frameworks/base/core/tests/coretests/src/android/view/
PreDrawListener.java 33 * Tests views with popupWindows becoming invisible
  /frameworks/base/packages/SystemUI/res/layout/
quick_settings.xml 45 android:visibility="invisible"
  /frameworks/ex/carousel/test/res/layout/
taskswitcher.xml 38 <!-- This is only intended to be visible when carousel is invisible -->
  /frameworks/ex/photoviewer/src/com/android/ex/photo/views/
ProgressBarWrapper.java 48 if (visibility == View.INVISIBLE || visibility == View.GONE) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
ProgressBarWrapper.java 48 if (visibility == View.INVISIBLE || visibility == View.GONE) {
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
Space.java 36 setVisibility(INVISIBLE);
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
WorldClockAdapter.java 190 // even if the clock is invisible.
195 aclock.setVisibility(View.INVISIBLE);
197 dclock.setVisibility(View.INVISIBLE);
200 rightClock.setVisibility(View.INVISIBLE);
  /packages/apps/Gallery2/res/layout/
filtershow_history_operation_row.xml 31 android:visibility="invisible"
  /packages/apps/Settings/res/layout/
power_usage_action_item.xml 45 android:visibility="invisible" />
two_buttons_panel.xml 41 android:visibility="invisible"
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
Bummer.java 58 mApology.setVisibility(View.INVISIBLE);
  /cts/tests/tests/view/src/android/view/cts/
ViewStubTest.java 98 // set INVISIBLE when parent is null
102 viewStub2.setVisibility(View.INVISIBLE);
106 assertEquals(View.INVISIBLE, viewStub2.getVisibility());
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.cc 181 // then we need to show all invisible children before calling parent class's
189 // If there were any invisible children, showing them will trigger another
224 // it's necessary to show invisible children next time.
  /external/replicaisland/src/com/replica/replicaisland/
ExtrasMenuActivity.java 204 mLinearModeButton.setVisibility(View.INVISIBLE);
206 mLevelSelectButton.setVisibility(View.INVISIBLE);
208 mControlsButton.setVisibility(View.INVISIBLE);
  /frameworks/base/core/tests/coretests/res/values/
strings.xml 7 <string name="left_bottom">parent INVISIBLE</string>
9 <string name="right_bottom">me INVISIBLE</string>
56 <string name="visibility_1_invis">Invisible</string>
  /packages/apps/Contacts/src/com/android/contacts/util/
HelpUtils.java 58 * item is made invisible.
72 * - If the helpUrlString is empty or null, the help menu item is made invisible.
81 // The help url string is empty or null, so set the help menu item to be invisible.

Completed in 1765 milliseconds

1 2 34 5 6 7 8 91011>>