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

<<11121314151617181920>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 611 mBackgroundDimmed.setVisibility(View.INVISIBLE);
612 mBackgroundNormal.setVisibility(View.INVISIBLE);
617 mBackgroundDimmed.setVisibility(dontShowDimmed ? View.INVISIBLE : View.VISIBLE);
620 : View.INVISIBLE);
622 mBackgroundDimmed.setVisibility(View.INVISIBLE);
    [all...]
NotificationContentView.java 643 mContractedChild.setVisibility(View.INVISIBLE);
649 mExpandedChild.setVisibility(View.INVISIBLE);
656 mHeadsUpChild.setVisibility(View.INVISIBLE);
663 mSingleLineView.setVisibility(View.INVISIBLE);
    [all...]
KeyguardAffordanceView.java 163 ? oldPreviewView.getVisibility() : INVISIBLE);
332 mPreviewView.setVisibility(View.INVISIBLE);
371 mPreviewView.setVisibility(View.INVISIBLE);
  /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]
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichTvInputService.java 184 mSubtitleView.setVisibility(View.INVISIBLE);
290 mSubtitleView.setVisibility(View.INVISIBLE);
324 mSubtitleView.setVisibility(View.INVISIBLE);
  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DynamicListView.java 55 * a bitmap and its visibility is set to INVISIBLE. A hover cell is then created and
135 selectedView.setVisibility(INVISIBLE);
344 switchView.setVisibility(View.INVISIBLE);
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
BarPlotExampleActivity.java 186 sbVariableWidth.setVisibility(View.INVISIBLE);
188 sbFixedWidth.setVisibility(View.INVISIBLE);
244 sbVariableWidth.setVisibility(View.INVISIBLE);
  /external/icu/icu4c/source/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 330 * the VISIBLE or INVISIBLE state, when measuring. Defaults to false.
344 * INVISIBLE state, are considered when measuring.
360 * INVISIBLE state, are considered when measuring.
  /frameworks/base/docs/html/training/tv/tif/
ui.jd 150 android:visibility="invisible"/&gt;
175 mSubtitleView.setVisibility(View.INVISIBLE);
287 mSubtitleView.setVisibility(View.INVISIBLE);
  /frameworks/base/docs/html-intl/intl/ja/training/material/
animations.jd 80 // previously invisible view
116 // make the view invisible when the animation is done
121 myView.setVisibility(View.INVISIBLE);
  /frameworks/base/docs/html-intl/intl/ko/training/material/
animations.jd 80 // previously invisible view
116 // make the view invisible when the animation is done
121 myView.setVisibility(View.INVISIBLE);
  /frameworks/base/docs/html-intl/intl/ru/training/material/
animations.jd 80 // previously invisible view
116 // make the view invisible when the animation is done
121 myView.setVisibility(View.INVISIBLE);
  /frameworks/base/docs/html-intl/intl/zh-cn/training/material/
animations.jd 80 // previously invisible view
116 // make the view invisible when the animation is done
121 myView.setVisibility(View.INVISIBLE);
  /frameworks/base/docs/html-intl/intl/zh-tw/training/material/
animations.jd 80 // previously invisible view
116 // make the view invisible when the animation is done
121 myView.setVisibility(View.INVISIBLE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
TransformState.java 70 if (mTransformedView.getVisibility() == View.INVISIBLE) {
198 mTransformedView.setVisibility(View.INVISIBLE);
467 mTransformedView.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
ChildHelper.java 82 * @param hidden If set to true, this item will be invisible from regular methods.
94 * @param hidden If set to true, this item will be invisible from regular methods.
225 * @param hidden If set to true, this item will be invisible to the regular methods.
  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 51 import static android.view.View.INVISIBLE;
206 mLeftButton.setVisibility(INVISIBLE);
210 mRightButton.setVisibility(INVISIBLE);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
slf4j-api.license 29 <a href="#main-content" class="element-invisible element-focusable">Skip to main content</a>
53 <label class="element-invisible" for="edit-search-block-form--2">Search </label>
87 <h2 class="element-invisible">You are here</h2><div class="breadcrumb"><a href="/">Home</a></div> <a id="main-content"></a>
slf4j-simple.license 29 <a href="#main-content" class="element-invisible element-focusable">Skip to main content</a>
53 <label class="element-invisible" for="edit-search-block-form--2">Search </label>
87 <h2 class="element-invisible">You are here</h2><div class="breadcrumb"><a href="/">Home</a></div> <a id="main-content"></a>
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java 575 /* showIcon = */ View.INVISIBLE));
586 /* showIcon = */ View.INVISIBLE));
614 iconVisibility = View.INVISIBLE;
760 // Adjust the top padding size for entries with an invisible icon. The padding depends on
762 if (iconVisibility == View.INVISIBLE &&
769 } else if (iconVisibility == View.INVISIBLE && TextUtils.isEmpty(entry.getSubHeader())
    [all...]
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
ActivityTransitionTest.java 269 assertEquals(View.INVISIBLE,
279 assertEquals(View.INVISIBLE, mActivity.exitVisibility.get());
  /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;

Completed in 1300 milliseconds

<<11121314151617181920>>