Searched
refs:layout (Results
3451 -
3475 of
4661) sorted by null
<<131132133134135136137138139140>>
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ServiceStartArguments.java | 214 setContentView(R.layout.service_start_arguments_controller);
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
InstallApk.java | 59 setContentView(R.layout.install_apk);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ShadowCardDrag.java | 152 setContentView(R.layout.shadow_card_drag);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ContentBrowserActivity.java | 172 setContentView(R.layout.content_browser);
|
ContentBrowserNavActivity.java | 174 setContentView(R.layout.content_browser_nav);
|
CustomLayout.java | 34 * Example of writing a custom layout manager. This is a fairly full-featured 35 * layout manager that is relatively general, handling all layout cases. You 63 * Any layout manager that doesn't scroll will want this. 72 * layout based on the children. 80 // these for layout later. 97 // Update our size information based on the layout params. Children 130 * Position all children within this layout. 136 // These are the far left and right edges in which we are performing layout. 144 // These are the top and bottom edges in which we are performing layout [all...] |
VideoPlayerActivity.java | 195 setContentView(R.layout.video_player);
|
/development/samples/HelloEffects/src/com/example/android/mediafx/ |
HelloEffects.java | 58 setContentView(R.layout.main);
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
TitlesFragment.java | 41 * As an extension of ListFragment, this fragment uses a default layout 73 * not related to the fragment's layout or must be done after the layout is drawn. 76 * no need to set up the layout. 130 // Attach a GlobalLayoutListener so that we get a callback when the layout 134 // so the layout does not account for the action bar position on its own. 154 R.layout.title_list_item, items)); 207 // the activity's layout is completely drawn, this OnGlobalLayoutListener provides 210 // that it will ordinarily sit on top of the activity layout as a top layer and
|
/development/samples/KeyChainDemo/src/com/example/android/keychain/ |
KeyChainDemoActivity.java | 90 // Set the view using the main.xml layout 91 setContentView(R.layout.main);
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotesList.java | 130 R.layout.noteslist_item, // Points to the XML for a list item
|
/development/samples/RenderScript/Levels/src/com/android/rs/levels/ |
LevelsRSActivity.java | 135 setContentView(R.layout.rs);
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
AuthenticatorActivity.java | 107 setContentView(R.layout.login_activity); 144 * handleLogin() in the layout XML.
|
/development/samples/Support13Demos/src/com/example/android/supportv13/ |
Support13Demos.java | 50 android.R.layout.simple_list_item_1, new String[] { "title" },
|
/development/samples/Support4Demos/src/com/example/android/supportv4/ |
Support4Demos.java | 50 android.R.layout.simple_list_item_1, new String[] { "title" },
|
/development/samples/Support4Demos/src/com/example/android/supportv4/media/ |
TransportControllerActivity.java | 276 setContentView(R.layout.videoview);
|
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
ExploreByTouchHelperActivity.java | 73 setContentView(R.layout.explore_by_touch_helper);
|
/development/samples/Support7Demos/src/com/example/android/supportv7/ |
Support7Demos.java | 50 android.R.layout.simple_list_item_1, new String[] { "title" },
|
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
ActionBarFragmentMenu.java | 58 setContentView(R.layout.action_bar_fragment_menu);
|
/development/samples/Support7Demos/src/com/example/android/supportv7/graphics/ |
PaletteActivity.java | 174 super(context, R.layout.palette_list_item, c, false);
|
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
BaseLayoutManagerActivity.java | 55 setContentView(R.layout.activity_base_layout_manager);
|
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
GameActivity.java | 71 setContentView(R.layout.lib_game);
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
AdbTestActivity.java | 54 setContentView(R.layout.adb);
|
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/ |
MissileLauncherActivity.java | 73 setContentView(R.layout.launcher);
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/ |
AddVoicemailActivity.java | 88 setContentView(R.layout.add_voicemail);
|
Completed in 586 milliseconds
<<131132133134135136137138139140>>