HomeSort by relevance Sort by last modified time
    Searched full:invisible (Results 126 - 150 of 1059) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Settings/res/layout/
user_limits.xml 45 android:visibility="invisible"/>
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
Bummer.java 58 mApology.setVisibility(View.INVISIBLE);
  /cts/tests/tests/view/src/android/view/cts/
ViewStubTest.java 98 // set INVISIBLE when parent is null
102 viewStub2.setVisibility(View.INVISIBLE);
106 assertEquals(View.INVISIBLE, viewStub2.getVisibility());
View_UsingViewsTest.java 435 assertEquals(View.INVISIBLE, v2.getVisibility());
444 v3.setVisibility(View.INVISIBLE);
445 assertEquals(View.INVISIBLE, v3.getVisibility());
485 mWarningTextView.setVisibility(View.INVISIBLE);
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.cc 181 // then we need to show all invisible children before calling parent class's
189 // If there were any invisible children, showing them will trigger another
224 // it's necessary to show invisible children next time.
  /external/chromium_org/chrome/browser/extensions/
extension_action_unittest.cc 42 ExtensionAction::INVISIBLE);
73 ExtensionAction::INVISIBLE);
75 << "Making a script badge invisible should not show its animation.";
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.cc 181 // then we need to show all invisible children before calling parent class's
189 // If there were any invisible children, showing them will trigger another
224 // it's necessary to show invisible children next time.
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/
math_whitespace.json 265 "default": "invisible times",
274 "default": "invisible separator",
283 "default": "invisible plus",
  /external/replicaisland/src/com/replica/replicaisland/
ExtrasMenuActivity.java 204 mLinearModeButton.setVisibility(View.INVISIBLE);
206 mLevelSelectButton.setVisibility(View.INVISIBLE);
208 mControlsButton.setVisibility(View.INVISIBLE);
  /frameworks/base/core/tests/coretests/res/values/
strings.xml 7 <string name="left_bottom">parent INVISIBLE</string>
9 <string name="right_bottom">me INVISIBLE</string>
56 <string name="visibility_1_invis">Invisible</string>
  /frameworks/opt/datetimepicker/res/layout/
time_header_label.xml 29 android:visibility="invisible"
39 android:visibility="invisible"
80 android:visibility="invisible"
  /packages/apps/Contacts/src/com/android/contacts/util/
HelpUtils.java 58 * item is made invisible.
72 * - If the helpUrlString is empty or null, the help menu item is made invisible.
81 // The help url string is empty or null, so set the help menu item to be invisible.
  /packages/apps/Settings/src/com/android/settings/
HelpUtils.java 59 * item is made invisible.
73 * - If the helpUrlString is empty or null, the help menu item is made invisible.
82 // The help url string is empty or null, so set the help menu item to be invisible.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 92 * A list of invisible parents (see {@link CanvasViewInfo#isInvisible()} for
107 * layout when we exit show-all-invisible-parents mode (see
149 * {@link LayoutCanvas#showInvisibleViews}) where individual invisible
221 // Update the data structures related to tracking invisible and exploded nodes.
302 * <li>Invisible parents. These are nodes that can hold children and have empty
304 * <li>Exploded nodes. These are nodes that were previously marked as invisible, and
368 * Returns true if we have parents in this hierarchy that are invisible (e.g. because
371 * @return True if we have invisible parents.
656 * bounds of a shown invisible node. Therefore, this method returns the views that
657 * would be invisible in a real rendering of the scene
    [all...]
  /frameworks/base/core/java/android/view/
ViewStub.java 30 * A ViewStub is an invisible, zero-sized View that can be used to lazily inflate
168 * Specifies the layout resource to inflate when this StubbedView becomes visible or invisible
213 * When visibility is set to {@link #VISIBLE} or {@link #INVISIBLE},
218 * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
234 if (visibility == VISIBLE || visibility == INVISIBLE) {
  /packages/apps/Camera2/src/com/android/camera/ui/
ModuleSwitcher.java 185 mPopup.setVisibility(View.INVISIBLE);
252 mPopup.setVisibility(View.INVISIBLE);
275 setVisibility(View.INVISIBLE);
352 mPopup.setVisibility(View.INVISIBLE);
381 setVisibility(View.INVISIBLE);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 513 View.VISIBLE : View.INVISIBLE;
546 if (mFeatureIndeterminateProgress && spinnyProgressBar.getVisibility() == View.INVISIBLE) {
558 spinnyProgressBar.setVisibility(View.INVISIBLE);
561 horizontalProgressBar.setVisibility(View.INVISIBLE);
568 pb.setVisibility(View.INVISIBLE);
576 pb.setVisibility(View.INVISIBLE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestActivity.java 187 mProgress.setVisibility(ProgressBar.INVISIBLE);
198 mProgress.setVisibility(ProgressBar.INVISIBLE);
234 mProgress.setVisibility(ProgressBar.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);
  /external/chromium_org/ppapi/api/
ppb_view.idl 83 * Use the result to speed up or stop updates for invisible module
100 * is visible. The most common cause of invisible pages is that
148 * partial updates, you may want to think about what color the invisible
  /external/chromium_org/ppapi/cpp/
view.h 58 /// Use the result to speed up or stop updates for invisible module
70 /// is visible. The most common cause of invisible pages is that
113 /// partial updates, you may want to think about what color the invisible
  /external/chromium_org/ui/surface/
accelerated_surface_win.h 68 // Indicates that the presenter has become invisible.
171 // drawn with D3D (e.g. with GDI) to flicker visible / invisible.
211 // Indicates that the surface has become invisible.
  /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
  /cts/tests/res/layout/
using_views_layout.xml 73 android:visibility="invisible"
  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/res/layout/
card.xml 72 android:visibility="invisible"/>

Completed in 1078 milliseconds

1 2 3 4 56 7 8 91011>>