Home | History | Annotate | Download | only in list

Lines Matching refs:partition

58         // Partition 0: suggestions
61 // Partition 1: All contacts
127 // Don't change default partition parameters from these defaults
137 public int getItemViewType(int partition, int position) {
138 return super.getItemViewType(partition, position);
142 protected View newHeaderView(Context context, int partition, Cursor cursor,
144 switch (partition) {
168 protected View newView(Context context, int partition, Cursor cursor, int position,
170 switch (partition) {
173 return super.newView(context, partition, cursor, position, parent);
183 protected void bindView(View itemView, int partition, Cursor cursor, int position) {
184 switch (partition) {
188 bindPhoto(view, partition, cursor);
195 bindPhoto(view, partition, cursor);