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

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_packet.h 31 /* These ones are invisible by user level */
if_wanpipe.h 82 /* These ones are invisible by user level */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion12-expected-completion75.txt 37 android:nextFocusRight : Defines the next view to give focus to when the next focus is FOCUS_RIGHT If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
38 android:nextFocusUp : Defines the next view to give focus to when the next focus is FOCUS_UP If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
39 android:nextFocusDown : Defines the next view to give focus to when the next focus is FOCUS_DOWN If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
40 android:nextFocusForward : Defines the next view to give focus to when the next focus is FOCUS_FORWARD If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StatusUpdatesTest.java 169 assertPrecedence(StatusUpdates.INVISIBLE);
182 assertResource(StatusUpdates.INVISIBLE);
  /cts/tools/dasm/src/dasm/
ReservedWords.java 73 reserved_words.put("invisible", new token(sym.INVISIBLE));
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Transition3d.java 25 * list is made invisible and the picture is set visible.
117 * is rotated 90 degrees and thus invisible.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameActivity.java 109 // When we become visible or invisible, play is paused.
117 // When we become visible or invisible, play is paused.
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_animations.js 122 wrapContentsInDiv(el.querySelector('h1'), ['invisible']);
124 wrapContentsInDiv(rightColumn, ['invisible']);
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.cc 204 // Adapter becoming invisible
222 // Second adapter becoming invisible
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_android.cc 38 "invisible",
91 dict->SetBoolean("invisible", !android_node->IsVisibleToUser());
  /external/chromium_org/ppapi/c/dev/
ppb_file_chooser_dev.h 102 * Since it's not normally possible to get input events while invisible, this
106 * it is invisible and the Show() call will fail. This will not generally
  /external/chromium_org/third_party/icu/source/common/
servls.cpp 106 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE, status);
143 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE,
  /external/droiddriver/src/com/google/android/droiddriver/
UiElement.java 193 * Filters out invisible children.
222 * does not include off-screen children, but may include invisible on-screen
  /external/icu4c/common/
servls.cpp 101 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE, status);
138 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE,
  /frameworks/base/core/java/com/android/internal/app/
PlatLogoActivity.java 70 logo.setVisibility(View.INVISIBLE);
94 tv.setVisibility(View.INVISIBLE);
RestrictionsPinActivity.java 88 mPinErrorMessage.setVisibility(View.INVISIBLE);
167 mPinErrorMessage.setVisibility(View.INVISIBLE);
  /frameworks/base/core/tests/coretests/src/android/view/
PopupWindowVisibility.java 31 * Tests views with popupWindows becoming invisible
68 mFrame.setVisibility(v == mHide ? View.INVISIBLE : View.VISIBLE);
  /packages/apps/Camera2/src/com/android/camera/
AnimationManager.java 112 view.setVisibility(View.INVISIBLE);
119 view.setVisibility(View.INVISIBLE);
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoEditorView.java 183 mTriangleAffordance.setVisibility(isPushable ? View.VISIBLE : View.INVISIBLE);
184 mFrameView.setVisibility(isPushable ? View.VISIBLE : View.INVISIBLE);
  /packages/apps/Gallery/res/layout/
viewimage.xml 53 android:visibility="invisible"
64 android:visibility="invisible"
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TimeBar.java 130 * @return the preferred height of this view, including invisible padding
137 * @return the height of the time bar, excluding invisible padding
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControl.java 205 v.setVisibility(enabled ? View.VISIBLE : View.INVISIBLE);
212 mCameraPicker.setVisibility(enabled ? View.VISIBLE : View.INVISIBLE);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallAppProgress.java 100 mProgressBar.setVisibility(View.INVISIBLE);
161 mOkPanel.setVisibility(View.INVISIBLE);
  /sdk/apps/SdkController/res/layout-land/
sensors.xml 92 <!-- This 1-pixel wide invisible edit field makes sure that row1 and
102 android:visibility="invisible"
  /external/chromium_org/ui/aura/
root_window.cc 289 // Clear any existing mouse hover effects when the cursor becomes invisible.
575 void RootWindow::OnWindowHidden(Window* invisible, WindowHiddenReason reason) {
585 if (invisible->Contains(capture_window) && invisible != window())
588 if (invisible->Contains(event_dispatch_target_))
591 if (invisible->Contains(old_dispatch_target_))
595 // If the ancestor of any event handler windows are invisible, release the
597 if (invisible->Contains(mouse_pressed_handler_))
599 if (invisible->Contains(mouse_moved_handler_))
602 CleanupGestureState(invisible);
    [all...]

Completed in 358 milliseconds

1 2 3 4 5 6 7 891011>>