Searched defs:id (Results 201 - 225 of 919) sorted by relevance

1234567891011>>

/frameworks/support/fragment/tests/java/android/support/v4/app/test/
H A DLoaderActivity.java38 textView = findViewById(R.id.textA);
41 textViewB.setId(R.id.textB);
53 public Loader<String> onCreateLoader(int id, Bundle args) { argument
/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/
H A DSupport13Demos.java51 new int[] { android.R.id.text1 }));
144 protected void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DFragmentPagerSupport.java55 mPager = (ViewPager)findViewById(R.id.pager);
59 Button button = (Button)findViewById(R.id.goto_first);
66 button = (Button)findViewById(R.id.goto_last);
126 View tv = v.findViewById(R.id.text);
139 public void onListItemClick(ListView l, View v, int position, long id) { argument
140 Log.i("FragmentList", "Item clicked: " + id);
H A DFragmentStatePagerSupport.java55 mPager = (ViewPager)findViewById(R.id.pager);
59 Button button = (Button)findViewById(R.id.goto_first);
66 button = (Button)findViewById(R.id.goto_last);
126 View tv = v.findViewById(R.id.text);
139 public void onListItemClick(ListView l, View v, int position, long id) { argument
140 Log.i("FragmentList", "Item clicked: " + id);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/
H A DSupport4Demos.java51 new int[] { android.R.id.text1 }));
144 protected void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentLayoutSupport.java79 android.R.id.content, details).commit();
102 android.R.id.text1, Shakespeare.TITLES));
106 View detailsFrame = getActivity().findViewById(R.id.details);
129 public void onListItemClick(ListView l, View v, int position, long id) { argument
148 getFragmentManager().findFragmentById(R.id.details);
156 .replace(R.id.details, details)
H A DFragmentPagerSupport.java54 mPager = (ViewPager)findViewById(R.id.pager);
58 Button button = (Button)findViewById(R.id.goto_first);
65 button = (Button)findViewById(R.id.goto_last);
125 View tv = v.findViewById(R.id.text);
138 public void onListItemClick(ListView l, View v, int position, long id) { argument
139 Log.i("FragmentList", "Item clicked: " + id);
H A DFragmentStatePagerSupport.java55 mPager = (ViewPager)findViewById(R.id.pager);
59 Button button = (Button)findViewById(R.id.goto_first);
66 button = (Button)findViewById(R.id.goto_last);
126 View tv = v.findViewById(R.id.text);
139 public void onListItemClick(ListView l, View v, int position, long id) { argument
140 Log.i("FragmentList", "Item clicked: " + id);
H A DLoaderCursorSupport.java53 if (fm.findFragmentById(android.R.id.content) == null) {
55 fm.beginTransaction().add(android.R.id.content, list).commit();
83 new int[] { android.R.id.text1}, 0);
138 @Override public void onListItemClick(ListView l, View v, int position, long id) { argument
140 Log.i("FragmentComplexList", "Item clicked: " + id);
149 public Loader<Cursor> onCreateLoader(int id, Bundle args) { argument
H A DLoaderRetainedSupport.java53 if (fm.findFragmentById(android.R.id.content) == null) {
55 fm.beginTransaction().add(android.R.id.content, list).commit();
86 new int[] { android.R.id.text1}, 0);
132 @Override public void onListItemClick(ListView l, View v, int position, long id) { argument
134 Log.i("FragmentComplexList", "Item clicked: " + id);
143 public Loader<Cursor> onCreateLoader(int id, Bundle args) { argument
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/
H A DSupport7Demos.java51 new int[] { android.R.id.text1 }));
145 protected void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/view/
H A DCardViewActivity.java111 mInfoText = findViewById(R.id.info_text);
112 mCardView = findViewById(R.id.card_view);
113 mCornerRadiusSeekBar = findViewById(R.id.corner_radius_seek_bar);
117 mWidthSeekBar = findViewById(R.id.width_seek_bar);
122 mHeightSeekBar = findViewById(R.id.height_seek_bar);
126 mElevationSeekBar = findViewById(R.id.elevation_seek_bar);
130 mMaxElevationSeekBar = findViewById(R.id.max_elevation_seek_bar);
134 mAlphaSeekBar = findViewById(R.id.alpha_seek_bar);
138 RadioGroup rb = findViewById(R.id.select_target_radio);
142 mResizeCardView = checkedId == R.id
170 getColorId(int id) argument
[all...]
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DDrawerLayoutActivity.java94 mDrawerLayout = findViewById(R.id.drawer_layout);
95 mStartDrawer = findViewById(R.id.start_drawer);
96 mEndDrawer = findViewById(R.id.end_drawer);
97 mContent = findViewById(R.id.content_text);
113 mToolbar = findViewById(R.id.toolbar);
252 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
/frameworks/support/frameworks/support/samples/SupportAnimationDemos/src/com/example/android/support/animation/
H A DBrowseActivity.java54 new int[] { android.R.id.text1 }));
145 protected void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/support/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DAppNavHomeActivity.java45 protected void onListItemClick(ListView lv, View v, int pos, long id) { argument
113 convertView.setTag(convertView.findViewById(android.R.id.text1));
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/
H A DSupportDesignDemos.java51 new int[] { android.R.id.text1 }));
145 protected void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DDetailsPresenterSelectionActivity.java50 GuidedStepFragment.addAsRoot(this, new SetupFragment(), android.R.id.content);
53 private static void addAction(List<GuidedAction> actions, long id, String title, String desc) { argument
55 .id(id)
62 long id, String title, String desc, boolean checked) {
66 .id(id)
61 addCheckedAction(List<GuidedAction> actions, Context context, long id, String title, String desc, boolean checked) argument
/frameworks/support/frameworks/support/samples/SupportPercentDemos/src/com/example/android/support/percent/
H A DSupportPercentDemos.java51 new int[] { android.R.id.text1 }));
145 protected void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/support/frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
H A DSupportPreferenceDemos.java50 new int[] { android.R.id.text1 }));
144 protected void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/support/frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/
H A DSupportTransitionDemos.java51 new int[] { android.R.id.text1 }));
142 protected void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/support/frameworks/support/samples/SupportVectorDrawableDemos/src/com/example/android/support/vectordrawable/app/
H A DSupportVectorDrawableDemos.java54 new int[]{android.R.id.text1}));
149 protected void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/support/media-compat/tests/src/android/support/v4/media/
H A DStubRemoteMediaBrowserServiceCompat.java62 for (String id : MEDIA_ID_CHILDREN) {
63 mediaItems.add(createMediaItem(id));
69 private MediaItem createMediaItem(String id) { argument
71 .setMediaId(id).setExtras(getBrowserRootHints()).build(),
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/
H A DSupport13Demos.java51 new int[] { android.R.id.text1 }));
144 protected void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DFragmentPagerSupport.java55 mPager = (ViewPager)findViewById(R.id.pager);
59 Button button = (Button)findViewById(R.id.goto_first);
66 button = (Button)findViewById(R.id.goto_last);
126 View tv = v.findViewById(R.id.text);
139 public void onListItemClick(ListView l, View v, int position, long id) { argument
140 Log.i("FragmentList", "Item clicked: " + id);
H A DFragmentStatePagerSupport.java55 mPager = (ViewPager)findViewById(R.id.pager);
59 Button button = (Button)findViewById(R.id.goto_first);
66 button = (Button)findViewById(R.id.goto_last);
126 View tv = v.findViewById(R.id.text);
139 public void onListItemClick(ListView l, View v, int position, long id) { argument
140 Log.i("FragmentList", "Item clicked: " + id);

Completed in 252 milliseconds

1234567891011>>