Merge "Add new Carousel callbacks to RecentApplicationsActivity."

This commit is contained in:
Jim Miller
2010-09-15 14:53:05 -07:00
committed by Android (Google) Code Review

View File

@@ -164,7 +164,16 @@ public class RecentApplicationsActivity extends Activity {
}
}
public void onInvalidateDetailTexture(int n) {
}
public void onRequestDetailTexture(int n) {
}
public void onReportFirstCardPosition(int n) {
}
};