summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/SumPathEffect.java
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-01-27 14:21:38 +0000
committerNarayan Kamath <narayan@google.com>2014-01-27 14:22:45 +0000
commit7023df08f14ec5dee76ac54c03e870f84e297636 (patch)
treea0987dffe190d198657c8ccc20d7d7a6add92d83 /graphics/java/android/graphics/SumPathEffect.java
parent477d7d1be9340c4730663af7b748d67e85bc2951 (diff)
downloadframeworks_base-7023df08f14ec5dee76ac54c03e870f84e297636.zip
frameworks_base-7023df08f14ec5dee76ac54c03e870f84e297636.tar.gz
frameworks_base-7023df08f14ec5dee76ac54c03e870f84e297636.tar.bz2
Revert "AArch64: Make graphics classes 64-bit compatible"
This reverts commit 18b4cbeedef21c1fa666a110a157bab66edff976. Change-Id: I0c52983a3ab1ace3ff743de546a43eca28e5cb0e
Diffstat (limited to 'graphics/java/android/graphics/SumPathEffect.java')
-rw-r--r--graphics/java/android/graphics/SumPathEffect.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/SumPathEffect.java b/graphics/java/android/graphics/SumPathEffect.java
index 8fedc31..cc7c778 100644
--- a/graphics/java/android/graphics/SumPathEffect.java
+++ b/graphics/java/android/graphics/SumPathEffect.java
@@ -27,6 +27,6 @@ public class SumPathEffect extends PathEffect {
second.native_instance);
}
- private static native long nativeCreate(long first, long second);
+ private static native int nativeCreate(int first, int second);
}