HomeSort by relevance Sort by last modified time
    Searched full:displayid (Results 51 - 75 of 96) sorted by null

1 23 4

  /frameworks/native/services/inputflinger/
InputDispatcher.h 303 virtual int32_t injectInputEvent(const InputEvent* event, int32_t displayId,
387 virtual int32_t injectInputEvent(const InputEvent* event, int32_t displayId,
521 int32_t displayId;
531 int32_t displayId, uint32_t pointerCount,
717 bool isHovering(int32_t deviceId, uint32_t source, int32_t displayId) const;
773 int32_t displayId;
    [all...]
InputWindow.h 135 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...]
InputReader.cpp 223 if (viewport.displayId >= 0) {
    [all...]
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
WindowManagerState.java 215 Display getDisplay(int displayId) {
217 if (displayId == display.getDisplayId()) {
508 private Display(int displayId) {
509 mDisplayId = displayId;
540 final int displayId = Integer.valueOf(matcher.group(1));
541 final Display display = new Display(displayId);
ActivityAndWindowManagersState.java 497 int defaultMinimalTaskSize(int displayId) {
498 return dpToPx(DEFAULT_RESIZABLE_TASK_SIZE_DP, mWmState.getDisplay(displayId).getDpi());
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java 381 /** Mapping from displayId to display current state */
545 final int displayId = displays[displayNdx].getDisplayId();
546 ActivityDisplay activityDisplay = new ActivityDisplay(displayId);
550 mActivityDisplays.put(displayId, activityDisplay);
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
LocalDisplayAdapter.java 439 final int displayId = mBuiltInDisplayId;
488 + "id=" + displayId
493 + "id=" + displayId
506 + "id=" + displayId + ", brightness=" + brightness + ")");
510 + "id=" + displayId + ", brightness=" + brightness + ")");
ColorFade.java 125 public ColorFade(int displayId) {
126 mDisplayId = displayId;
733 int displayId, SurfaceControl surfaceControl) {
735 mDisplayId = displayId;
LogicalDisplay.java 87 public LogicalDisplay(int displayId, int layerStack, DisplayDevice primaryDisplayDevice) {
88 mDisplayId = displayId;
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
CircularDisplayMask.java 63 Slog.w(TAG, "Screen dimensions of displayId = " + display.getDisplayId() +
AppWindowAnimator.java 354 boolean stepAnimationLocked(long currentTime, final int displayId) {
406 "AppWindowToken", displayId);
AccessibilityController.java 308 + " displayId: " + displayContent.getDisplayId());
318 + " displayId: " + windowState.getDisplayId());
339 + " displayId: " + windowState.getDisplayId());
    [all...]
  /packages/services/Car/service/src/com/android/car/
CarPowerManagementService.java 739 public void onDisplayAdded(int displayId) {
744 public void onDisplayChanged(int displayId) {
745 if (displayId == Display.DEFAULT_DISPLAY) {
751 public void onDisplayRemoved(int displayId) {
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
ActivityView.java 451 void attachToDisplay(int displayId) {
453 mIActivityContainer.attachToDisplay(displayId);
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp     [all...]
  /frameworks/base/core/java/android/content/
ContextWrapper.java 818 public DisplayAdjustments getDisplayAdjustments(int displayId) {
819 return mBase.getDisplayAdjustments(displayId);
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/content/res/
ResourcesManagerTest.java 63 protected DisplayMetrics getDisplayMetrics(int displayId, DisplayAdjustments daj) {
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 183 int displayId, int rotation,
200 private static native int nativeInjectInputEvent(long ptr, InputEvent event, int displayId,
406 viewport.displayId, viewport.orientation,
569 private boolean injectInputEventInternal(InputEvent event, int displayId, int mode) {
584 result = nativeInjectInputEvent(mPtr, event, displayId, pid, uid, mode,
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java     [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java 299 @Override public void onDisplayAdded(int displayId) {
302 @Override public void onDisplayRemoved(int displayId) {
305 @Override public void onDisplayChanged(int displayId) {
306 if (displayId == Display.DEFAULT_DISPLAY) {
    [all...]

Completed in 3413 milliseconds

1 23 4