HomeSort by relevance Sort by last modified time
    Searched refs:displayId (Results 26 - 50 of 85) sorted by null

12 3 4

  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 172 static bool isMainDisplay(int32_t displayId) {
173 return displayId == ADISPLAY_ID_DEFAULT || displayId == ADISPLAY_ID_NONE;
441 int32_t displayId = motionEntry->displayId;
446 sp<InputWindowHandle> touchedWindowHandle = findTouchedWindowAtLocked(displayId, x, y);
471 sp<InputWindowHandle> InputDispatcher::findTouchedWindowAtLocked(int32_t displayId,
478 if (windowInfo->displayId == displayId) {
859 if (isMainDisplay(entry->displayId)) {
    [all...]
InputListener.h 91 int32_t displayId;
103 int32_t edgeFlags, int32_t displayId, uint32_t pointerCount,
InputDispatcher.h 297 virtual int32_t injectInputEvent(const InputEvent* event, int32_t displayId,
381 virtual int32_t injectInputEvent(const InputEvent* event, int32_t displayId,
514 int32_t displayId;
524 nsecs_t downTime, int32_t displayId, uint32_t pointerCount,
703 bool isHovering(int32_t deviceId, uint32_t source, int32_t displayId) const;
759 int32_t displayId;
879 sp<InputWindowHandle> findTouchedWindowAtLocked(int32_t displayId, int32_t x, int32_t y);
    [all...]
InputWindow.h 134 int32_t displayId;
InputReader.h 56 int32_t displayId; // -1 if invalid
70 displayId(ADISPLAY_ID_NONE), orientation(DISPLAY_ORIENTATION_0),
77 return displayId == other.displayId
96 return displayId >= 0;
100 displayId = ADISPLAY_ID_NONE;
    [all...]
  /external/chromium_org/third_party/angle/src/libEGL/
Display.cpp 37 egl::Display *Display::getDisplay(EGLNativeDisplayType displayId, EGLint displayType)
40 DisplayMap::const_iterator iter = displays->find(displayId);
46 // FIXME: Check if displayId is a valid display device context
48 egl::Display *display = new egl::Display(displayId, displayType);
49 displays->insert(std::make_pair(displayId, display));
54 Display::Display(EGLNativeDisplayType displayId, EGLint displayType)
55 : mDisplayId(displayId),
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 49 public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId,
66 int displayId, Rect arg3, Rect arg4)