diff options
author | Jason Sams <rjsams@android.com> | 2010-05-19 16:38:04 -0700 |
---|---|---|
committer | Jason Sams <rjsams@android.com> | 2010-05-19 18:58:48 -0700 |
commit | 13a75d5f1ecdd216f76cb1a165b6af45acb7eec3 (patch) | |
tree | 970bcc4781747b58d0d21ebd80342ec26d0035b3 /src | |
parent | 53a34ea27c67b422b52057f3ab672df64f65f27c (diff) | |
download | packages_apps_trebuchet-13a75d5f1ecdd216f76cb1a165b6af45acb7eec3.zip packages_apps_trebuchet-13a75d5f1ecdd216f76cb1a165b6af45acb7eec3.tar.gz packages_apps_trebuchet-13a75d5f1ecdd216f76cb1a165b6af45acb7eec3.tar.bz2 |
Update names and move clear to script.
Change-Id: I17af3cd027248f52ce6516f81968c6b3d976a09d
Diffstat (limited to 'src')
-rw-r--r-- | src/com/android/launcher2/AllApps3D.java | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/com/android/launcher2/AllApps3D.java b/src/com/android/launcher2/AllApps3D.java index 730e064..6bbe0f7 100644 --- a/src/com/android/launcher2/AllApps3D.java +++ b/src/com/android/launcher2/AllApps3D.java @@ -1019,8 +1019,6 @@ public class AllApps3D extends RSSurfaceView mWidth = width; mHeight = height; mScript = new ScriptC_allapps(sRS, mRes, R.raw.allapps_bc, true); - mScript.setClearColor(0.0f, 0.0f, 0.0f, 0.0f); - initProgramVertex(); initProgramFragment(); @@ -1030,10 +1028,6 @@ public class AllApps3D extends RSSurfaceView mScript.bind_gIconIDs(mAllocIconIds); mScript.bind_gLabelIDs(mAllocLabelIds); - - //mScript.bindAllocation(mParams.mAlloc, Defines.ALLOC_PARAMS); - //mScript.bindAllocation(mState.mAlloc, Defines.ALLOC_STATE); - sRS.contextBindRootScript(mScript); } @@ -1190,17 +1184,6 @@ public class AllApps3D extends RSSurfaceView mScript.set_COLUMNS_PER_PAGE_LANDSCAPE(Defines.COLUMNS_PER_PAGE_LANDSCAPE); mScript.set_ROWS_PER_PAGE_LANDSCAPE(Defines.ROWS_PER_PAGE_LANDSCAPE); - //mScript.set_gNewPositionX(float v) { - //mScript.set_gNewTouchDown(int v) { - //mScript.set_gFlingVelocity(float v) { - //mScript.set_gIconCount(int v) { - //mScript.set_gSelectedIconIndex(int v) { - //mScript.set_gSelectedIconTexture(int v) { - //mScript.set_gZoomTarget(float v) { - //mScript.set_gTargetPos(float v) { - - - mHomeButtonNormal = Allocation.createFromBitmapResource(sRS, mRes, R.drawable.home_button_normal, Element.RGBA_8888(sRS), false); mHomeButtonNormal.uploadToTexture(0); |