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

1 2 3 45 6 7 8 91011>>

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 89 permsSection.setVisibility(View.INVISIBLE);
255 mInstallConfirm.setVisibility(View.INVISIBLE);
  /cts/tests/tests/widget/src/android/widget/cts/
AdapterViewTest.java 262 emptyView.setVisibility(View.INVISIBLE);
263 assertEquals(View.INVISIBLE, emptyView.getVisibility());
284 emptyView.setVisibility(View.INVISIBLE);
285 assertEquals(View.INVISIBLE, emptyView.getVisibility());
RemoteViewsTest.java 147 mRemoteViews.setViewVisibility(R.id.remoteView_chronometer, View.INVISIBLE);
149 assertEquals(View.INVISIBLE, view.getVisibility());
564 mRemoteViews.setInt(R.id.remoteView_chronometer, "setVisibility", View.INVISIBLE);
566 assertEquals(View.INVISIBLE, view.getVisibility());
  /device/htc/passion-common/
media_profiles.xml 120 If a codec is not enabled, it is invisible to the applications
  /device/samsung/crespo/
media_profiles.xml 157 If a codec is not enabled, it is invisible to the applications
  /external/libvpx/examples/includes/geshi/geshi/
genero.php 183 "INVISIBLE",
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 62 unsigned char *BlankCursor; /* The invisible cursor */
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h 68 WMcursor *BlankCursor; /* The invisible cursor */
  /external/webkit/WebCore/rendering/
RenderDataGrid.cpp 155 // Don't render invisible columns.
  /frameworks/base/core/res/res/layout/
keyguard_screen_unlock_landscape.xml 180 android:visibility="invisible"
  /frameworks/base/docs/html/resources/articles/
layout-tricks-stubs.jd 66 {@link android.view.View#INVISIBLE} and the stub will inflate. Note however that the
  /packages/apps/Camera/src/com/android/camera/ui/
PopupWindow.java 211 setVisibility(GLView.INVISIBLE);
  /packages/apps/Contacts/res/layout-finger/
quickcontact.xml 147 android:visibility="invisible"
  /packages/apps/Launcher2/res/layout-land/
launcher.xml 88 android:visibility="invisible"
  /packages/apps/Phone/res/layout/
call_card_person_info.xml 50 invisible if this button is visible, and vice-versa. -->
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 171 iconView.setVisibility(View.INVISIBLE);
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 177 mActionIconPanel.setVisibility(View.INVISIBLE);
184 mNextImageView.setVisibility(View.INVISIBLE);
191 mPrevImageView.setVisibility(View.INVISIBLE);
595 v.setVisibility(View.INVISIBLE);
843 oldView.setVisibility(View.INVISIBLE);
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 395 "18004664411", "goog411@acme.com", StatusUpdates.INVISIBLE, 4, 1, 0,
406 "18004664411", "goog411@acme.com", StatusUpdates.INVISIBLE, 4, 1, 0,
408 values.put(Contacts.CONTACT_PRESENCE, StatusUpdates.INVISIBLE);
418 "goog411@acme.com", StatusUpdates.INVISIBLE, 4, 1, 0,
430 values.put(Contacts.CONTACT_PRESENCE, StatusUpdates.INVISIBLE);
464 "b@acme.com", StatusUpdates.INVISIBLE, 3, 0, 0,
541 StatusUpdates.INVISIBLE, "Bad",
    [all...]
GroupsTest.java 346 // Make sure still invisible
368 // Make group invisible
  /external/libffi/src/sparc/
ffi.c 507 /* Straight copy of invisible reference. */
572 /* Straight copy of invisible reference. */
  /frameworks/base/core/java/android/widget/
FrameLayout.java 399 * the VISIBLE or INVISIBLE state when measuring. Defaults to false.
412 * the VISIBLE or INVISIBLE state when measuring.
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
AccountSyncSettings.java 285 // plus whatever the system needs to sync, e.g., invisible sync adapters
400 // keep track of invisible sync adapters, so sync now forces
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
AudioQualityVerifierActivity.java 161 mProgress.setVisibility(ProgressBar.INVISIBLE);
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom_c.h 68 Next, we parse the invisible .TOC.plist in the root of the volume, which gets us
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimppoll.c 314 regs.r[4] = 1 << 25; /* Caret is invisible */

Completed in 1346 milliseconds

1 2 3 45 6 7 8 91011>>