Searched refs:invisible (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DSnapshot.cpp33 , invisible(false)
52 , invisible(s->invisible)
277 return invisible || empty;
H A DCanvasState.h153 void setInvisible(bool value) { mSnapshot->invisible = value; }
H A DSnapshot.h214 * is typically ignored if its layer is invisible or empty.
254 * Indicates that this snapshot is invisible and nothing should be drawn
258 bool invisible; member in class:android::uirenderer::Snapshot
262 * invisible but this flag is not passed to subsequent snapshots.
H A DOpenGLRenderer.cpp526 writableSnapshot()->invisible = writableSnapshot()->invisible || (alpha <= 0 && fboLayer);
1449 // Even if there is no drawing command(Ex: invisible),
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewThumbnail.java78 // bar for the task view, then just mark this thumbnail view as invisible
272 boolean invisible = mTaskBar != null && (getHeight() - clipBottom) <= mTaskBar.getHeight();
273 if (invisible != mInvisible) {
274 mInvisible = invisible;
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorCaptionView.java340 boolean invisible = isFillingScreen() || !mShow;
341 mCaption.setVisibility(invisible ? GONE : VISIBLE);

Completed in 1589 milliseconds