Lines Matching defs:id

271                 holder.icon = (ImageView) view.findViewById(com.android.internal.R.id.icon);
272 holder.title = (TextView) view.findViewById(com.android.internal.R.id.title);
273 holder.summary = (TextView) view.findViewById(com.android.internal.R.id.summary);
297 * Default value for {@link Header#id Header.id} indicating that no
310 * {@link PreferenceActivity#HEADER_ID_UNDEFINED}, meaning no id.
313 public long id = HEADER_ID_UNDEFINED;
452 dest.writeLong(id);
474 id = in.readLong();
512 mListFooter = (FrameLayout)findViewById(com.android.internal.R.id.list_footer);
513 mPrefsContainer = (ViewGroup) findViewById(com.android.internal.R.id.prefs_frame);
571 findViewById(com.android.internal.R.id.headers).setVisibility(View.GONE);
593 mListFooter = (FrameLayout) findViewById(com.android.internal.R.id.list_footer);
594 mPrefsContainer = (ViewGroup) findViewById(com.android.internal.R.id.prefs);
603 findViewById(com.android.internal.R.id.button_bar).setVisibility(View.VISIBLE);
605 Button backButton = (Button)findViewById(com.android.internal.R.id.back_button);
612 Button skipButton = (Button)findViewById(com.android.internal.R.id.skip_button);
619 mNextButton = (Button)findViewById(com.android.internal.R.id.next_button);
787 header.id = sa.getResourceId(
967 protected void onListItemClick(ListView l, View v, int position, long id) {
968 super.onListItemClick(l, v, position, id);
1073 View crumbs = findViewById(android.R.id.title);
1089 View bcSection = findViewById(com.android.internal.R.id.breadcrumb_section);
1141 transaction.replace(com.android.internal.R.id.prefs, f);
1180 if (cur == oh || (cur.id != HEADER_ID_UNDEFINED && cur.id == oh.id)) {
1230 transaction.replace(com.android.internal.R.id.prefs, fragment);
1269 transaction.replace(com.android.internal.R.id.prefs, f);