HomeSort by relevance Sort by last modified time
    Searched defs:displayId (Results 1 - 22 of 22) 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 308 * @param displayId The logical display id.
312 int displayId, DisplayInfo info) {
314 LogicalDisplay display = mLogicalDisplays.get(displayId);
319 sendDisplayEventLocked(displayId, DisplayManagerGlobal.EVENT_DISPLAY_CHANGED);
329 public void setOverscan(int displayId, int left, int top, int right, int bottom) {
331 LogicalDisplay display = mLogicalDisplays.get(displayId);
399 * @param displayId The logical display id.
404 public DisplayInfo getDisplayInfo(int displayId) {
406 LogicalDisplay display = mLogicalDisplays.get(displayId);
702 final int displayId = assignDisplayIdLocked(isDefault)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDisplay.java 16 private int displayId;
51 return displayId;
109 public void setDisplayId(int displayId) {
110 this.displayId = displayId;
  /frameworks/base/cmds/screencap/
screencap.cpp 99 int32_t displayId = DEFAULT_DISPLAY_ID;
107 displayId = atoi(optarg);
147 sp<IBinder> display = SurfaceComposerClient::getBuiltInDisplay(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 516 int32_t displayId;
526 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;
875 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) {
850 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 112 void addDisplayLocked(final int displayId) {
114 getDisplayContentsAnimatorLocked(displayId);
115 if (displayId == Display.DEFAULT_DISPLAY) {
120 void removeDisplayLocked(final int displayId) {
121 final DisplayContentsAnimator displayAnimator = mDisplayContentsAnimators.get(displayId);
137 mDisplayContentsAnimators.delete(displayId);
211 private void updateWindowsLocked(final int displayId) {
214 final WindowList windows = mService.getWindowListLocked(displayId);
249 setPendingLayoutChanges(displayId,
253 getPendingLayoutChanges(displayId));
    [all...]
WindowStateAnimator.java 372 final int displayId = mWin.mDisplayContent.getDisplayId();
373 mAnimator.setPendingLayoutChanges(displayId, WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM);
375 "WindowStateAnimator", mAnimator.getPendingLayoutChanges(displayId));
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
ActivityThread.java     [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 568 milliseconds