HomeSort by relevance Sort by last modified time
    Searched refs:displayRect (Results 1 - 24 of 24) sorted by null

  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoHelper.java 43 Rect displayRect = new Rect();
44 displayRect.top = 0;
45 displayRect.left = 0;
46 displayRect.right = width;
47 displayRect.bottom = height;
49 if (nodeRect.intersect(displayRect)) {
  /frameworks/base/services/core/java/com/android/server/display/
DisplayDevice.java 162 * @param displayRect defines where on the display will layerStackRect be
163 * mapped to. displayRect is specified post-orientation, that is
167 Rect layerStackRect, Rect displayRect) {
172 || !mCurrentDisplayRect.equals(displayRect)) {
183 mCurrentDisplayRect.set(displayRect);
186 orientation, layerStackRect, displayRect);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.h 82 hwc_rect_t displayRect);
84 hwc_rect_t displayRect);
hwc_copybit.cpp 209 hwc_rect_t displayRect = {0, 0, 0, 0};
217 mDirtyRect = displayRect;
233 displayRect = getUnion(displayRect, layer.displayFrame);
256 displayRect.bottom = 0;
257 displayRect.top = 0;
258 displayRect.right = 0;
259 displayRect.bottom = 0;
260 mDirtyRect = displayRect;
265 if(mFbCache.getUnchangedFbDRCount(dirtyRect, displayRect) <
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceControl.java 657 int orientation, Rect layerStackRect, Rect displayRect) {
664 if (displayRect == null) {
665 throw new IllegalArgumentException("displayRect must not be null");
669 displayRect.left, displayRect.top, displayRect.right, displayRect.bottom);
    [all...]
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerAppConfigurationTests.java 180 final Rectangle displayRect = getDisplayRect(activityName);
195 + displayRect.width + " " + displayRect.height);
  /packages/apps/Messaging/src/com/android/messaging/ui/
SnackBarManager.java 346 final Rect displayRect = new Rect();
347 snackBar.getParentView().getRootView().getWindowVisibleDisplayFrame(displayRect);
348 return screenHeight - displayRect.bottom;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java 599 Rect displayRect = ssp.getDisplayRect();
620 stackLayout.getTaskStackBounds(displayRect, windowRect, systemInsets.top,
623 stackLayout.initialize(displayRect, windowRect, mTaskStackBounds,
657 Rect displayRect = Recents.getSystemServices().getDisplayRect();
660 Rect appRect = new Rect(displayRect);
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 317 final Rect displayRect = new Rect();
318 mDisplayView.getGlobalVisibleRect(displayRect);
322 revealView.setBottom(displayRect.bottom);
323 revealView.setLeft(displayRect.left);
324 revealView.setRight(displayRect.right);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackLayoutAlgorithm.java 435 public void initialize(Rect displayRect, Rect windowRect, Rect taskStackBounds,
439 int topMargin = getScaleForExtent(windowRect, displayRect, mBaseTopMargin, mMinMargin, HEIGHT);
440 int bottomMargin = getScaleForExtent(windowRect, displayRect, mBaseBottomMargin, mMinMargin,
442 mInitialTopOffset = getScaleForExtent(windowRect, displayRect, mBaseInitialTopOffset,
    [all...]
TaskViewThumbnail.java 294 void bindToTask(Task t, boolean disabledInSafeMode, int displayOrientation, Rect displayRect) {
298 mDisplayRect.set(displayRect);
TaskView.java 592 Rect displayRect) {
598 mThumbnailView.bindToTask(mTask, mIsDisabledInSafeMode, displayOrientation, displayRect);
  /frameworks/base/services/core/java/com/android/server/wm/
TaskStack.java 715 * @param displayRect The bounds of the display the docked stack is on.
724 Rect displayRect, Rect outBounds, int stackId, Rect dockedBounds, int dockDividerWidth,
727 final boolean splitHorizontally = displayRect.width() > displayRect.height();
729 outBounds.set(displayRect);
    [all...]
WindowStateAnimator.java     [all...]
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 179 const Rect& displayRect);
507 const Rect& displayRect) {
512 s.frame = displayRect;
744 const Rect& displayRect) {
746 layerStackRect, displayRect);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Calculator.java 680 final Rect displayRect = new Rect();
681 mDisplayView.getGlobalVisibleRect(displayRect);
685 revealView.setBottom(displayRect.bottom);
686 revealView.setLeft(displayRect.left);
687 revealView.setRight(displayRect.right);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
SystemServicesProxy.java     [all...]
  /frameworks/native/include/gui/
SurfaceComposerClient.h 181 * - displayRect defines where on the display will layerStackRect be
182 * mapped to. displayRect is specified post-orientation, that is
188 const Rect& displayRect);
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 269 Rect displayRect(offX, offY, offX + outWidth, offY + outHeight);
283 layerStackRect, displayRect);
    [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 397 Rect displayRect(displayRect_left, displayRect_top, displayRect_right, displayRect_bottom);
398 SurfaceComposerClient::setDisplayProjection(token, orientation, layerStackRect, displayRect);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskStack.java 490 public Rect getDockedTaskStackBounds(Rect displayRect, int width, int height,
511 layoutAlgorithm.getTaskStackBounds(displayRect, windowRectOut, top, 0, insets.right,
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 527 milliseconds