HomeSort by relevance Sort by last modified time
    Searched refs:INVISIBLE (Results 101 - 125 of 261) sorted by null

1 2 3 45 6 7 8 91011

  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationWithMediaRouterActivity.java 197 mSurfaceView.setVisibility(View.INVISIBLE);
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/
TransportControllerActivity.java 182 // When we become visible or invisible, play is paused.
253 // If we are now visible, schedule a timer for us to go invisible.
268 mMediaController.setVisibility(visible ? VISIBLE : INVISIBLE);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 324 mProgress.setVisibility(View.INVISIBLE);
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
ToonGame.java 86 mStarter.setVisibility(View.INVISIBLE);
  /external/icu4c/common/
servloc.h 186 * <p>Coverage may be either of the values VISIBLE or INVISIBLE.
189 * the factory are registered in getSupportedIDs, 'Invisible'
214 INVISIBLE = 1
  /frameworks/base/core/java/android/webkit/
AutoCompletePopup.java 39 setVisibility(INVISIBLE);
FindActionModeCallback.java 148 mMatches.setVisibility(View.INVISIBLE);
ViewManager.java 199 * The surface is destroyed when it is set to invisible and then
206 sView.setVisibility(View.INVISIBLE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SignalClusterView.java 212 mSpacer.setVisibility(View.INVISIBLE);
  /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...]
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneResultAdapter.java 292 vh.location.setVisibility(View.INVISIBLE);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 134 * Note, when the query is started, we make the ImageView INVISIBLE if the
177 imageView.setVisibility(View.INVISIBLE);
186 * Note, when the query is started, we make the ImageView INVISIBLE if the
StickyHeaderListView.java 61 protected View mDummyHeader = null; // A invisible header used when a section has no header
272 // No header for current position , use the dummy invisible one, hide the separator
328 mStickyHeader.setVisibility(View.INVISIBLE);
  /packages/apps/Camera/src/com/android/camera/
RotateDialogController.java 166 return View.INVISIBLE;
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsUnavailableFragment.java 192 mSecondaryMessageView.setVisibility(View.INVISIBLE);
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 372 getView().setVisibility(View.INVISIBLE);
447 mShareButton.setVisibility(show ? View.VISIBLE : View.INVISIBLE);
575 View.INVISIBLE);
664 mLapsList.setVisibility(View.INVISIBLE);
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
RotateDialogController.java 167 return View.INVISIBLE;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java 122 mSeekBar.setVisibility(View.INVISIBLE);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
UndoBarView.java 206 super.setVisibility(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/
AnimationUtils.java 91 * specified value (either View.INVISIBLE or View.GONE). If the view
102 * Must be either View.INVISIBLE or View.GONE.
107 (visibility == View.INVISIBLE || visibility == View.GONE)) {
134 * should behave as if it's already invisible or gone. This
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityViewTwoPane.java 302 mResultsHeader.setVisibility(INVISIBLE);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsDetails.java 79 mAppVersion.setVisibility(View.INVISIBLE);
  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 281 mTitleTextView.setVisibility(View.INVISIBLE);

Completed in 695 milliseconds

1 2 3 45 6 7 8 91011