Home
last modified time | relevance | path

Searched refs:invisible (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/libs/hwui/
DSnapshot.cpp35 , invisible(false) in Snapshot()
54 , invisible(s->invisible) in Snapshot()
270 return invisible || empty; in isIgnored()
DSnapshot.h215 bool invisible; variable
DOpenGLRenderer.cpp657 mSnapshot->invisible = mSnapshot->invisible || (alpha <= 0 && fboLayer); in updateSnapshotIgnoreForLayer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewThumbnail.java178 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/
Dindex.jd40 your codebase, and making mistakes in your manifest that could render an APK invisible to all
Dtexture.jd292 will be invisible to most, if not all devices.</p>
Dscreensize.jd347 will be invisible to most, if not all devices.</p>
Dmultiple.jd469 will be invisible to most, if not all devices.</p>
/frameworks/base/docs/html/guide/topics/ui/
Doverview.jd20 is an invisible container that organizes child views, while the child views may be input
Ddrag-drop.jd501 you will get an invisible drag shadow.
/frameworks/base/docs/html/training/material/
Danimations.jd76 <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/
Dvolume-playback.jd150 invisible (such as during the {@link android.app.Activity#onStop onStop()} callback). However, it’s
/frameworks/base/docs/html/training/improving-layouts/
Doptimizing-layout.jd141 …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/
Daccessibility.jd31 …ate your app by sound. When using Explore by Touch, the user enables an invisible but audible laye…
/frameworks/base/docs/html/training/animation/
Dzoom.jd113 android:visibility="invisible"
/frameworks/base/docs/html/training/wearables/watch-faces/
Dservice.jd170 /* the watch face became visible or invisible */
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-sync-adapter.jd490 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/
Dglossary.jd260 Some viewgroups are invisible and are for layout only, while others have
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd301 "invisible" performance hit.</p>
/frameworks/base/docs/html/training/basics/firstapp/
Dbuilding-ui.jd42 invisible view containers that define how the child views are laid out, such as in a
/frameworks/base/docs/html/google/play/
Dfilters.jd93 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/
Dhardware-accel.jd60 usually manifest themselves as invisible elements, exceptions, or wrongly rendered pixels. To
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex1.jd152 or perhaps you don't need a layout at all (the Activity will be invisible
/frameworks/base/docs/html/tools/support-library/
Dindex.jd684 the target fragment no longer exists, dispatching selection events to invisible fragments, improved
/frameworks/base/docs/html/guide/components/
Dactivities.jd540 invisible to the user.</td>

12