Home
last modified time | relevance | path

Searched refs:mDisplayRect (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskViewThumbnail.java58 private Rect mDisplayRect = new Rect(); field in TaskViewThumbnail
276 ((float) mTaskViewRect.width() / mDisplayRect.width()); in updateThumbnailMatrix()
350 mDisplayRect.set(displayRect); in bindToTask()
DTaskStackView.java197 private Rect mDisplayRect = new Rect(); field in TaskStackView
267 mDisplayRect = ssp.getDisplayRect(); in TaskStackView()
841 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds); in updateLayoutToStableBounds()
1192 mLayoutAlgorithm.getTaskStackBounds(mDisplayRect, new Rect(0, 0, width, height), in onMeasure()
1203 mStableLayoutAlgorithm.initialize(mDisplayRect, mStableWindowRect, mStableStackBounds); in onMeasure()
1204 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds); in onMeasure()
1563 tv.onTaskBound(task, mTouchExplorationEnabled, mDisplayOrientation, mDisplayRect); in bindTaskView()
1919 mStackBounds.set(dockState.getDockedTaskStackBounds(mDisplayRect, getMeasuredWidth(), in onBusEvent()
1923 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds); in onBusEvent()
2046 mDisplayRect = LegacyRecentsImpl.getSystemServices().getDisplayRect(); in onBusEvent()
[all …]
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp532 Rect mDisplayRect = Rect::INVALID_RECT; member in android::LayerTransactionTest
550 mDisplayRect = in SetUpDisplay()
790 getScreenCapture()->expectColor(mDisplayRect, Color::BLACK); in TEST_P()
796 getScreenCapture()->expectColor(mDisplayRect, Color::BLACK); in TEST_P()
1286 getScreenCapture()->expectColor(mDisplayRect, Color::BLACK); in TEST_P()
1490 .setTransparentRegionHint(layerTransparent, Region(mDisplayRect)) in TEST_P()
1509 .setTransparentRegionHint(layerTransparent, Region(mDisplayRect)) in TEST_P()
1938 getScreenCapture()->expectColor(mDisplayRect, Color::BLACK); in TEST_P()