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.java199 private Rect mDisplayRect = new Rect(); field in TaskStackView
270 mDisplayRect = ssp.getDisplayRect(); in TaskStackView()
844 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds); in updateLayoutToStableBounds()
1195 mLayoutAlgorithm.getTaskStackBounds(mDisplayRect, new Rect(0, 0, width, height), in onMeasure()
1206 mStableLayoutAlgorithm.initialize(mDisplayRect, mStableWindowRect, mStableStackBounds); in onMeasure()
1207 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds); in onMeasure()
1566 tv.onTaskBound(task, mTouchExplorationEnabled, mDisplayOrientation, mDisplayRect); in bindTaskView()
1922 mStackBounds.set(dockState.getDockedTaskStackBounds(mDisplayRect, getMeasuredWidth(), in onBusEvent()
1926 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds); in onBusEvent()
2049 mDisplayRect = LegacyRecentsImpl.getSystemServices().getDisplayRect(); in onBusEvent()
[all …]
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp534 Rect mDisplayRect = Rect::INVALID_RECT; member in android::LayerTransactionTest
552 mDisplayRect = in SetUpDisplay()
794 getScreenCapture()->expectColor(mDisplayRect, Color::BLACK); in TEST_P()
800 getScreenCapture()->expectColor(mDisplayRect, Color::BLACK); in TEST_P()
1290 getScreenCapture()->expectColor(mDisplayRect, Color::BLACK); in TEST_P()
1494 .setTransparentRegionHint(layerTransparent, Region(mDisplayRect)) in TEST_P()
1513 .setTransparentRegionHint(layerTransparent, Region(mDisplayRect)) in TEST_P()
1942 getScreenCapture()->expectColor(mDisplayRect, Color::BLACK); in TEST_P()