Home
last modified time | relevance | path

Searched refs:sTmpRect (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DDarkIconDispatcher.java75 Rect sTmpRect = new Rect(); field
114 sTmpRect.set(area); in isInArea()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java329 private static final Rect sTmpRect = new Rect(); field in DisplayPolicy
1212 sTmpRect.set(inOutFrame); in getImeSourceFrameProvider()
1215 inOutFrame.union(sTmpRect); in getImeSourceFrameProvider()
1582 if (mStatusBarColorCheckedBounds.contains(sTmpRect)) {
1587 mStatusBarColorCheckedBounds.union(sTmpRect);
1603 if (!sTmpRect.equals(sTmpRect2)) {
1604 if (sTmpRect.height() == sTmpRect2.height()) {
1605 if (sTmpRect.left != sTmpRect2.left) {
1609 if (sTmpRect.right != sTmpRect2.right) {
1616 mStatusBarColorCheckedBounds.union(sTmpRect);
[all …]