/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PresentationWithMediaRouterActivity.java | 197 mSurfaceView.setVisibility(View.INVISIBLE);
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
LookupActivity.java | 324 mProgress.setVisibility(View.INVISIBLE);
|
/development/tools/emulator/system/camera/ |
media_profiles.xml | 332 If a codec is not enabled, it is invisible to the applications
|
/device/samsung/manta/ |
media_profiles.xml | 240 If a codec is not enabled, it is invisible to the applications
|
/external/bison/src/ |
vcg.h | 312 invisible 346 single dots ( \Delta \Delta \Delta ) ffl invisible the edge is not 633 difference between hiding of edges and the edge line style invisible. 635 invisible are existent in the layout; they need space and may 311 invisible enumerator in enum:linestyle [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
views_login_display.cc | 172 // And initialize new one that was invisible.
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_installed_bubble.cc | 317 // both could be invisible.
|
/external/jmonkeyengine/engine/src/android/com/jme3/app/ |
AndroidHarness.java | 390 splashImageView.setVisibility(View.INVISIBLE);
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/ |
FlyByCamera.java | 156 * visible until dragged. Otherwise, the cursor is invisible at all times
|
/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/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 | 22 <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/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
TabletStatusBar.java | [all...] |
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/ |
AccessibilityNodeInfoDumper.java | 125 Log.i(LOGTAG, String.format("Skipping invisible child: %s", child.toString()));
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
DialtactsActivity.java | 512 mMenuButton.setVisibility(View.INVISIBLE); [all...] |
/packages/apps/Contacts/src/com/android/contacts/list/ |
DefaultContactBrowseListFragment.java | 112 // it invisible later. See checkHeaderViewVisibility()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
ManageCachePage.java | 244 layout.setVisibility(View.INVISIBLE);
|
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackActivity.java | [all...] |