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

1 2 3 45 6 7 8 91011>>

  /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},
217 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
233 if (visibility == VISIBLE || visibility == INVISIBLE) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 260 getBackButton() .setVisibility(disableBack ? View.INVISIBLE : View.VISIBLE);
261 getHomeButton() .setVisibility(disableHome ? View.INVISIBLE : View.VISIBLE);
262 getRecentsButton().setVisibility(disableRecent ? View.INVISIBLE : View.VISIBLE);
292 getMenuButton().setVisibility(mShowMenu ? View.VISIBLE : View.INVISIBLE);
453 case View.INVISIBLE:
454 return "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);
  /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
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallAppProgress.java 84 mProgressBar.setVisibility(View.INVISIBLE);
118 mLaunchButton.setVisibility(View.INVISIBLE);
249 mOkPanel.setVisibility(View.INVISIBLE);
  /cts/tests/res/layout/
using_views_layout.xml 73 android:visibility="invisible"
  /cts/tests/tests/view/src/android/view/cts/
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);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DragAndDropDemo.java 61 mHiddenDot.setVisibility(View.INVISIBLE);
  /external/chromium/chrome/browser/resources/picasaweb_uploader/css/
upload.css 9 .invisible {
  /external/chromium/chrome/browser/ui/gtk/
global_menu_bar.h 29 // and set it to be invisible.
  /external/chromium/chrome/browser/ui/
status_bubble.h 54 // Called when the download shelf becomes visible or invisible.
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p2.cpp 101 // PR6762: __builtin_va_list should be invisible to ADL on all platforms.
  /external/quake/quake/src/QW/client/
vid.h 36 pixel_t *buffer; // invisible buffer
  /external/quake/quake/src/WinQuake/
vid.h 36 pixel_t *buffer; // invisible buffer
  /external/replicaisland/res/layout/
mainmenu.xml 89 android:visibility="invisible"/>
  /external/skia/src/gpu/win/
SkNativeGLContext_win.cpp 73 TEXT("The Invisible Man"),
  /external/webkit/Source/WebCore/accessibility/
AccessibilityMenuListOption.cpp 75 // Invisible list options are considered to be offscreen.
  /external/webkit/Tools/Scripts/webkitpy/common/
memoized.py 52 # invisible during property access.
  /frameworks/base/core/res/res/layout/
am_compat_mode_dialog.xml 58 android:visibility="invisible"
  /frameworks/base/packages/SystemUI/res/layout/
status_bar_recent_panel.xml 66 android:visibility="invisible" />
  /frameworks/base/packages/SystemUI/res/layout-land/
status_bar_recent_panel.xml 60 android:visibility="invisible" />
  /frameworks/base/packages/SystemUI/res/layout-sw600dp/
navigation_bar.xml 49 android:visibility="invisible"
95 android:visibility="invisible"
190 android:visibility="invisible"
236 android:visibility="invisible"
  /frameworks/base/services/java/com/android/server/am/
CompatModeDialog.java 87 mHint.setVisibility(ask ? View.INVISIBLE : View.VISIBLE);

Completed in 1686 milliseconds

1 2 3 45 6 7 8 91011>>