OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setDisplayInfo
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/inputflinger/tests/
InputReader_test.cpp
139
void
setDisplayInfo
(int32_t displayId, int32_t width, int32_t height, int32_t orientation) {
156
mConfig.
setDisplayInfo
(false /*external*/, v);
157
mConfig.
setDisplayInfo
(true /*external*/, v);
[
all
...]
/frameworks/native/services/inputflinger/
InputReader.cpp
238
void InputReaderConfiguration::
setDisplayInfo
(bool external, const DisplayViewport& viewport) {
[
all
...]
Completed in 201 milliseconds