Searched defs:displayId (Results 1 - 25 of 43) sorted by relevance

12

/frameworks/base/core/java/android/hardware/display/
H A DDisplayViewport.java36 public int displayId; field in class:DisplayViewport
57 displayId = viewport.displayId;
69 + ", displayId=" + displayId
H A DDisplayManager.java249 * @param displayId The logical display id.
252 public Display getDisplay(int displayId) { argument
254 return getOrCreateDisplayLocked(displayId, false /*assumeValid*/);
323 private Display getOrCreateDisplayLocked(int displayId, boolean assumeValid) { argument
324 Display display = mDisplays.get(displayId);
326 display = mGlobal.getCompatibleDisplay(displayId,
327 mContext.getDisplayAdjustments(displayId));
329 mDisplays.put(displayId, display);
549 * @param displayId The id of the logical display that was added.
551 void onDisplayAdded(int displayId); argument
558 onDisplayRemoved(int displayId) argument
565 onDisplayChanged(int displayId) argument
[all...]
H A DDisplayManagerInternal.java64 * @param displayId The logical display id.
68 public abstract DisplayInfo getDisplayInfo(int displayId); argument
96 * @param displayId The logical display id.
100 int displayId, DisplayInfo info);
123 * @param displayId The logical display id to update.
131 public abstract void setDisplayProperties(int displayId, boolean hasContent, argument
99 setDisplayInfoOverrideFromWindowManager( int displayId, DisplayInfo info) argument
H A DDisplayManagerGlobal.java104 * @param displayId The logical display id.
108 public DisplayInfo getDisplayInfo(int displayId) { argument
113 info = mDisplayInfoCache.get(displayId);
119 info = mDm.getDisplayInfo(displayId);
125 mDisplayInfoCache.put(displayId, info);
130 Log.d(TAG, "getDisplayInfo: displayId=" + displayId + ", info=" + info);
173 * @param displayId The logical display id.
177 public Display getCompatibleDisplay(int displayId, DisplayAdjustments daj) { argument
178 DisplayInfo displayInfo = getDisplayInfo(displayId);
191 getRealDisplay(int displayId) argument
202 getRealDisplay(int displayId, IBinder token) argument
257 handleDisplayEvent(int displayId, int event) argument
438 onDisplayEvent(int displayId, int event) argument
454 sendDisplayEvent(int displayId, int event) argument
[all...]
/frameworks/base/core/java/android/hardware/input/
H A DInputManagerInternal.java28 public abstract boolean injectInputEvent(InputEvent event, int displayId, int mode); argument
/frameworks/support/v4/jellybean-mr1/android/support/v4/hardware/display/
H A DDisplayManagerJellybeanMr1.java27 public static Display getDisplay(Object displayManagerObj, int displayId) { argument
28 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplay(displayId);
/frameworks/base/core/java/android/content/res/
H A DResourcesKey.java31 public ResourcesKey(String resDir, int displayId, Configuration overrideConfiguration, argument
34 mDisplayId = displayId;
/frameworks/support/v4/java/android/support/v4/hardware/display/
H A DDisplayManagerCompat.java75 * @param displayId The logical display id.
78 public abstract Display getDisplay(int displayId); argument
113 public Display getDisplay(int displayId) { argument
115 if (display.getDisplayId() == displayId) {
140 public Display getDisplay(int displayId) { argument
141 return DisplayManagerJellybeanMr1.getDisplay(mDisplayManagerObj, displayId);
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp95 int32_t displayId = DEFAULT_DISPLAY_ID; local
103 displayId = atoi(optarg);
143 sp<IBinder> display = SurfaceComposerClient::getBuiltInDisplay(displayId);
/frameworks/base/core/java/android/app/
H A DResourcesManager.java73 public DisplayMetrics getDisplayMetricsLocked(int displayId) { argument
74 return getDisplayMetricsLocked(displayId, DisplayAdjustments.DEFAULT_DISPLAY_ADJUSTMENTS);
77 public DisplayMetrics getDisplayMetricsLocked(int displayId, DisplayAdjustments daj) { argument
78 boolean isDefaultDisplay = (displayId == Display.DEFAULT_DISPLAY);
96 Display d = displayManager.getCompatibleDisplay(displayId, daj);
153 String[] overlayDirs, String[] libDirs, int displayId,
156 ResourcesKey key = new ResourcesKey(resDir, displayId, overrideConfiguration, scale, token);
214 DisplayMetrics dm = getDisplayMetricsLocked(displayId);
216 boolean isDefaultDisplay = (displayId == Display.DEFAULT_DISPLAY);
292 int displayId
152 getTopLevelResources(String resDir, String[] splitResDirs, String[] overlayDirs, String[] libDirs, int displayId, Configuration overrideConfiguration, CompatibilityInfo compatInfo, IBinder token) argument
[all...]
H A DActivityView.java365 void attachToDisplay(int displayId) { argument
367 mIActivityContainer.attachToDisplay(displayId);
/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplay.java83 public LogicalDisplay(int displayId, int layerStack, DisplayDevice primaryDisplayDevice) { argument
84 mDisplayId = displayId;
H A DColorFade.java127 public ColorFade(int displayId) { argument
128 mDisplayId = displayId;
715 int displayId, SurfaceControl surfaceControl) {
717 mDisplayId = displayId;
714 NaturalSurfaceLayout(DisplayManagerInternal displayManagerInternal, int displayId, SurfaceControl surfaceControl) argument
/frameworks/base/services/core/java/com/android/server/input/
H A DInputWindowHandle.java91 public final int displayId; field in class:InputWindowHandle
96 Object windowState, int displayId) {
99 this.displayId = displayId;
95 InputWindowHandle(InputApplicationHandle inputApplicationHandle, Object windowState, int displayId) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimator.java132 void addDisplayLocked(final int displayId) { argument
134 getDisplayContentsAnimatorLocked(displayId);
135 if (displayId == Display.DEFAULT_DISPLAY) {
140 void removeDisplayLocked(final int displayId) { argument
141 final DisplayContentsAnimator displayAnimator = mDisplayContentsAnimators.get(displayId);
149 mDisplayContentsAnimators.delete(displayId);
181 private void updateAppWindowsLocked(int displayId) { argument
182 ArrayList<TaskStack> stacks = mService.getDisplayContentLocked(displayId).getStacks();
242 private void updateWindowsLocked(final int displayId) { argument
245 final WindowList windows = mService.getWindowListLocked(displayId);
514 updateWallpaperLocked(int displayId) argument
581 testTokenMayBeDrawnLocked(int displayId) argument
823 getPendingLayoutChanges(final int displayId) argument
831 setPendingLayoutChanges(final int displayId, final int changes) argument
857 getDisplayContentsAnimatorLocked(int displayId) argument
866 setScreenRotationAnimationLocked(int displayId, ScreenRotationAnimation animation) argument
872 getScreenRotationAnimationLocked(int displayId) argument
[all...]
H A DSession.java166 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets,
168 return mService.addWindow(this, window, seq, attrs, viewVisibility, displayId,
181 int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) {
182 return mService.addWindow(this, window, seq, attrs, viewVisibility, displayId,
165 addToDisplay(IWindow window, int seq, WindowManager.LayoutParams attrs, int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets, InputChannel outInputChannel) argument
180 addToDisplayWithoutInputChannel(IWindow window, int seq, WindowManager.LayoutParams attrs, int viewVisibility, int displayId, Rect outContentInsets, Rect outStableInsets) argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp56 jfieldID displayId; member in struct:android::__anon1007
159 mInfo->displayId = env->GetIntField(obj,
160 gInputWindowHandleClassInfo.displayId);
302 GET_FIELD_ID(gInputWindowHandleClassInfo.displayId, clazz,
303 "displayId", "I");
/frameworks/native/services/inputflinger/
H A DInputListener.cpp72 int32_t edgeFlags, int32_t displayId, uint32_t pointerCount,
77 edgeFlags(edgeFlags), displayId(displayId), pointerCount(pointerCount),
90 edgeFlags(other.edgeFlags), displayId(other.displayId),
69 NotifyMotionArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, int32_t displayId, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, float xPrecision, float yPrecision, nsecs_t downTime) argument
H A DInputListener.h91 int32_t displayId; member in struct:android::NotifyMotionArgs
103 int32_t edgeFlags, int32_t displayId, uint32_t pointerCount,
H A DInputWindow.h134 int32_t displayId; member in struct:android::InputWindowInfo
/frameworks/base/core/java/android/view/
H A DDisplay.java261 int displayId, DisplayInfo displayInfo /*not null*/,
264 mDisplayId = displayId;
260 Display(DisplayManagerGlobal global, int displayId, DisplayInfo displayInfo , DisplayAdjustments daj) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java49 public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId, argument
66 int displayId, Rect arg3, Rect arg4)
65 addToDisplayWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId, Rect arg3, Rect arg4) argument
/frameworks/base/core/java/android/content/
H A DContextWrapper.java710 public DisplayAdjustments getDisplayAdjustments(int displayId) { argument
711 return mBase.getDisplayAdjustments(displayId);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java623 public DisplayAdjustments getDisplayAdjustments(int displayId) { argument
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java88 public void clearForcedDisplaySize(int displayId) throws RemoteException { argument
93 public void clearForcedDisplayDensity(int displayId) throws RemoteException { argument
98 public void setOverscan(int displayId, int left, int top, int right, int bottom) argument
272 public Bitmap screenshotApplications(IBinder arg0, int displayId, int arg1, argument
335 public void getInitialDisplaySize(int displayId, Point size) { argument
340 public void getBaseDisplaySize(int displayId, Point size) { argument
345 public void setForcedDisplaySize(int displayId, int arg0, int arg1) throws RemoteException { argument
350 public int getInitialDisplayDensity(int displayId) { argument
355 public int getBaseDisplayDensity(int displayId) { argument
360 public void setForcedDisplayDensity(int displayId, in argument
[all...]

Completed in 491 milliseconds

12