HomeSort by relevance Sort by last modified time
    Searched full:invisible (Results 176 - 200 of 367) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/WebKit/chromium/src/
WebFrameImpl.h 267 // It is not necessary if the frame is invisible, for example, or if this
  /frameworks/base/core/java/android/view/
MenuItem.java 311 * set it to invisible and {@link #setEnabled(boolean) disabled}).
View.java 83 * are invisible containers that hold other Views (or other ViewGroups) and define
656 * This view is invisible, but it still takes up space for layout purposes.
659 public static final int INVISIBLE = 0x00000004;
662 * This view is invisible, and it doesn't take any space for layout
673 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE};
    [all...]
  /frameworks/base/core/java/android/widget/
TabHost.java 491 * been closed (i.e make it invisible, or remove it).
  /frameworks/base/docs/html/guide/topics/ui/
layout-objects.jd 219 are invisible structures that only manage the layout of their child views. </p>
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PatternUnlockScreen.java 457 ? View.VISIBLE : View.INVISIBLE);
PhoneWindow.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 159 // set this record to INVISIBLE
  /packages/apps/Contacts/src/com/android/contacts/
ContactListItemView.java 383 * Sets section header or makes it invisible if the title is null.
ViewContactActivity.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
GenericEditorView.java 125 mDelete.setVisibility(deletable ? View.VISIBLE : View.INVISIBLE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java 454 //mPreviewText.setVisibility(INVISIBLE);
  /system/core/liblinenoise/
linenoise.c 39 * - http://invisible-island.net/xterm/ctlseqs/ctlseqs.html
  /external/guava/src/com/google/common/base/
CharMatcher.java 189 * Determines whether a character is invisible; that is, if its Unicode
194 public static final CharMatcher INVISIBLE = inRange('\u0000', '\u0020')
    [all...]
  /external/webkit/WebCore/dom/
Position.cpp 506 // skip position in unrendered or invisible node
637 // skip position in unrendered or invisible node
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp     [all...]
  /packages/apps/Email/src/com/android/email/activity/
AccountFolderList.java 764 // Invisible (not "gone") to maintain spacing
765 view.findViewById(R.id.chip).setVisibility(View.INVISIBLE);
    [all...]
  /external/guava/javadoc/com/google/common/base/
CharMatcher.html 196 <TD><CODE><B><A HREF="../../../../com/google/common/base/CharMatcher.html#INVISIBLE">INVISIBLE</A></B></CODE>
199 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines whether a character is invisible; that is, if its Unicode
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
coll.h     [all...]
  /external/icu4c/i18n/unicode/
coll.h     [all...]
uspoof.h 122 * -# USPOOF_INVISIBLE: check an identifier for the presence of invisible characters,
204 /** Check an identifier for the presence of invisible characters,
    [all...]
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 186 // invisible. The invisible value we use (HIDDEN vs. COLLAPSE) depends on the specified from/to values.
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Atari/
Atari.patches 52 tool especialy if invisible control characters occur which weren't
800 X tool especialy if invisible control characters occur which weren't
  /frameworks/base/docs/html/sdk/api_diff/8/
missingSinces.txt 391 NO DOC BLOCK: android.provider.Contacts.PresenceColumns Field INVISIBLE
392 NO DOC BLOCK: android.provider.ContactsContract.StatusColumns Field INVISIBLE
    [all...]
  /development/samples/Home/src/com/example/android/home/
Home.java 571 mGrid.setVisibility(View.INVISIBLE);

Completed in 1229 milliseconds

1 2 3 4 5 6 78 91011>>