Searched refs:fromSource (Results 1 – 3 of 3) sorted by relevance
45 public static IconPack buildEmptyPack(@Nullable IconPack fromSource) { in buildEmptyPack() argument46 return new IconPack(false, null, null, null, null, fromSource); in buildEmptyPack()
139 final InsetsSource fromSource = mFromState.peekSource(type); in applyChangeInsets() local141 if (fromSource == null || toSource == null) { in applyChangeInsets()144 final Rect fromFrame = fromSource.getFrame(); in applyChangeInsets()
782 final InsetsSource fromSource = fromState.peekSource(type); in startResizingAnimationIfNeeded() local784 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()