Searched refs:invisible (Results 1 – 25 of 32) sorted by relevance
12
/frameworks/base/libs/hwui/ |
D | Snapshot.cpp | 35 , invisible(false) in Snapshot() 54 , invisible(s->invisible) in Snapshot() 270 return invisible || empty; in isIgnored()
|
D | Snapshot.h | 215 bool invisible; variable
|
D | OpenGLRenderer.cpp | 657 mSnapshot->invisible = mSnapshot->invisible || (alpha <= 0 && fboLayer); in updateSnapshotIgnoreForLayer()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskViewThumbnail.java | 178 boolean invisible = mTaskBar != null && (getHeight() - clipBottom) <= mTaskBar.getHeight(); in updateThumbnailVisibility() 179 if (invisible != mInvisible) { in updateThumbnailVisibility() 180 mInvisible = invisible; in updateThumbnailVisibility()
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | index.jd | 40 your codebase, and making mistakes in your manifest that could render an APK invisible to all
|
D | texture.jd | 292 will be invisible to most, if not all devices.</p>
|
D | screensize.jd | 347 will be invisible to most, if not all devices.</p>
|
D | multiple.jd | 469 will be invisible to most, if not all devices.</p>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | overview.jd | 20 is an invisible container that organizes child views, while the child views may be input
|
D | drag-drop.jd | 501 you will get an invisible drag shadow.
|
/frameworks/base/docs/html/training/material/ |
D | animations.jd | 76 <p>To reveal a previously invisible view using this effect:</p> 79 // previously invisible view 115 // make the view invisible when the animation is done
|
/frameworks/base/docs/html/training/managing-audio/ |
D | volume-playback.jd | 150 invisible (such as during the {@link android.app.Activity#onStop onStop()} callback). However, it’s
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | optimizing-layout.jd | 141 …that has no children or no background can often be removed (since it is invisible) for a flatter a…
|
/frameworks/base/docs/html/design/patterns/ |
D | accessibility.jd | 31 …ate your app by sound. When using Explore by Touch, the user enables an invisible but audible laye…
|
/frameworks/base/docs/html/training/animation/ |
D | zoom.jd | 113 android:visibility="invisible"
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | service.jd | 170 /* the watch face became visible or invisible */
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | creating-sync-adapter.jd | 490 adapter invisible unless you have an account type or domain that's easily associated 491 with your app. If you make your account type invisible, you can still allow users to
|
/frameworks/base/docs/html/guide/appendix/ |
D | glossary.jd | 260 Some viewgroups are invisible and are for layout only, while others have
|
/frameworks/base/docs/html/training/articles/ |
D | perf-tips.jd | 301 "invisible" performance hit.</p>
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | building-ui.jd | 42 invisible view containers that define how the child views are laid out, such as in a
|
/frameworks/base/docs/html/google/play/ |
D | filters.jd | 93 update that makes the app invisible to the user, the user will not see that an update is
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | hardware-accel.jd | 60 usually manifest themselves as invisible elements, exceptions, or wrongly rendered pixels. To
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-ex1.jd | 152 or perhaps you don't need a layout at all (the Activity will be invisible
|
/frameworks/base/docs/html/tools/support-library/ |
D | index.jd | 684 the target fragment no longer exists, dispatching selection events to invisible fragments, improved
|
/frameworks/base/docs/html/guide/components/ |
D | activities.jd | 540 invisible to the user.</td>
|
12