HomeSort by relevance Sort by last modified time
    Searched refs:getDisplayId (Results 1 - 25 of 27) sorted by null

1 2

  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 78 if (display.getDisplayId() == Display.DEFAULT_DISPLAY) {
93 assertEquals(Display.DEFAULT_DISPLAY, mWindowManager.getDefaultDisplay().getDisplayId());
102 assertTrue(Display.DEFAULT_DISPLAY != display.getDisplayId());
  /frameworks/base/services/java/com/android/server/wm/
DisplayContent.java 74 mDisplayId = display.getDisplayId();
79 int getDisplayId() {
WindowStateAnimator.java 372 final int displayId = mWin.mDisplayContent.getDisplayId();
    [all...]
WindowState.java 413 displayContent.getDisplayId());
681 public int getDisplayId() {
682 return mDisplayContent.getDisplayId();
    [all...]
DisplayMagnifier.java 134 + " displayId: " + displayContent.getDisplayId());
144 + " displayId: " + windowState.getDisplayId());
165 + " displayId: " + windowState.getDisplayId());
WindowAnimator.java 632 final int pendingChanges = getPendingLayoutChanges(displayContent.getDisplayId());
673 final int displayId = winAnimator.mWin.getDisplayId();
    [all...]
DragState.java 113 mDisplay.getDisplayId());
InputMonitor.java 270 final boolean onDefaultDisplay = (child.getDisplayId() == Display.DEFAULT_DISPLAY);
WindowManagerService.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 155 mSavedPresentationContents.get(display.getDisplayId());
196 final int displayId = display.getDisplayId();
214 final int displayId = display.getDisplayId();
265 R.string.presentation_alert_info_text, display.getDisplayId()))
316 int displayId = presentation.getDisplay().getDisplayId();
346 final int displayId = display.getDisplayId();
417 final int displayId = display.getDisplayId();
  /frameworks/base/core/java/android/app/
Presentation.java 330 if (displayId == mDisplay.getDisplayId()) {
337 if (displayId == mDisplay.getDisplayId()) {
ContextImpl.java     [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDisplay.java 50 public int getDisplayId() {
  /frameworks/support/v4/java/android/support/v4/hardware/display/
DisplayManagerCompat.java 115 if (display.getDisplayId() == displayId) {
  /frameworks/base/core/java/android/view/
Display.java 206 public int getDisplayId() {
SurfaceView.java 491 mVisible ? VISIBLE : GONE, display.getDisplayId(), mContentInsets);
    [all...]
ViewRootImpl.java 526 getHostVisibility(), mDisplay.getDisplayId(),
    [all...]
  /frameworks/base/services/java/com/android/server/display/
OverlayDisplayWindow.java 272 if (displayId == mDefaultDisplay.getDisplayId()) {
283 if (displayId == mDefaultDisplay.getDisplayId()) {
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
SystemMediaRouteProvider.java 697 ? newPresentationDisplay.getDisplayId() : -1);
725 builder.setPresentationDisplayId(presentationDisplay.getDisplayId());
    [all...]
  /frameworks/base/media/java/android/media/
MediaRouter.java 267 || (display != null && display.getDisplayId() == changedDisplayId)) {
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 810 milliseconds

1 2