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

  /frameworks/base/include/ui/
InputReader.h 417 int32_t mAssociatedDisplayId;
457 int32_t mAssociatedDisplayId;
581 int32_t mAssociatedDisplayId;
  /frameworks/base/libs/ui/
InputReader.cpp 833 InputMapper(device), mAssociatedDisplayId(associatedDisplayId), mSources(sources),
860 dump.appendFormat(INDENT3 "AssociatedDisplayId: %d\n", mAssociatedDisplayId);
924 if (mAssociatedDisplayId >= 0) {
926 if (! getPolicy()->getDisplayInfo(mAssociatedDisplayId, NULL, NULL, & orientation)) {
1016 InputMapper(device), mAssociatedDisplayId(associatedDisplayId) {
    [all...]

Completed in 14 milliseconds