HomeSort by relevance Sort by last modified time
    Searched refs:setDisplayInfo (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 451 outConfig->setDisplayInfo(0, false /*external*/,
453 outConfig->setDisplayInfo(0, true /*external*/,
    [all...]
  /frameworks/base/services/input/
InputReader.h 186 void setDisplayInfo(int32_t displayId, bool external,
    [all...]
InputReader.cpp 226 void InputReaderConfiguration::setDisplayInfo(int32_t displayId, bool external,
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 139 void setDisplayInfo(int32_t displayId, int32_t width, int32_t height, int32_t orientation) {
141 mConfig.setDisplayInfo(displayId, false /*external*/, width, height, orientation);
142 mConfig.setDisplayInfo(displayId, true /*external*/, width, height, orientation);
    [all...]

Completed in 1751 milliseconds