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

1 2 3 4 5 6 7 8 91011>>

  /external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java 59 mOkArrow.setVisibility(View.INVISIBLE);
179 mOkArrow.setVisibility(View.INVISIBLE);
  /frameworks/base/core/java/android/webkit/
ViewManager.java 199 * The surface is destroyed when it is set to invisible and then
206 sView.setVisibility(View.INVISIBLE);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetCarousel.java 146 // If the view has 0 alpha, we set it to be invisible so as to prevent
149 v.setVisibility(INVISIBLE);
  /packages/apps/Phone/tests/src/com/android/phone/tests/
OtaspTestActivity.java 112 mProgressBar.setVisibility(View.INVISIBLE);
222 mResult.setVisibility(View.INVISIBLE);
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 212 target.setVisibility(View.INVISIBLE);
247 target.setVisibility(View.INVISIBLE);
253 //target.setVisibility(View.INVISIBLE);
296 target.setVisibility(View.INVISIBLE);
434 target.setVisibility(View.INVISIBLE);
571 if (visibility != getVisibility() && visibility == View.INVISIBLE) {
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 215 findViewById(R.id.microphone_view).setVisibility(View.INVISIBLE);
216 findViewById(R.id.retry_view).setVisibility(View.INVISIBLE);
269 findViewById(R.id.microphone_view).setVisibility(View.INVISIBLE);
503 findViewById(R.id.microphone_view).setVisibility(View.INVISIBLE);
614 findViewById(R.id.retry_view).setVisibility(View.INVISIBLE);
616 View.INVISIBLE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion39.txt 16 android:cursorVisible : Makes the cursor visible (the default) or invisible. [boolean]
112 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]
113 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]
114 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]
115 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]
completion5-expected-completion40.txt 16 android:cursorVisible : Makes the cursor visible (the default) or invisible. [boolean]
112 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]
113 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]
114 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]
115 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]
  /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/widget/
FrameLayout.java 511 * the VISIBLE or INVISIBLE state, when measuring. Defaults to false.
525 * INVISIBLE state, are considered when measuring.
541 * INVISIBLE state, are considered when measuring.
DialerFilter.java 240 mLetters.setVisibility(View.INVISIBLE);
247 mDigits.setVisibility(View.INVISIBLE);
  /packages/apps/Camera/src/com/android/camera/
ActivityBase.java 428 // onLayoutChange() callback even when we are invisible.
429 mCameraAppView.setVisibility(View.INVISIBLE);
503 // Ignore if listener is null or the camera control is invisible.
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailTabCarousel.java 255 // - Scroll, zoom and fade (if the picture is mostly invisible and we now have a
257 // - Just scroll if the picture is completely invisible. This time, no zoom is needed
299 // (unfortunately, we need to have the text invisible during this transition as it
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java 430 private static final float INVISIBLE = 0;
452 mPermanentTextView.animate().alpha(INVISIBLE).setDuration(SHORT_ANIMATION_MS);
463 .alpha(INVISIBLE).setDuration(LONG_ANIMATION_MS);
  /packages/apps/Gallery2/src/com/android/camera/
ActivityBase.java 429 // onLayoutChange() callback even when we are invisible.
430 mCameraAppView.setVisibility(View.INVISIBLE);
504 // Ignore if listener is null or the camera control is invisible.
  /packages/apps/Mms/src/com/android/mms/ui/
SlideView.java 270 mImageView.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);
281 mScrollText.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);
290 mVideoView.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 331 // plus whatever the system needs to sync, e.g., invisible sync adapters
334 // invisible sync adapters' account type should be same as current account type
465 // keep track of invisible sync adapters, so sync now forces
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 185 mSweepLimit.setVisibility(View.INVISIBLE);
187 mSweepWarning.setVisibility(View.INVISIBLE);
206 mSweepWarning.setVisibility(View.INVISIBLE);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java     [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java 244 * image is being cleared). Otherwise, sets the View state to invisible before refreshing
252 viewState = View.INVISIBLE;
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.h 55 // an invisible marker exists. The side effect of having an invisible marker is that the quirks mode behavior of shrinking lines with no
  /external/webkit/Tools/DumpRenderTree/qt/
fonts.conf 92 <int>0x2062</int> <!-- INVISIBLE TIMES -->
93 <int>0x2063</int> <!-- INVISIBLE SEPARATOR -->
  /frameworks/base/core/tests/coretests/src/android/view/
MenuTest.java 228 Assert.assertFalse("Item did not become invisible", item1.isVisible());
230 Assert.assertFalse("Item did not become invisible", item2.isVisible());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 252 setVisibility(View.INVISIBLE);
261 setVisibility(View.INVISIBLE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanel.java 295 getClearButton().setVisibility(showX ? View.VISIBLE : View.INVISIBLE);
327 // NB: it will be invisible until you show it

Completed in 1113 milliseconds

1 2 3 4 5 6 7 8 91011>>