/packages/apps/Gallery2/src/com/android/camera/ |
PanoramaModule.java | 626 // We set "INVISIBLE" instead of "GONE" here because we need mPreviewArea to have layout 628 mPreviewArea.setVisibility(View.INVISIBLE); [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ComposeMessageActivity.java | [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/ |
ProgressBar.java | 879 if (v == GONE || v == INVISIBLE) { 894 if (visibility == GONE || visibility == INVISIBLE) { [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
ManageApplications.java | 306 mLoadingContainer.setVisibility(View.INVISIBLE); 663 mTab.mListContainer.setVisibility(View.INVISIBLE); [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
PhoneWindow.java | [all...] |
/frameworks/base/core/java/android/view/ |
View.java | 107 * are invisible containers that hold other Views (or other ViewGroups) and define 724 * This view is invisible, but it still takes up space for layout purposes. 728 public static final int INVISIBLE = 0x00000004; 731 * This view is invisible, and it doesn't take any space for layout 743 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE}; [all...] |
ViewDebug.java | 98 * actually mean VISIBLE, INVISIBLE and GONE. A mapping can be used to see 104 * @ViewDebug.IntToString(from = 4, to = "INVISIBLE"), [all...] |
/frameworks/base/core/java/android/widget/ |
NumberPicker.java | 808 mInputText.setVisibility(View.INVISIBLE); [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
PagedView.java | [all...] |
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailFragment.java | 328 mView.setVisibility(View.INVISIBLE); 421 mView.setVisibility(View.INVISIBLE); [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MessageViewFragmentBase.java | 858 // Set to invisible; if the button is still in this state one second from now, we'l [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizePagedView.java | 625 hostView.setVisibility(INVISIBLE); [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
WorkingMessage.java | 514 // sort of an "invisible attachment" so that the message isn't thrown 536 * sort of an "invisible attachment" so that the message isn't thrown 821 // FORCE_MMS behaves as sort of an "invisible attachment", making [all...] |
/external/clang/lib/AST/ |
DeclBase.cpp | [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTable.java | [all...] |
/external/icu4c/i18n/unicode/ |
uspoof.h | 115 * -# USPOOF_INVISIBLE: check an identifier for the presence of invisible characters, 197 /** Check an identifier for the presence of invisible characters, [all...] |
/external/webkit/Source/WebCore/dom/ |
Position.cpp | 552 // skip position in unrendered or invisible node 684 // skip position in unrendered or invisible node [all...] |
/external/webkit/Source/WebCore/page/animation/ |
AnimationBase.cpp | 199 // invisible. The invisible value we use (HIDDEN vs. COLLAPSE) depends on the specified from/to values. [all...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
FrameLoaderClientQt.cpp | [all...] |
/external/webkit/Tools/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/core/java/com/android/internal/widget/ |
ActionBarView.java | 677 mTitleUpView.setVisibility(!showHome ? (homeAsUp ? VISIBLE : INVISIBLE) : GONE); [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/maps/model/ |
TileOverlay.html | 743 <dd>Indicates if the tile overlay is visible or invisible, i.e., whether it is drawn on the map. 744 An invisible tile overlay is not drawn, but retains all of its other properties. The default is [all...] |
/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...] |
/frameworks/support/v4/java/android/support/v4/widget/ |
DrawerLayout.java | 732 final int newVisibility = lp.onScreen > 0 ? VISIBLE : INVISIBLE; [all...] |
SlidingPaneLayout.java | 380 vis = INVISIBLE; 391 if (child.getVisibility() == INVISIBLE) { [all...] |