Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconPack.java45 public static IconPack buildEmptyPack(@Nullable IconPack fromSource) { in buildEmptyPack() argument
46 return new IconPack(false, null, null, null, null, fromSource); in buildEmptyPack()
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsResizeAnimationRunner.java139 final InsetsSource fromSource = mFromState.peekSource(type); in applyChangeInsets() local
141 if (fromSource == null || toSource == null) { in applyChangeInsets()
144 final Rect fromFrame = fromSource.getFrame(); in applyChangeInsets()
H A DInsetsController.java782 final InsetsSource fromSource = fromState.peekSource(type); in startResizingAnimationIfNeeded() local
784 if (fromSource != null && toSource != null in startResizingAnimationIfNeeded()
785 && fromSource.isVisible() && toSource.isVisible() in startResizingAnimationIfNeeded()
786 && !fromSource.getFrame().equals(toSource.getFrame()) in startResizingAnimationIfNeeded()
787 && (Rect.intersects(mFrame, fromSource.getFrame()) in startResizingAnimationIfNeeded()