Home
last modified time | relevance | path

Searched refs:potentialCursor (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.h117 bool potentialCursor{false};
DRequestedLayerState.cpp83 potentialCursor = args.flags & ISurfaceComposerClient::eCursorWindow; in RequestedLayerState()
520 if (potentialCursor) { in getCompositionType()
DLayerSnapshotBuilder.cpp283 if (requested.potentialCursor) { in needsInputInfo()
1018 if (requested.potentialCursor) { in updateLayerBounds()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h350 static void setLayerPotentialCursor(const sp<Layer>& layer, bool potentialCursor) { in setLayerPotentialCursor() argument
351 layer->mPotentialCursor = potentialCursor; in setLayerPotentialCursor()