summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-01-14 11:27:27 -0800
committerAlex Sakhartchouk <alexst@google.com>2011-01-14 12:16:02 -0800
commit0473ff1ef653434a1a0f3c07be00f7ebcbb472ad (patch)
tree183b25ac0b3d9ef8ab5563581a1e76796823042b /graphics
parent2dc59d56cbfe90fdae745496038352fdada6ee26 (diff)
downloadframeworks_base-0473ff1ef653434a1a0f3c07be00f7ebcbb472ad.zip
frameworks_base-0473ff1ef653434a1a0f3c07be00f7ebcbb472ad.tar.gz
frameworks_base-0473ff1ef653434a1a0f3c07be00f7ebcbb472ad.tar.bz2
Removing things that shouldn't be public
Change-Id: I23ea748f7f4ba27307807d7e1d56e49b7c10a827
Diffstat (limited to 'graphics')
-rw-r--r--graphics/java/android/renderscript/Program.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/java/android/renderscript/Program.java b/graphics/java/android/renderscript/Program.java
index fdd138c..323225f 100644
--- a/graphics/java/android/renderscript/Program.java
+++ b/graphics/java/android/renderscript/Program.java
@@ -33,10 +33,10 @@ import android.util.Log;
*
**/
public class Program extends BaseObj {
- public static final int MAX_INPUT = 8;
- public static final int MAX_OUTPUT = 8;
- public static final int MAX_CONSTANT = 8;
- public static final int MAX_TEXTURE = 8;
+ static final int MAX_INPUT = 8;
+ static final int MAX_OUTPUT = 8;
+ static final int MAX_CONSTANT = 8;
+ static final int MAX_TEXTURE = 8;
/**
*