HomeSort by relevance Sort by last modified time
    Searched full:invisible (Results 426 - 450 of 1223) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 316 settingsDivider.setVisibility(showSettings ? View.VISIBLE : View.INVISIBLE);
319 settingsButton.setVisibility(showSettings ? View.VISIBLE : View.INVISIBLE);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseContentFragment.java 200 iconImageView.setVisibility(View.INVISIBLE);
363 iconImageView.setVisibility(View.INVISIBLE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListPreference.java 225 status.setVisibility(showProgressBar ? View.INVISIBLE : View.VISIBLE);
226 progressBar.setVisibility(showProgressBar ? View.VISIBLE : View.INVISIBLE);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerTest.java 698 assertNull(logPrefix + " test sanity, to be deleted child should be invisible",
    [all...]
  /bootable/recovery/
device.h 50 // recovery will be at the main menu with it invisible after an
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 191 mProgressBar.setVisibility(View.INVISIBLE);
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 120 mRemoteViews.setViewVisibility(R.id.remoteView_chronometer, View.INVISIBLE);
122 assertEquals(View.INVISIBLE, view.getVisibility());
443 mRemoteViews.setInt(R.id.remoteView_chronometer, "setVisibility", View.INVISIBLE);
445 assertEquals(View.INVISIBLE, view.getVisibility());
  /development/apps/Development/src/com/android/development/
Connectivity.java 229 mScanResults.setVisibility(View.INVISIBLE);
244 mScanResults.setVisibility(View.INVISIBLE);
295 mScanResults.setVisibility(View.INVISIBLE);
501 mScanResults.setVisibility(View.INVISIBLE);
  /development/ndk/platforms/android-9/arch-x86/include/machine/
asm.h 47 * to a possibly-modified form that will be invisible to C programs.
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsHideShow.java 69 v.setVisibility(hideGoneCB.isChecked() ? View.GONE : View.INVISIBLE);
  /external/chromium_org/ash/display/
display_configurator_animation.cc 170 // invisible.
  /external/chromium_org/athena/content/
app_activity.cc 145 // If not previously specified, we change the state now to invisible..
content_proxy.cc 102 // Note: Since the owning window is invisible, it does not matter that we
  /external/chromium_org/athena/home/
athena_start_page_view_unittest.cc 113 // BOTTOM state. logo is invisible. icons, search box, and controls are
  /external/chromium_org/cc/layers/
layer_utils.cc 46 // We don't care about animated bounds for invisible layers.
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.h 35 // might be dynamically loading the library almost invisible. As a bonus, we
  /external/chromium_org/chrome/browser/
process_singleton.h 47 // - the Windows implementation uses an invisible global message window;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_history.js 179 // node is invisible instead of restoring focus.
  /external/chromium_org/chrome/browser/resources/ntp4/
apps_page.css 99 .app .invisible {
  /external/chromium_org/chrome/browser/resources/print_preview/previewarea/
preview_area.js 165 INVISIBLE: 'invisible',
474 this.overlayEl_.classList.remove(PreviewArea.Classes_.INVISIBLE);
482 this.overlayEl_.classList.add(PreviewArea.Classes_.INVISIBLE);
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_manual_interactive_uitest.cc 113 // Click in the fakebox and expect invisible focus.
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_layout.cc 31 // (making it invisible), whichever fits. If true, |max_fraction| must be 0.
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc 246 // add enough additional tabs, eventually one should be invisible due to
257 // The tabs before the invisible tab should still be visible.
269 // Shrinking it still more should make more tabs invisible, though not all.
270 // All the invisible tabs should be at the end of the strip.
  /external/chromium_org/chrome/common/extensions/api/
automation.idl 193 invisible,
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_architecture.html 62 This page is invisible, only exists in the background,

Completed in 812 milliseconds

<<11121314151617181920>>