Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp184 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) { in configure()
212 mParameters.hasAssociatedDisplay = false; in configureParameters()
214 mParameters.hasAssociatedDisplay = true; in configureParameters()
221 toString(mParameters.hasAssociatedDisplay)); in dumpParameters()
291 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay && in sync()
459 if (mParameters.hasAssociatedDisplay) { in getAssociatedDisplayId()
DCursorInputMapper.h84 bool hasAssociatedDisplay; member
DTouchInputMapper.cpp462 mParameters.hasAssociatedDisplay = false; in configureParameters()
467 mParameters.hasAssociatedDisplay = true; in configureParameters()
477 mParameters.hasAssociatedDisplay = true; in configureParameters()
520 toString(mParameters.hasAssociatedDisplay), in dumpParameters()
561 if (mParameters.hasAssociatedDisplay) { in findViewport()
626 mParameters.hasAssociatedDisplay) { in configureSurface()
3909 if (mParameters.hasAssociatedDisplay) { in getAssociatedDisplayId()
DTouchInputMapper.h202 bool hasAssociatedDisplay; member