HomeSort by relevance Sort by last modified time
    Searched full:invisible (Results 101 - 125 of 771) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Settings/res/layout/
power_usage_action_item.xml 45 android:visibility="invisible" />
two_buttons_panel.xml 39 android:visibility="invisible"
user_limits.xml 45 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());
View_UsingViewsTest.java 435 assertEquals(View.INVISIBLE, v2.getVisibility());
444 v3.setVisibility(View.INVISIBLE);
445 assertEquals(View.INVISIBLE, v3.getVisibility());
485 mWarningTextView.setVisibility(View.INVISIBLE);
  /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>
  /frameworks/opt/datetimepicker/res/layout/
time_header_label.xml 28 android:visibility="invisible"
38 android:visibility="invisible"
79 android:visibility="invisible"
  /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.
  /packages/apps/Settings/src/com/android/settings/
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.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 92 * A list of invisible parents (see {@link CanvasViewInfo#isInvisible()} for
107 * layout when we exit show-all-invisible-parents mode (see
149 * {@link LayoutCanvas#showInvisibleViews}) where individual invisible
221 // Update the data structures related to tracking invisible and exploded nodes.
302 * <li>Invisible parents. These are nodes that can hold children and have empty
304 * <li>Exploded nodes. These are nodes that were previously marked as invisible, and
368 * Returns true if we have parents in this hierarchy that are invisible (e.g. because
371 * @return True if we have invisible parents.
656 * bounds of a shown invisible node. Therefore, this method returns the views that
657 * would be invisible in a real rendering of the scene
    [all...]
  /frameworks/base/core/java/android/view/
ViewStub.java 30 * A ViewStub is an invisible, zero-sized View that can be used to lazily inflate
168 * Specifies the layout resource to inflate when this StubbedView becomes visible or invisible
213 * When visibility is set to {@link #VISIBLE} or {@link #INVISIBLE},
218 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
234 if (visibility == VISIBLE || visibility == INVISIBLE) {
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalWidgetViewsFactory.java 81 // Show the right clock if any, make it invisible if there is no
130 clock.setViewVisibility(clockId1, View.INVISIBLE);
131 clock.setViewVisibility(clockId2, View.INVISIBLE);
132 clock.setViewVisibility(labelId, View.INVISIBLE);
133 clock.setViewVisibility(dayId, View.INVISIBLE);
  /packages/apps/Gallery2/src/com/android/camera/ui/
CameraSwitcher.java 169 mPopup.setVisibility(View.INVISIBLE);
228 mPopup.setVisibility(View.INVISIBLE);
251 setVisibility(View.INVISIBLE);
332 mPopup.setVisibility(View.INVISIBLE);
364 setVisibility(View.INVISIBLE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 277 getBackButton() .setVisibility(disableBack ? View.INVISIBLE : View.VISIBLE);
278 getHomeButton() .setVisibility(disableHome ? View.INVISIBLE : View.VISIBLE);
279 getRecentsButton().setVisibility(disableRecent ? View.INVISIBLE : View.VISIBLE);
309 getMenuButton().setVisibility(mShowMenu ? View.VISIBLE : View.INVISIBLE);
470 case View.INVISIBLE:
471 return "INVISIBLE";
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 494 View.VISIBLE : View.INVISIBLE;
527 if (mFeatureIndeterminateProgress && spinnyProgressBar.getVisibility() == View.INVISIBLE) {
539 spinnyProgressBar.setVisibility(View.INVISIBLE);
542 horizontalProgressBar.setVisibility(View.INVISIBLE);
549 pb.setVisibility(View.INVISIBLE);
557 pb.setVisibility(View.INVISIBLE);
  /packages/apps/Email/src/com/android/email/activity/
ThreePaneLayout.java 194 }, // Invisible
205 }, // Invisible
216 }, // Invisible
226 {}, // Invisible
537 // TODO These things, making invisible views and calling the visible pane changed
543 v.setVisibility(View.INVISIBLE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestActivity.java 187 mProgress.setVisibility(ProgressBar.INVISIBLE);
198 mProgress.setVisibility(ProgressBar.INVISIBLE);
234 mProgress.setVisibility(ProgressBar.INVISIBLE);
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/
TransportControllerActivity.java 182 // When we become visible or invisible, play is paused.
253 // If we are now visible, schedule a timer for us to go invisible.
268 mMediaController.setVisibility(visible ? VISIBLE : INVISIBLE);
  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 134 * Note, when the query is started, we make the ImageView INVISIBLE if the
177 imageView.setVisibility(View.INVISIBLE);
186 * Note, when the query is started, we make the ImageView INVISIBLE if the
  /cts/tests/res/layout/
using_views_layout.xml 73 android:visibility="invisible"
  /development/samples/ApiDemos/res/layout/
overscan_activity.xml 21 edge of the box background used here invisible. -->
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DragAndDropDemo.java 61 mHiddenDot.setVisibility(View.INVISIBLE);

Completed in 786 milliseconds

1 2 3 45 6 7 8 91011>>