HomeSort by relevance Sort by last modified time
    Searched full:invisible (Results 526 - 550 of 709) sorted by null

<<212223242526272829

  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 683 : view.getVisibility() == View.INVISIBLE ? "INVISIBLE" : "GONE"));
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java 785 mComposingView.setVisibility(View.INVISIBLE);
792 mComposingView.setVisibility(View.INVISIBLE);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 906 // This is the magic and invisible "." at the head of every
    [all...]
  /external/bluetooth/bluedroid/gki/common/
gki_buffer.c 862 /* Keep buffers such that GKI header is invisible
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 528 // We need this event box to be invisible because we're only going to draw
    [all...]
  /external/icu4c/data/unidata/
DerivedJoiningType.txt 257 2060..2064 ; T # Cf [5] WORD JOINER..INVISIBLE PLUS
  /external/icu4c/test/intltest/
ucharstrietest.cpp 334 // Definitions in the anonymous namespace are invisible outside this file.
    [all...]
uts46test.cpp 337 // 2064 INVISIBLE PLUS (ignored)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 907 /* Keep buffers such that GKI header is invisible
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 907 /* Keep buffers such that GKI header is invisible
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 795 // Invisible frames have no duration.
    [all...]
  /external/qemu-pc-bios/bochs/
config.h.in 642 // functions, the this-ptr is argument number 1 but is invisible on
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp     [all...]
  /external/webp/src/dec/
vp8.c 119 return 0; // first frame is invisible!
  /frameworks/base/core/java/android/view/
LayoutInflater.java     [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java     [all...]
  /frameworks/base/docs/html/about/versions/
jelly-bean.jd 154 <p>Developers can now use <strong>GridLayout</strong> and <strong>ViewStub</strong> views in Home screen widgets and notifications. GridLayout lets you structure the content of your remote views and manage child views alignments with a shallower UI hierarchy. ViewStub is an invisible, zero-sized View that can be used to lazily inflate layout resources at runtime.</p>
  /frameworks/base/docs/html/guide/google/play/
filters.jd 103 update that makes the app invisible to the user, the user will not see that an update is
  /frameworks/base/docs/html/tools/extras/
support-library.jd 134 the target fragment no longer exists, dispatching selection events to invisible fragments, improved
  /frameworks/base/docs/html/training/notepad/
notepad-ex1.jd 151 or perhaps you don't need a layout at all (the Activity will be invisible
  /frameworks/support/v4/java/android/support/v4/app/
FragmentActivity.java 680 case View.INVISIBLE: out.append('I'); break;
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 690 * Sets section header or makes it invisible if the title is null.
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 450 // is invisible until you click on the target canvas to give it focus).
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 548 // Setting the focus doesn't work when the window is invisible, so any focus
819 // is currently invisible or has no focusable children it will be
    [all...]

Completed in 2037 milliseconds

<<212223242526272829