HomeSort by relevance Sort by last modified time
    Searched full:invisible (Results 276 - 300 of 1198) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/
SaveChosenLockWorkerBase.java 29 * An invisible retained worker fragment to track the AsyncWork that saves (and optionally
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintEnrollEnrolling.java 255 mRepeatMessage.setVisibility(View.INVISIBLE);
259 mStartMessage.setVisibility(View.INVISIBLE);
329 if (mErrorText.getVisibility() == View.INVISIBLE) {
358 mErrorText.setVisibility(View.INVISIBLE);
  /packages/apps/TV/res/layout/
program_guide_side_panel.xml 20 becomes invisible which happens when the side panel is hidden.
  /packages/services/Telephony/src/com/android/services/telephony/activation/
SimActivationActivity.java 30 * Invisible activity that handles the android.intent.action.SIM_ACTIVATION_REQUEST intent.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_packet.h 31 /* These ones are invisible by user level */
  /prebuilts/sdk/current/support/v17/leanback/res/layout/
lb_guidedactions.xml 48 android:visibility="invisible"
  /prebuilts/sdk/current/support/v7/appcompat/res/layout/
abc_alert_dialog_button_bar_material.xml 44 android:visibility="invisible" />
  /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));
  /developers/build/prebuilts/gradle/Quiz/Application/src/main/res/layout/
main.xml 135 android:visibility="invisible"/>
150 android:visibility="invisible">
  /developers/samples/android/wearable/wear/Quiz/Application/src/main/res/layout/
main.xml 135 android:visibility="invisible"/>
150 android:visibility="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.
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboard.java 33 * match the region of {@link #mModeChangeKey} when {@link #mModeChangeKey} becomes invisible.
39 * returns true. When this key becomes invisible, its width will be shrunk to zero.
  /development/samples/browseable/Quiz/Application/res/layout/
main.xml 135 android:visibility="invisible"/>
150 android:visibility="invisible">
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
ptrace-restrictions.sh 62 echo "FAIL: cousins unexpectedly invisible in /proc"
77 echo "ok: init correctly invisible in /proc"
  /external/droiddriver/src/io/appium/droiddriver/
UiElement.java 197 * does not include off-screen children, but may include invisible on-screen
211 * Filters out invisible children.
  /external/droiddriver/src/io/appium/droiddriver/scroll/
SentinelStrategy.java 40 * A {@link Finder} for sentinel. Note that unlike {@link Finder}, invisible
47 // Include invisible children by default.
  /external/icu/icu4c/source/common/
servls.cpp 100 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE, status);
137 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE,
  /frameworks/base/core/tests/coretests/src/android/transition/
SlideTransitionTest.java 58 TransitionLatch latch = setVisibilityInTransition(slideOut, R.id.square1, View.INVISIBLE);
69 assertEquals(View.INVISIBLE, square1.getVisibility());
  /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);
  /frameworks/base/packages/SystemUI/res/layout/
quick_status_bar_expanded_header.xml 75 android:visibility="invisible"
142 android:visibility="invisible"
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
Divider.java 73 mView.setVisibility(mVisible ? View.VISIBLE : View.INVISIBLE);
102 mView.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HeaderTransformState.java 63 headerChild.setVisibility(View.INVISIBLE);
141 headerChild.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);

Completed in 1051 milliseconds

<<11121314151617181920>>