Temporarily disabling holographic outlines until we resolve the various memory issues.

Change-Id: If23375fbb7148d0c0572ecde96507de5bdb670ae
This commit is contained in:
Winson Chung
2010-12-06 15:25:00 -08:00
parent 07f2e81d77
commit 3b823cd9e2
2 changed files with 4 additions and 0 deletions

View File

@@ -120,12 +120,14 @@ public class PagedViewWidget extends LinearLayout {
}
private void queueHolographicOutlineCreation() {
/* Temporarily disabling holographic outline creation.
// Generate the outline in the background
if (mHolographicOutline == null) {
Message m = sWorker.obtainMessage(MESSAGE_CREATE_HOLOGRAPHIC_OUTLINE);
m.obj = this;
sWorker.sendMessage(m);
}
*/
}
public void applyFromAppWidgetProviderInfo(AppWidgetProviderInfo info,