Home
last modified time | relevance | path

Searched refs:Sample (Results 1 – 14 of 14) sorted by relevance

/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DMainActivity.java36 private class Sample { class in MainActivity
40 public Sample(int titleResId, Class<? extends Activity> activityClass) { in Sample() method in MainActivity.Sample
56 private static Sample[] mSamples;
63 mSamples = new Sample[]{ in onCreate()
64 new Sample(R.string.title_crossfade, CrossfadeActivity.class), in onCreate()
65 new Sample(R.string.title_card_flip, CardFlipActivity.class), in onCreate()
66 new Sample(R.string.title_screen_slide, ScreenSlideActivity.class), in onCreate()
67 new Sample(R.string.title_zoom, ZoomActivity.class), in onCreate()
68 new Sample(R.string.title_layout_changes, LayoutChangesActivity.class), in onCreate()
71 setListAdapter(new ArrayAdapter<Sample>(this, in onCreate()
/development/samples/browseable/DoneBar/src/com.example.android.donebar/
DMainActivity.java36 private Sample[] mSamples;
44 mSamples = new Sample[]{ in onCreate()
45 new Sample(R.string.donebaractivity_title, R.string.donebaractivity_description, in onCreate()
47 new Sample(R.string.donebuttonactivity_title, R.string.donebuttonactivity_description, in onCreate()
93 private class Sample { class in MainActivity
98 private Sample(int titleResId, int descriptionResId, Intent intent) { in Sample() method in MainActivity.Sample
104 private Sample(int titleResId, int descriptionResId, in Sample() method in MainActivity.Sample
/development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/
DMainActivity.java36 private Sample[] mSamples;
44 mSamples = new Sample[]{ in onCreate()
45 … new Sample(R.string.navigationdraweractivity_title, R.string.navigationdraweractivity_description, in onCreate()
91 private class Sample { class in MainActivity
96 private Sample(int titleResId, int descriptionResId, Intent intent) { in Sample() method in MainActivity.Sample
102 private Sample(int titleResId, int descriptionResId, in Sample() method in MainActivity.Sample
/development/samples/browseable/CardView/
D_index.jd2 page.tags="CardView Sample"
/development/samples/TicTacToeLib/
DREADME.txt1 Sample: TicTacToeLib and TicTacToeMain.
/development/samples/browseable/DataLayer/
D_index.jd8 Sample demonstrating the usage of the GoogleApiClient in order to send data
/development/samples/browseable/LNotifications/
D_index.jd2 page.tags="LNotifications Sample"
/development/samples/browseable/WearVerifyRemoteApp/
D_index.jd8 Sample demonstrates best practices for checking if the remote version of your app is installed on a
/development/samples/browseable/WearNotifications/
D_index.jd8 Sample demonstrates best practices for Notification Styles that support Android
/development/samples/browseable/WearHighBandwidthNetworking/
D_index.jd8 Sample demonstrates how to determine if a high-bandwidth network is available for use cases that
/development/samples/browseable/DrawableTinting/
D_index.jd8 Sample that shows applying tinting and color filters to Drawables both programmatically
/development/samples/TicTacToeMain/
DREADME.txt1 Sample: TicTacToeLib and TicTacToeMain.
/development/samples/SkeletonApp/
Dreadme.txt9 the top list in the Sample Code app.
/development/build/tools/
Dmk_sdk_repo_xml.sh112 Sample.MinApiLevel min-api-level 2