HomeSort by relevance Sort by last modified time
    Searched full:invisible (Results 226 - 250 of 1059) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AndroidViewIntegrationTest.java 158 * Check that a content size change notification is issued when the view is invisible.
168 contentsClient, View.INVISIBLE);
181 assertEquals(View.INVISIBLE, testContainerView.getVisibility());
  /external/chromium_org/ppapi/api/
ppp_instance.idl 137 * module is invisible, <code>clip</code> will be (0, 0, 0, 0).
139 * It's recommended to check for invisible instances and to stop
158 * is invisible, clip will be (0, 0, 0, 0).
  /external/chromium_org/ppapi/c/
ppb_view.h 94 * Use the result to speed up or stop updates for invisible module
110 * is visible. The most common cause of invisible pages is that
157 * partial updates, you may want to think about what color the invisible
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.provider.Contacts.PresenceColumns.html 115 <A NAME="android.provider.Contacts.PresenceColumns.INVISIBLE"></A>
116 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#INVISIBLE" target="_top"><code>INVISIBLE</code></A></nobr>
android.provider.ContactsContract.StatusColumns.html 115 <A NAME="android.provider.ContactsContract.StatusColumns.INVISIBLE"></A>
116 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#INVISIBLE" target="_top"><code>INVISIBLE</code></A></nobr>
  /packages/apps/Calendar/src/com/android/calendar/
StickyHeaderListView.java 61 protected View mDummyHeader = null; // A invisible header used when a section has no header
272 // No header for current position , use the dummy invisible one, hide the separator
328 mStickyHeader.setVisibility(View.INVISIBLE);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallAppProgress.java 91 mProgressBar.setVisibility(View.INVISIBLE);
125 mLaunchButton.setVisibility(View.INVISIBLE);
261 mOkPanel.setVisibility(View.INVISIBLE);
  /cts/tests/tests/widget/src/android/widget/cts/
AdapterViewTest.java 175 emptyView.setVisibility(View.INVISIBLE);
176 assertEquals(View.INVISIBLE, emptyView.getVisibility());
197 emptyView.setVisibility(View.INVISIBLE);
198 assertEquals(View.INVISIBLE, emptyView.getVisibility());
  /cts/tools/dasm/src/dasm/
sym.java 24 static final int INVISIBLE = 36;
  /development/samples/ApiDemos/res/layout/
drag_layout.xml 73 android:visibility="invisible"
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ContentLoadingProgressBarActivity.java 37 * "gone" or "invisible". The ContentLoadingProgressBar will be shown after the
  /development/samples/training/AnimationsDemo/res/layout/
activity_zoom.xml 76 android:visibility="invisible"
  /docs/source.android.com/src/devices/tech/security/
enhancements43.jd 14 reinforcement is invisible to users and developers, and adds robustness
  /external/chromium/chrome/browser/chromeos/login/
views_login_display.h 95 // The set of invisible UserControllers.
  /external/chromium_org/ash/wm/
video_detector.h 85 // is invisible or offscreen.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarContainer.java 111 mAnimationSizer.setVisibility(INVISIBLE);
209 setVisibility(INVISIBLE);
333 setVisibility(View.INVISIBLE);
440 // Attach the child to invisible layout so that we can get measurements for it without
  /external/chromium_org/chrome/browser/chromeos/login/screens/
base_screen.h 38 // Makes wizard screen invisible.
  /external/chromium_org/chrome/browser/extensions/
extension_action.h 48 INVISIBLE,
232 return GetAppearance(tab_id) != INVISIBLE;
304 // default appearance set for all tabs; or INVISIBLE. Don't return this
319 return INVISIBLE;
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.h 27 // might be dynamically loading the library almost invisible. As a bonus, we
  /external/chromium_org/chrome/browser/resources/print_preview/previewarea/
margin_control.css 10 #preview-area .margin-control.invisible {
margin_control.js 135 INVISIBLE: 'invisible',
225 this.getElement().classList.remove(MarginControl.Classes_.INVISIBLE);
227 this.getElement().classList.add(MarginControl.Classes_.INVISIBLE);
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
avatar_menu_bubble_controller.h 106 // an invisible button that underlays most of the menu item and is responsible
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_drag_gtk.h 87 // Invisible event box to receive mouse and key events.
  /external/chromium_org/content/public/browser/android/
compositor.h 52 // Sets the window visibility. When becoming invisible, resources will get
  /external/chromium_org/remoting/host/
verify_config_window_win.cc 65 // Center against the owner window unless it is minimized or invisible.

Completed in 1464 milliseconds

1 2 3 4 5 6 7 8 91011>>