Home
last modified time | relevance | path

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

/frameworks/support/slices/view/src/androidTest/java/androidx/slice/render/
DRenderTest.java75 public static void copyDirectory(File sourceLocation, File targetLocation) throws Exception { in copyDirectory() argument
77 if (!targetLocation.exists()) { in copyDirectory()
78 targetLocation.mkdirs(); in copyDirectory()
84 targetLocation, children[i])); in copyDirectory()
87 copyFile(sourceLocation, targetLocation); in copyDirectory()
91 public static void copyFile(File sourceLocation, File targetLocation) throws Exception { in copyFile() argument
93 OutputStream out = new FileOutputStream(targetLocation); in copyFile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java482 float targetLocation = 0; in processAnimationEvents() local
495 targetLocation = iconPosition - mTmpLocation[0]; in processAnimationEvents()
505 true /* isHeadsUpAppear */, targetLocation, endRunnable, in processAnimationEvents()