HomeSort by relevance Sort by last modified time
    Searched refs:displayId (Results 76 - 100 of 212) sorted by null

1 2 34 5 6 7 8 9

  /frameworks/base/services/core/java/com/android/server/am/
KeyguardController.java 86 boolean isKeyguardShowing(int displayId) {
88 (displayId == DEFAULT_DISPLAY ? !mOccluded : displayId == mSecondaryDisplayShowing);
  /frameworks/base/services/core/java/com/android/server/vr/
Vr2dDisplay.java 319 private void updateDisplayId(int displayId) {
320 mActivityManagerInternal.setVr2dDisplayId(displayId);
321 mWindowManagerInternal.setVr2dDisplayId(displayId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DeviceStateMonitor.java 108 public void onDisplayAdded(int displayId) { }
111 public void onDisplayRemoved(int displayId) { }
114 public void onDisplayChanged(int displayId) {
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
OverlayDisplayWindow.java 367 public void onDisplayAdded(int displayId) {
371 public void onDisplayChanged(int displayId) {
372 if (displayId == mDefaultDisplay.getDisplayId()) {
382 public void onDisplayRemoved(int displayId) {
383 if (displayId == mDefaultDisplay.getDisplayId()) {
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
OverlayDisplayWindow.java 367 public void onDisplayAdded(int displayId) {
371 public void onDisplayChanged(int displayId) {
372 if (displayId == mDefaultDisplay.getDisplayId()) {
382 public void onDisplayRemoved(int displayId) {
383 if (displayId == mDefaultDisplay.getDisplayId()) {
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
OverlayDisplayWindow.java 367 public void onDisplayAdded(int displayId) {
371 public void onDisplayChanged(int displayId) {
372 if (displayId == mDefaultDisplay.getDisplayId()) {
382 public void onDisplayRemoved(int displayId) {
383 if (displayId == mDefaultDisplay.getDisplayId()) {
  /frameworks/base/services/core/java/com/android/server/display/
OverlayDisplayWindow.java 292 public void onDisplayAdded(int displayId) {
296 public void onDisplayChanged(int displayId) {
297 if (displayId == mDefaultDisplay.getDisplayId()) {
308 public void onDisplayRemoved(int displayId) {
309 if (displayId == mDefaultDisplay.getDisplayId()) {
LocalDisplayAdapter.java 440 final int displayId = mBuiltInDisplayId;
500 + "id=" + displayId
509 + "id=" + displayId
514 + "id=" + displayId
528 + "id=" + displayId + ", brightness=" + brightness + ")");
532 + "id=" + displayId + ", brightness=" + brightness + ")");
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TestWindowManagerPolicy.java 167 int displayId) {
173 int displayId) {
179 int displayId) {
185 int displayId) {
210 int logo, int windowFlags, Configuration overrideConfig, int displayId) {
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
OverlayDisplayWindow.java 396 public void onDisplayAdded(int displayId) {
400 public void onDisplayChanged(int displayId) {
401 if (displayId == mDefaultDisplay.getDisplayId()) {
411 public void onDisplayRemoved(int displayId) {
412 if (displayId == mDefaultDisplay.getDisplayId()) {
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 632 default void onPointerEvent(MotionEvent motionEvent, int displayId) {
633 if (displayId == DEFAULT_DISPLAY) {
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
  /frameworks/base/core/jni/
android_view_InputEventReceiver.cpp 236 int32_t displayId;
238 consumeBatches, frameTime, &seq, &inputEvent, &displayId);
316 displayId);
  /frameworks/base/services/core/java/com/android/server/wm/
DimLayer.java 97 DimLayer(WindowManagerService service, DimLayerUser user, int displayId, String name) {
99 mDisplayId = displayId;
102 if (DEBUG_DIM_LAYER) Slog.v(TAG, "Ctor: displayId=" + displayId);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h 100 void destroyDisplay(hwc2_display_t displayId);
102 void onHotplug(hwc2_display_t displayId, Connection connection);
292 hwc2_display_t displayId, hwc2_layer_t layerId);
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
ActivityManagerTestBase.java 170 protected static String getAmStartCmd(final String activityName, final int displayId) {
172 + " --display " + displayId;
394 protected void launchActivityOnDisplay(String targetActivityName, int displayId)
396 executeShellCommand(getAmStartCmd(targetActivityName, displayId));
410 * @param displayId Display id where target activity should be launched.
414 boolean multipleTask, String targetActivityName, int displayId) throws Exception {
429 if (displayId != INVALID_DISPLAY_ID) {
430 commandBuilder.append(" --ei display_id ").append(displayId);
728 protected int getDeviceRotation(int displayId) throws DeviceNotAvailableException {
731 "(mDisplayId=" + displayId + ")([\\s\\S]*)(mOverrideDisplayInfo)(.*)
    [all...]
WindowManagerState.java 431 Display getDisplay(int displayId) {
433 if (displayId == display.getDisplayId()) {
463 int getFrontStackId(int displayId) {
464 return mDisplayStacks.get(displayId).get(0).mStackId;
830 private Display(int displayId) {
831 mDisplayId = displayId;
862 final int displayId = Integer.valueOf(matcher.group(1));
863 final Display display = new Display(displayId);
    [all...]
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 307 public void onDisplayAdded(int displayId) {}
310 public void onDisplayChanged(int displayId) {
311 if (displayId == display.getDisplayId()) {
317 public void onDisplayRemoved(int displayId) {}
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 44 boolean alwaysConsumeNavBar, int displayId) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
InputConsumerController.java 68 public void onInputEvent(InputEvent event, int displayId) {
  /frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
HWC2On1Adapter.h 464 // hwc2_display_t displayId parameter.
467 hwc2_display_t displayId, HWC2::Error (Display::*member)(Args...),
469 auto display = getAdapter(device)->getDisplay(displayId);
478 static int32_t displayHook(hwc2_device_t* device, hwc2_display_t displayId,
480 return HWC2On1Adapter::callDisplayFunction(device, displayId, memFunc,
611 // hwc2_display_t displayId
616 hwc2_display_t displayId, hwc2_layer_t layerId,
618 auto result = getAdapter(device)->getLayer(displayId, layerId);
628 static int32_t layerHook(hwc2_device_t* device, hwc2_display_t displayId,
630 return HWC2On1Adapter::callLayerFunction(device, displayId, layerId
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.h 401 hwc2_display_t displayId, HWC2::Error (Display::*member)(Args...),
403 auto display = getAdapter(device)->getDisplay(displayId);
412 static int32_t displayHook(hwc2_device_t* device, hwc2_display_t displayId,
414 return HWC2On1Adapter::callDisplayFunction(device, displayId, memFunc,
583 hwc2_display_t displayId, hwc2_layer_t layerId,
585 auto result = getAdapter(device)->getLayer(displayId, layerId);
595 static int32_t layerHook(hwc2_device_t* device, hwc2_display_t displayId,
597 return HWC2On1Adapter::callLayerFunction(device, displayId, layerId,
641 std::tuple<Layer*, HWC2::Error> getLayer(hwc2_display_t displayId,
  /hardware/qcom/display/sdm845/libqdutils/
qdMetaData.h 98 int32_t displayId; /* on which display S3D is composed by client */
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
ActivityManagerConfigChangeTests.java 89 final int displayId = mAmWmState.getAmState().getStackById(actualStackId).mDisplayId;
90 final int newDeviceRotation = getDeviceRotation(displayId);
  /frameworks/base/core/java/android/hardware/input/
IInputManager.aidl 94 IInputForwarder createInputForwarder(int displayId);

Completed in 1277 milliseconds

1 2 34 5 6 7 8 9