Searched
full:invisible (Results
301 -
325 of
709) sorted by null
<<11121314151617181920>>
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBar.java | 283 mStatusBarContents.setVisibility(View.INVISIBLE); 302 mSettingsButton.setVisibility(userSetup ? View.VISIBLE : View.INVISIBLE); 432 mClearButton.setVisibility(View.INVISIBLE); 523 mCarrierLabel.setVisibility(mCarrierLabelVisible ? View.VISIBLE : View.INVISIBLE); [all...] |
/frameworks/base/core/java/android/widget/ |
StackView.java | 199 mClickFeedback.setVisibility(INVISIBLE); 282 // Make sure this view that is "waiting in the wings" is invisible 284 view.setVisibility(INVISIBLE); 460 mClickFeedback.setVisibility(INVISIBLE); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion32.txt | 52 android:cursorVisible : Makes the cursor visible (the default) or invisible. [boolean] 165 android:measureAllChildren : Determines whether to measure all children or just those in the VISIBLE or INVISIBLE state when measuring. [boolean] 174 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] 175 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] 177 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] 178 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] [all...] |
/external/libffi/src/sparc/ |
ffi.c | 507 /* Straight copy of invisible reference. */ 572 /* Straight copy of invisible reference. */
|
/external/webkit/Source/WebCore/loader/ |
DocumentThreadableLoader.cpp | 240 // Preflight data should be invisible to clients. 252 // Preflight data should be invisible to clients.
|
/external/webkit/Tools/DumpRenderTree/gtk/fonts/ |
fonts.conf | 388 <int>0x2062</int> <!-- INVISIBLE TIMES --> 389 <int>0x2063</int> <!-- INVISIBLE SEPARATOR -->
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
MultiPaneChallengeLayout.java | 142 mScrimView.setVisibility(INVISIBLE); 178 mScrimView.setVisibility(mIsBouncing ? VISIBLE : INVISIBLE);
|
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/ |
QueryController.java | 344 String.format("Skipping invisible child: %s", childNode.toString())); 474 String.format("Skipping invisible child: %s", childNode.toString()));
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactLoaderFragment.java | 53 * This is an invisible worker {@link Fragment} that loads the contact details for the contact card. 139 // This is an invisible view. This fragment is declared in a layout, so it can't be
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
LabeledEditorView.java | 225 mDeleteContainer.setVisibility(visible ? View.VISIBLE : View.INVISIBLE); 315 if (mIsDeletable) mDeleteContainer.setVisibility(View.INVISIBLE);
|
/packages/apps/Gallery2/res/layout/ |
filtershow_activity.xml | 30 android:visibility="invisible" > 455 android:visibility="invisible" >
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorControlWheel.java | 516 mSecondLevelIcon.setVisibility(enabled ? View.VISIBLE : View.INVISIBLE); 517 mCloseIcon.setVisibility(enabled ? View.VISIBLE : View.INVISIBLE);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
GroupsTest.java | 338 // Make sure still invisible 360 // Make group invisible
|
/sdk/chimpchat/src/com/android/chimpchat/ |
ChimpManager.java | 172 * to be invisible to the script for internal needs. 224 * to be invisible to the script for internal needs.
|
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
ActionBarHelperBase.java | 126 * NOTE: This code will mark on-screen menu items as invisible.
|
/device/asus/grouper/ |
media_profiles.xml | 192 If a codec is not enabled, it is invisible to the applications
|
/external/compiler-rt/lib/interception/ |
interception.h | 72 // our replacement functions invisible to other libraries. This may be overcomed
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
SDL_syscdrom_c.h | 68 Next, we parse the invisible .TOC.plist in the root of the volume, which gets us
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_wimppoll.c | 314 regs.r[4] = 1 << 25; /* Caret is invisible */
|
/external/webkit/Source/WebCore/rendering/ |
RenderDataGrid.cpp | 161 // Don't render invisible columns.
|
/frameworks/base/core/java/android/view/ |
ActionProvider.java | 121 * it is invisible. The default implementation returns true.
|
/frameworks/base/core/res/res/layout/ |
keyguard_screen_password_landscape.xml | 212 android:visibility="invisible"
|
keyguard_screen_password_portrait.xml | 202 android:visibility="invisible"
|
keyguard_screen_unlock_portrait.xml | 175 android:visibility="invisible"
|
/frameworks/base/docs/html/training/managing-audio/ |
volume-playback.jd | 150 invisible (such as during the {@link android.app.Activity#onStop onStop()} callback). However, it?s
|
Completed in 2615 milliseconds
<<11121314151617181920>>