Searched refs:oldInfo (Results 1 – 4 of 4) sorted by relevance
169 AccessibilityNodeInfo oldInfo = mCacheImpl.get(sourceId); in add() local170 if (oldInfo != null) { in add()175 SparseLongArray oldChildrenIds = oldInfo.getChildNodeIds(); in add()188 final long oldParentId = oldInfo.getParentNodeId(); in add()
1257 AnimationInfo oldInfo = runningAnimators.get(anim); in playTransition() local1258 if (oldInfo != null && oldInfo.view != null && in playTransition()1259 oldInfo.view.getContext() == sceneRoot.getContext()) { in playTransition()1261 TransitionValues oldValues = oldInfo.values; in playTransition()1262 View oldView = oldInfo.view; in playTransition()
1071 File oldInfo = new File(WallpaperBackupHelper.WALLPAPER_INFO_KEY); in migrateFromOld() local1076 if (oldInfo.exists()) { in migrateFromOld()1078 oldInfo.renameTo(newInfo); in migrateFromOld()
1875 AccessibilityServiceInfo oldInfo = mAccessibilityServiceInfo; in setServiceInfo() local1876 if (oldInfo != null) { in setServiceInfo()1877 oldInfo.updateDynamicallyConfigurableProperties(info); in setServiceInfo()1878 setDynamicallyConfigurableProperties(oldInfo); in setServiceInfo()