Searched
full:invisible (Results
376 -
400 of
771) sorted by null
<<11121314151617181920>>
/external/llvm/utils/lit/lit/ |
ProgressBar.py | 63 HIDE_CURSOR = '' #: Make the cursor invisible
|
/external/webkit/Source/JavaScriptCore/runtime/ |
RegExpConstructor.cpp | 358 // Can detect a distinct initial state that is invisible to JavaScript, by checking for null
|
/external/webkit/Source/WebCore/platform/graphics/ |
ContextShadow.cpp | 65 // Can't paint the shadow with invalid or invisible color.
|
/external/webkit/Source/WebCore/rendering/ |
RenderReplaced.cpp | 175 // if we're invisible or haven't received a layout yet, then just bail.
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResourceClipper.cpp | 115 // If clip-path only contains one visible shape or path, we can use path-based clipping. Invisible
|
/frameworks/av/services/audioflinger/ |
StateQueue.h | 73 // mutating invisible to observer, read/write to mutator
|
/frameworks/base/core/java/android/view/animation/ |
AnimationUtils.java | 223 * Make an animation for objects becoming invisible. Uses a slide and fade
|
/frameworks/base/core/tests/coretests/src/android/webkit/ |
AccessibilityInjectorTest.java | [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListFilter.java | 58 mFrame.setVisibility(v == mHide ? View.INVISIBLE : View.VISIBLE);
|
/frameworks/base/docs/html/design/patterns/ |
accessibility.jd | 30 <p>As you design your app, think about the labels and notations needed to navigate your app by sound. When using Explore by Touch, the user enables an invisible but audible layer of structure in your application. Like any other aspect of app design, this structure can be simple, elegant, and robust. The following are Android's recommended guidelines to enable effective navigation for all users.</p>
|
/frameworks/base/docs/html/training/improving-layouts/ |
optimizing-layout.jd | 141 <li>Useless leaf - A layout that has no children or no background can often be removed (since it is invisible) for a flatter and more efficient layout hierarchy.</li>
|
/frameworks/base/docs/html/training/location/ |
display-address.jd | 80 to {@code android:visibility="gone"}, to make it invisible and remove it from the layout
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
TabletStatusBar.java | [all...] |
/frameworks/base/services/java/com/android/server/wifi/ |
WifiNotificationController.java | 203 * visible or invisible.
|
/frameworks/support/v4/java/android/support/v4/view/ |
ActionProvider.java | 128 * it is invisible. The default implementation returns true.
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteActionProvider.java | 41 * menu item invisible. In this way, the button will only be visible when it
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
AccessibilityNodeInfoDumper.java | 132 Log.i(LOGTAG, String.format("Skipping invisible child: %s", child.toString()));
|
/packages/apps/Calendar/res/layout/ |
recurrencepicker.xml | 162 android:visibility="invisible" />
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
DefaultContactBrowseListFragment.java | 117 // it invisible later. See checkHeaderViewVisibility()
|
/packages/apps/Dialer/src/com/android/dialer/ |
DialtactsActivity.java | 509 mMenuButton.setVisibility(View.INVISIBLE); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
ManageCachePage.java | 244 layout.setVisibility(View.INVISIBLE);
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
HeaderGridView.java | 388 convertView.setVisibility(View.INVISIBLE);
|
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackActivity.java | [all...] |
/packages/apps/Phone/res/layout/ |
primary_call_info.xml | 126 android:visibility="invisible" />
|
/packages/apps/Phone/src/com/android/phone/ |
ManageConferenceUtils.java | 251 separateButton.setVisibility(View.INVISIBLE);
|
Completed in 1254 milliseconds
<<11121314151617181920>>