HomeSort by relevance Sort by last modified time
    Searched defs:displayId (Results 1 - 19 of 19) sorted by null

  /frameworks/base/services/java/com/android/server/display/
DisplayViewport.java 34 public int displayId;
55 displayId = viewport.displayId;
67 + ", displayId=" + displayId
DisplayManagerService.java 270 * @param displayId The logical display id.
274 int displayId, DisplayInfo info) {
276 LogicalDisplay display = mLogicalDisplays.get(displayId);
281 sendDisplayEventLocked(displayId, DisplayManagerGlobal.EVENT_DISPLAY_CHANGED);
344 * @param displayId The logical display id.
349 public DisplayInfo getDisplayInfo(int displayId) {
351 LogicalDisplay display = mLogicalDisplays.get(displayId);
648 final int displayId = assignDisplayIdLocked(isDefault);
649 final int layerStack = assignLayerStackLocked(displayId);
651 LogicalDisplay display = new LogicalDisplay(displayId, layerStack, device)
    [all...]
  /frameworks/base/cmds/screencap/
screencap.cpp 94 int32_t displayId = DEFAULT_DISPLAY_ID;
102 displayId = atoi(optarg);
142 sp<IBinder> display = SurfaceComposerClient::getBuiltInDisplay(displayId);
  /frameworks/base/core/java/android/view/
WindowInfo.java 54 public int displayId = UNDEFINED;
75 parcel.writeInt(displayId);
87 displayId = parcel.readInt();
99 info.displayId = other.displayId;
141 displayId = UNDEFINED;
149 builder.append(", displayId:").append(displayId);
  /frameworks/base/services/java/com/android/server/input/
InputWindowHandle.java 91 public final int displayId;
96 Object windowState, int displayId) {
99 this.displayId = displayId;
  /frameworks/base/services/input/
InputListener.h 91 int32_t displayId;
103 int32_t edgeFlags, int32_t displayId, uint32_t pointerCount,
InputWindow.h 137 int32_t displayId;
InputDispatcher.h 514 int32_t displayId;
524 nsecs_t downTime, int32_t displayId, uint32_t pointerCount,
701 bool isHovering(int32_t deviceId, uint32_t source, int32_t displayId) const;
757 int32_t displayId;
873 sp<InputWindowHandle> findTouchedWindowAtLocked(int32_t displayId, int32_t x, int32_t y);
    [all...]
InputDispatcher.cpp 169 static bool isMainDisplay(int32_t displayId) {
170 return displayId == ADISPLAY_ID_DEFAULT || displayId == ADISPLAY_ID_NONE;
436 int32_t displayId = motionEntry->displayId;
441 sp<InputWindowHandle> touchedWindowHandle = findTouchedWindowAtLocked(displayId, x, y);
458 sp<InputWindowHandle> InputDispatcher::findTouchedWindowAtLocked(int32_t displayId,
465 if (windowInfo->displayId == displayId) {
848 if (isMainDisplay(entry->displayId)) {
    [all...]
InputReader.cpp 208 if (viewport.displayId >= 0) {
    [all...]
InputReader.h 55 int32_t displayId; // -1 if invalid
69 displayId(ADISPLAY_ID_NONE), orientation(DISPLAY_ORIENTATION_0),
76 return displayId == other.displayId
95 return displayId >= 0;
99 displayId = ADISPLAY_ID_NONE;
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputWindowHandle.cpp 55 jfieldID displayId;
155 mInfo->displayId = env->GetIntField(obj,
156 gInputWindowHandleClassInfo.displayId);
298 GET_FIELD_ID(gInputWindowHandleClassInfo.displayId, clazz,
299 "displayId", "I");
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 97 // List of presentation contents indexed by displayId.
178 int displayId = mActivePresentations.keyAt(i);
179 mSavedPresentationContents.put(displayId, presentation.mContents);
196 final int displayId = display.getDisplayId();
197 if (mActivePresentations.get(displayId) != null) {
202 + " on display #" + displayId + ".");
207 mActivePresentations.put(displayId, presentation);
214 final int displayId = display.getDisplayId();
215 DemoPresentation presentation = mActivePresentations.get(displayId);
220 Log.d(TAG, "Dismissing presentation on display #" + displayId + ".")
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java 52 // Layout changes for individual Displays. Indexed by displayId.
144 void addDisplayLocked(final int displayId) {
146 getDisplayContentsAnimatorLocked(displayId);
147 if (displayId == Display.DEFAULT_DISPLAY) {
152 void removeDisplayLocked(final int displayId) {
153 final DisplayContentsAnimator displayAnimator = mDisplayContentsAnimators.get(displayId);
169 mDisplayContentsAnimators.delete(displayId);
222 final int displayId = mDisplayContentsAnimators.keyAt(i);
226 final WinAnimatorList winAnimators = layoutToAnim.mWinAnimatorLists.get(displayId);
231 DimAnimator.Parameters dimParams = layoutToAnim.mDimParams.get(displayId);
    [all...]
WindowStateAnimator.java 368 final int displayId = mWin.mDisplayContent.getDisplayId();
369 mAnimator.setPendingLayoutChanges(displayId, WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM);
371 "WindowStateAnimator", mAnimator.mPendingLayoutChanges.get(displayId));
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
ActivityThread.java     [all...]
  /prebuilts/sdk/current/
android.jar 

Completed in 478 milliseconds