HomeSort by relevance Sort by last modified time
    Searched full:invisible (Results 301 - 325 of 771) sorted by null

<<11121314151617181920>>

  /packages/apps/Launcher2/res/layout-land/
launcher.xml 119 android:visibility="invisible" />
  /packages/apps/Launcher2/res/layout-port/
launcher.xml 113 android:visibility="invisible" />
  /packages/apps/Launcher2/res/layout-sw720dp/
launcher.xml 114 android:visibility="invisible" />
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SecondLevelIndicatorControlBar.java 203 mCloseIcon.setVisibility(enabled ? View.VISIBLE : View.INVISIBLE);
  /packages/apps/Phone/src/com/android/phone/
InCallScreenShowActivation.java 30 * Invisible activity that handles the com.android.phone.PERFORM_CDMA_PROVISIONING intent.
  /packages/apps/Settings/src/com/android/settings/
SettingsLicenseActivity.java 142 // so set it invisible to avoid displaying the title text in the background.
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsDetails.java 79 mAppVersion.setVisibility(View.INVISIBLE);
  /packages/providers/ContactsProvider/res/values/
strings.xml 44 <!-- The name of the invisible local contact directory -->
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 178 iconView.setVisibility(View.INVISIBLE);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/machine/
asm.h 47 * to a possibly-modified form that will be invisible to C programs.
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/machine/
asm.h 47 * to a possibly-modified form that will be invisible to C programs.
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
SlidingChallengeLayout.java 220 * 0.f = fully invisible/inaccessible to the user.
436 mExpandChallengeView.setVisibility(View.INVISIBLE);
445 mChallengeView.setVisibility(View.INVISIBLE);
828 mChallengeView.setVisibility(mChallengeShowing ? VISIBLE : INVISIBLE);
844 mExpandChallengeView.setVisibility(mChallengeShowing ? INVISIBLE : VISIBLE);
    [all...]
MultiPaneChallengeLayout.java 142 mScrimView.setVisibility(INVISIBLE);
178 mScrimView.setVisibility(mIsBouncing ? VISIBLE : 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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 275 mStatusBarContents.setVisibility(View.INVISIBLE);
294 mSettingsButton.setVisibility(userSetup ? View.VISIBLE : View.INVISIBLE);
425 mClearButton.setVisibility(View.INVISIBLE);
520 mCarrierLabel.setVisibility(mCarrierLabelVisible ? View.VISIBLE : View.INVISIBLE);
    [all...]
  /frameworks/base/core/java/android/widget/
StackView.java 199 mClickFeedback.setVisibility(INVISIBLE);
282 // Make sure this view that is "waiting in the wings" is invisible
284 view.setVisibility(INVISIBLE);
460 mClickFeedback.setVisibility(INVISIBLE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt 52 android:cursorVisible : Makes the cursor visible (the default) or invisible. [boolean]
167 android:measureAllChildren : Determines whether to measure all children or just those in the VISIBLE or INVISIBLE state when measuring. [boolean]
176 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]
177 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]
179 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]
180 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]
    [all...]
  /external/libffi/src/sparc/
ffi.c 507 /* Straight copy of invisible reference. */
572 /* Straight copy of invisible reference. */
  /external/webkit/Source/WebCore/loader/
DocumentThreadableLoader.cpp 240 // Preflight data should be invisible to clients.
252 // Preflight data should be invisible to clients.
  /external/webkit/Tools/DumpRenderTree/gtk/fonts/
fonts.conf 388 <int>0x2062</int> <!-- INVISIBLE TIMES -->
389 <int>0x2063</int> <!-- INVISIBLE SEPARATOR -->
  /frameworks/av/include/private/media/
AudioTrackShared.h 227 // FIXME remove this API since it assumes a lock that should be invisible to caller
284 // FIXME remove this API since it assumes a lock that should be invisible to caller
  /frameworks/opt/datetimepicker/src/com/googlecode/eyesfree/utils/
TouchExplorationHelper.java 330 // Attached to invisible window means this view is not visible.
335 // An invisible predecessor or one with alpha zero means
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
QueryController.java 340 String.format("Skipping invisible child: %s", childNode.toString()));
470 String.format("Skipping invisible child: %s", childNode.toString()));
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 53 * This is an invisible worker {@link Fragment} that loads the contact details for the contact card.
139 // This is an invisible view. This fragment is declared in a layout, so it can't be
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 225 mDeleteContainer.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);
315 if (mIsDeletable) mDeleteContainer.setVisibility(View.INVISIBLE);

Completed in 918 milliseconds

<<11121314151617181920>>