gametel 0.3 → 0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/features/main_screen.feature +1 -1
- data/features/step_definitions/button_steps.rb +1 -1
- data/features/step_definitions/main_screen_steps.rb +1 -2
- data/features/support/env.rb +24 -1
- data/features/text.feature +0 -12
- data/features/view.feature +0 -1
- data/lib/gametel.rb +3 -4
- data/lib/gametel/accessors.rb +0 -1
- data/lib/gametel/platforms/brazenhead/basic.rb +17 -0
- data/lib/gametel/platforms/brazenhead/spinner.rb +17 -0
- data/lib/gametel/platforms/brazenhead/text.rb +39 -0
- data/lib/gametel/platforms/brazenhead/view.rb +24 -0
- data/lib/gametel/platforms/brazenhead_platform.rb +139 -0
- data/lib/gametel/version.rb +1 -1
- data/spec/lib/gametel/accessors_spec.rb +46 -31
- data/spec/lib/gametel_spec.rb +30 -12
- data/spec/spec_helper.rb +4 -2
- metadata +32 -897
- data/.calabash_settings +0 -1
- data/.gitignore +0 -26
- data/.irbrc +0 -16
- data/.rspec +0 -2
- data/.rvmrc +0 -1
- data/.travis.yml +0 -5
- data/ApiDemos/.classpath +0 -8
- data/ApiDemos/.project +0 -33
- data/ApiDemos/.settings/org.eclipse.jdt.core.prefs +0 -4
- data/ApiDemos/AndroidManifest.xml +0 -2715
- data/ApiDemos/README.txt +0 -19
- data/ApiDemos/assets/HelloActivity.apk +0 -0
- data/ApiDemos/assets/fonts/samplefont.ttf +0 -0
- data/ApiDemos/assets/read_asset.txt +0 -3
- data/ApiDemos/build.xml +0 -83
- data/ApiDemos/proguard-project.txt +0 -20
- data/ApiDemos/project.properties +0 -14
- data/ApiDemos/res/anim/animator.xml +0 -23
- data/ApiDemos/res/anim/animator_set.xml +0 -32
- data/ApiDemos/res/anim/color_animator.xml +0 -23
- data/ApiDemos/res/anim/cycle_7.xml +0 -17
- data/ApiDemos/res/anim/fade.xml +0 -20
- data/ApiDemos/res/anim/hold.xml +0 -20
- data/ApiDemos/res/anim/hyperspace_in.xml +0 -17
- data/ApiDemos/res/anim/hyperspace_out.xml +0 -61
- data/ApiDemos/res/anim/layout_animation_row_left_slide.xml +0 -19
- data/ApiDemos/res/anim/layout_animation_row_right_slide.xml +0 -20
- data/ApiDemos/res/anim/layout_animation_table.xml +0 -19
- data/ApiDemos/res/anim/layout_bottom_to_top_slide.xml +0 -20
- data/ApiDemos/res/anim/layout_grid_fade.xml +0 -20
- data/ApiDemos/res/anim/layout_grid_inverse_fade.xml +0 -21
- data/ApiDemos/res/anim/layout_random_fade.xml +0 -20
- data/ApiDemos/res/anim/layout_wave_scale.xml +0 -21
- data/ApiDemos/res/anim/object_animator.xml +0 -23
- data/ApiDemos/res/anim/push_left_in.xml +0 -20
- data/ApiDemos/res/anim/push_left_out.xml +0 -20
- data/ApiDemos/res/anim/push_up_in.xml +0 -20
- data/ApiDemos/res/anim/push_up_out.xml +0 -20
- data/ApiDemos/res/anim/shake.xml +0 -17
- data/ApiDemos/res/anim/slide_left.xml +0 -20
- data/ApiDemos/res/anim/slide_right.xml +0 -20
- data/ApiDemos/res/anim/slide_top_to_bottom.xml +0 -20
- data/ApiDemos/res/anim/wave_scale.xml +0 -33
- data/ApiDemos/res/anim/zoom_enter.xml +0 -28
- data/ApiDemos/res/anim/zoom_exit.xml +0 -33
- data/ApiDemos/res/animator/fragment_slide_left_enter.xml +0 -32
- data/ApiDemos/res/animator/fragment_slide_left_exit.xml +0 -32
- data/ApiDemos/res/animator/fragment_slide_right_enter.xml +0 -32
- data/ApiDemos/res/animator/fragment_slide_right_exit.xml +0 -32
- data/ApiDemos/res/drawable-hdpi/alert_dialog_icon.png +0 -0
- data/ApiDemos/res/drawable-hdpi/apidemo_androidlogo.png +0 -0
- data/ApiDemos/res/drawable-hdpi/app_sample_code.png +0 -0
- data/ApiDemos/res/drawable-hdpi/arrow_down_float.png +0 -0
- data/ApiDemos/res/drawable-hdpi/arrow_up_float.png +0 -0
- data/ApiDemos/res/drawable-hdpi/btn_check_off.png +0 -0
- data/ApiDemos/res/drawable-hdpi/btn_check_on.png +0 -0
- data/ApiDemos/res/drawable-hdpi/btn_circle_normal.png +0 -0
- data/ApiDemos/res/drawable-hdpi/btn_default_normal.9.png +0 -0
- data/ApiDemos/res/drawable-hdpi/button.9.png +0 -0
- data/ApiDemos/res/drawable-hdpi/ic_contact_picture.png +0 -0
- data/ApiDemos/res/drawable-hdpi/ic_launcher_settings.png +0 -0
- data/ApiDemos/res/drawable-hdpi/ic_popup_reminder.png +0 -0
- data/ApiDemos/res/drawable-hdpi/icon48x48_2.png +0 -0
- data/ApiDemos/res/drawable-hdpi/logo240dpi.png +0 -0
- data/ApiDemos/res/drawable-hdpi/npatch240dpi.9.png +0 -0
- data/ApiDemos/res/drawable-hdpi/progress_circular_background.png +0 -0
- data/ApiDemos/res/drawable-hdpi/progress_particle.png +0 -0
- data/ApiDemos/res/drawable-hdpi/reslogo240dpi.png +0 -0
- data/ApiDemos/res/drawable-hdpi/scrollbar_state2.png +0 -0
- data/ApiDemos/res/drawable-hdpi/smlnpatch240dpi.9.png +0 -0
- data/ApiDemos/res/drawable-hdpi/star_big_on.png +0 -0
- data/ApiDemos/res/drawable-hdpi/stat_happy.png +0 -0
- data/ApiDemos/res/drawable-hdpi/stat_neutral.png +0 -0
- data/ApiDemos/res/drawable-hdpi/stat_sad.png +0 -0
- data/ApiDemos/res/drawable-hdpi/stat_sample.png +0 -0
- data/ApiDemos/res/drawable-hdpi/stylogo240dpi.png +0 -0
- data/ApiDemos/res/drawable-ldpi/logo120dpi.png +0 -0
- data/ApiDemos/res/drawable-ldpi/npatch120dpi.9.png +0 -0
- data/ApiDemos/res/drawable-ldpi/reslogo120dpi.png +0 -0
- data/ApiDemos/res/drawable-ldpi/smlnpatch120dpi.9.png +0 -0
- data/ApiDemos/res/drawable-ldpi/stylogo120dpi.png +0 -0
- data/ApiDemos/res/drawable-mdpi/alert_dialog_icon.png +0 -0
- data/ApiDemos/res/drawable-mdpi/apidemo_androidlogo.png +0 -0
- data/ApiDemos/res/drawable-mdpi/app_sample_code.png +0 -0
- data/ApiDemos/res/drawable-mdpi/arrow_down_float.png +0 -0
- data/ApiDemos/res/drawable-mdpi/arrow_up_float.png +0 -0
- data/ApiDemos/res/drawable-mdpi/btn_check_off.png +0 -0
- data/ApiDemos/res/drawable-mdpi/btn_check_on.png +0 -0
- data/ApiDemos/res/drawable-mdpi/btn_circle_normal.png +0 -0
- data/ApiDemos/res/drawable-mdpi/btn_default_normal.9.png +0 -0
- data/ApiDemos/res/drawable-mdpi/button.9.png +0 -0
- data/ApiDemos/res/drawable-mdpi/ic_contact_picture.png +0 -0
- data/ApiDemos/res/drawable-mdpi/ic_launcher_settings.png +0 -0
- data/ApiDemos/res/drawable-mdpi/ic_popup_reminder.png +0 -0
- data/ApiDemos/res/drawable-mdpi/ic_settings_applications.png +0 -0
- data/ApiDemos/res/drawable-mdpi/ic_settings_display.png +0 -0
- data/ApiDemos/res/drawable-mdpi/icon48x48_2.png +0 -0
- data/ApiDemos/res/drawable-mdpi/progress_circular_background.png +0 -0
- data/ApiDemos/res/drawable-mdpi/progress_particle.png +0 -0
- data/ApiDemos/res/drawable-mdpi/scrollbar_state2.png +0 -0
- data/ApiDemos/res/drawable-mdpi/star_big_on.png +0 -0
- data/ApiDemos/res/drawable-mdpi/stat_happy.png +0 -0
- data/ApiDemos/res/drawable-mdpi/stat_neutral.png +0 -0
- data/ApiDemos/res/drawable-mdpi/stat_sad.png +0 -0
- data/ApiDemos/res/drawable-mdpi/stat_sample.png +0 -0
- data/ApiDemos/res/drawable-nodpi/frantic.jpg +0 -0
- data/ApiDemos/res/drawable-nodpi/logonodpi120.png +0 -0
- data/ApiDemos/res/drawable-nodpi/logonodpi160.png +0 -0
- data/ApiDemos/res/drawable-nodpi/logonodpi240.png +0 -0
- data/ApiDemos/res/drawable-xhdpi/ic_launcher_settings.png +0 -0
- data/ApiDemos/res/drawable/animated_gif.gif +0 -0
- data/ApiDemos/res/drawable/balloons.jpg +0 -0
- data/ApiDemos/res/drawable/beach.jpg +0 -0
- data/ApiDemos/res/drawable/black_box.xml +0 -21
- data/ApiDemos/res/drawable/black_opaque_box.xml +0 -21
- data/ApiDemos/res/drawable/box.xml +0 -24
- data/ApiDemos/res/drawable/circular_progress.xml +0 -29
- data/ApiDemos/res/drawable/filled_box.xml +0 -25
- data/ApiDemos/res/drawable/frog.gif +0 -0
- data/ApiDemos/res/drawable/gallery_background_1.xml +0 -20
- data/ApiDemos/res/drawable/gallery_photo_1.jpg +0 -0
- data/ApiDemos/res/drawable/gallery_photo_2.jpg +0 -0
- data/ApiDemos/res/drawable/gallery_photo_3.jpg +0 -0
- data/ApiDemos/res/drawable/gallery_photo_4.jpg +0 -0
- data/ApiDemos/res/drawable/gallery_photo_5.jpg +0 -0
- data/ApiDemos/res/drawable/gallery_photo_6.jpg +0 -0
- data/ApiDemos/res/drawable/gallery_photo_7.jpg +0 -0
- data/ApiDemos/res/drawable/gallery_photo_8.jpg +0 -0
- data/ApiDemos/res/drawable/hover_background.xml +0 -20
- data/ApiDemos/res/drawable/hover_background_active.xml +0 -23
- data/ApiDemos/res/drawable/hover_background_inactive.xml +0 -23
- data/ApiDemos/res/drawable/icon48x48_1.png +0 -0
- data/ApiDemos/res/drawable/line.xml +0 -21
- data/ApiDemos/res/drawable/logo160dpi.png +0 -0
- data/ApiDemos/res/drawable/magnifying_glass.png +0 -0
- data/ApiDemos/res/drawable/npatch160dpi.9.png +0 -0
- data/ApiDemos/res/drawable/photo1.jpg +0 -0
- data/ApiDemos/res/drawable/photo2.jpg +0 -0
- data/ApiDemos/res/drawable/photo3.jpg +0 -0
- data/ApiDemos/res/drawable/photo4.jpg +0 -0
- data/ApiDemos/res/drawable/photo5.jpg +0 -0
- data/ApiDemos/res/drawable/photo6.jpg +0 -0
- data/ApiDemos/res/drawable/picture_frame.png +0 -0
- data/ApiDemos/res/drawable/reslogo160dpi.png +0 -0
- data/ApiDemos/res/drawable/sample_0.jpg +0 -0
- data/ApiDemos/res/drawable/sample_1.jpg +0 -0
- data/ApiDemos/res/drawable/sample_2.jpg +0 -0
- data/ApiDemos/res/drawable/sample_3.jpg +0 -0
- data/ApiDemos/res/drawable/sample_4.jpg +0 -0
- data/ApiDemos/res/drawable/sample_5.jpg +0 -0
- data/ApiDemos/res/drawable/sample_6.jpg +0 -0
- data/ApiDemos/res/drawable/sample_7.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_0.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_1.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_2.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_3.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_4.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_5.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_6.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_7.jpg +0 -0
- data/ApiDemos/res/drawable/scrollbar_vertical_thumb.xml +0 -21
- data/ApiDemos/res/drawable/scrollbar_vertical_track.xml +0 -21
- data/ApiDemos/res/drawable/shape_1.xml +0 -22
- data/ApiDemos/res/drawable/shape_2.xml +0 -24
- data/ApiDemos/res/drawable/shape_3.xml +0 -24
- data/ApiDemos/res/drawable/shape_4.xml +0 -20
- data/ApiDemos/res/drawable/shape_5.xml +0 -23
- data/ApiDemos/res/drawable/smlnpatch160dpi.9.png +0 -0
- data/ApiDemos/res/drawable/stylogo160dpi.png +0 -0
- data/ApiDemos/res/layout-h550dp/resources_height.xml +0 -53
- data/ApiDemos/res/layout-h670dp/resources_height.xml +0 -63
- data/ApiDemos/res/layout-h974dp/resources_height.xml +0 -83
- data/ApiDemos/res/layout-land/fragment_arguments.xml +0 -57
- data/ApiDemos/res/layout-land/fragment_layout.xml +0 -34
- data/ApiDemos/res/layout-sw480dp/resources_smallest_width_inner.xml +0 -43
- data/ApiDemos/res/layout-sw480dp/resources_smallest_width_row.xml +0 -43
- data/ApiDemos/res/layout-sw600dp/resources_smallest_width_inner.xml +0 -53
- data/ApiDemos/res/layout-sw600dp/resources_smallest_width_row.xml +0 -53
- data/ApiDemos/res/layout-sw720dp/resources_smallest_width_inner.xml +0 -63
- data/ApiDemos/res/layout-sw720dp/resources_smallest_width_row.xml +0 -63
- data/ApiDemos/res/layout-w1024dp/resources_width.xml +0 -83
- data/ApiDemos/res/layout-w600dp/resources_width.xml +0 -53
- data/ApiDemos/res/layout-w720dp/resources_width.xml +0 -63
- data/ApiDemos/res/layout/accessibility_service.xml +0 -36
- data/ApiDemos/res/layout/action_bar_display_options.xml +0 -48
- data/ApiDemos/res/layout/action_bar_display_options_custom.xml +0 -17
- data/ApiDemos/res/layout/action_bar_settings_action_provider.xml +0 -34
- data/ApiDemos/res/layout/action_bar_tab_content.xml +0 -19
- data/ApiDemos/res/layout/action_bar_tabs.xml +0 -49
- data/ApiDemos/res/layout/activity_animation.xml +0 -42
- data/ApiDemos/res/layout/activity_recreate.xml +0 -37
- data/ApiDemos/res/layout/alarm_controller.xml +0 -45
- data/ApiDemos/res/layout/alarm_service.xml +0 -41
- data/ApiDemos/res/layout/alert_dialog.xml +0 -60
- data/ApiDemos/res/layout/alert_dialog_text_entry.xml +0 -67
- data/ApiDemos/res/layout/animation_1.xml +0 -44
- data/ApiDemos/res/layout/animation_2.xml +0 -67
- data/ApiDemos/res/layout/animation_3.xml +0 -44
- data/ApiDemos/res/layout/animation_cloning.xml +0 -28
- data/ApiDemos/res/layout/animation_custom_evaluator.xml +0 -28
- data/ApiDemos/res/layout/animation_loading.xml +0 -28
- data/ApiDemos/res/layout/animation_multi_property.xml +0 -28
- data/ApiDemos/res/layout/animation_reversing.xml +0 -40
- data/ApiDemos/res/layout/animation_seeking.xml +0 -40
- data/ApiDemos/res/layout/animations_main_screen.xml +0 -36
- data/ApiDemos/res/layout/animator_custom_evaluator.xml +0 -34
- data/ApiDemos/res/layout/animator_events.xml +0 -122
- data/ApiDemos/res/layout/appwidget_configure.xml +0 -42
- data/ApiDemos/res/layout/appwidget_provider.xml +0 -24
- data/ApiDemos/res/layout/autocomplete_1.xml +0 -48
- data/ApiDemos/res/layout/autocomplete_2.xml +0 -44
- data/ApiDemos/res/layout/autocomplete_3.xml +0 -165
- data/ApiDemos/res/layout/autocomplete_4.xml +0 -49
- data/ApiDemos/res/layout/autocomplete_5.xml +0 -45
- data/ApiDemos/res/layout/autocomplete_6.xml +0 -48
- data/ApiDemos/res/layout/baseline_1.xml +0 -40
- data/ApiDemos/res/layout/baseline_2.xml +0 -43
- data/ApiDemos/res/layout/baseline_3.xml +0 -56
- data/ApiDemos/res/layout/baseline_4.xml +0 -55
- data/ApiDemos/res/layout/baseline_6.xml +0 -34
- data/ApiDemos/res/layout/baseline_7.xml +0 -36
- data/ApiDemos/res/layout/baseline_nested_1.xml +0 -85
- data/ApiDemos/res/layout/baseline_nested_2.xml +0 -85
- data/ApiDemos/res/layout/baseline_nested_3.xml +0 -96
- data/ApiDemos/res/layout/bouncing_balls.xml +0 -22
- data/ApiDemos/res/layout/buttons_1.xml +0 -53
- data/ApiDemos/res/layout/chronometer.xml +0 -64
- data/ApiDemos/res/layout/clipboard.xml +0 -107
- data/ApiDemos/res/layout/contacts_filter.xml +0 -37
- data/ApiDemos/res/layout/controls_1.xml +0 -154
- data/ApiDemos/res/layout/custom_dialog_activity.xml +0 -24
- data/ApiDemos/res/layout/custom_title.xml +0 -57
- data/ApiDemos/res/layout/custom_title_1.xml +0 -33
- data/ApiDemos/res/layout/custom_view_1.xml +0 -44
- data/ApiDemos/res/layout/custom_view_accessibility.xml +0 -44
- data/ApiDemos/res/layout/date_widgets_example_1.xml +0 -40
- data/ApiDemos/res/layout/date_widgets_example_2.xml +0 -33
- data/ApiDemos/res/layout/density_image_views.xml +0 -37
- data/ApiDemos/res/layout/density_styled_image_views.xml +0 -26
- data/ApiDemos/res/layout/dialog_activity.xml +0 -53
- data/ApiDemos/res/layout/drag_layout.xml +0 -93
- data/ApiDemos/res/layout/external_storage.xml +0 -27
- data/ApiDemos/res/layout/external_storage_item.xml +0 -58
- data/ApiDemos/res/layout/focus_1.xml +0 -42
- data/ApiDemos/res/layout/focus_2.xml +0 -41
- data/ApiDemos/res/layout/focus_3.xml +0 -64
- data/ApiDemos/res/layout/focus_5.xml +0 -60
- data/ApiDemos/res/layout/foreground_dispatch.xml +0 -23
- data/ApiDemos/res/layout/foreground_service_controller.xml +0 -49
- data/ApiDemos/res/layout/forward_target.xml +0 -30
- data/ApiDemos/res/layout/forwarding.xml +0 -37
- data/ApiDemos/res/layout/fragment_arguments.xml +0 -54
- data/ApiDemos/res/layout/fragment_context_menu.xml +0 -38
- data/ApiDemos/res/layout/fragment_dialog.xml +0 -40
- data/ApiDemos/res/layout/fragment_dialog_or_activity.xml +0 -64
- data/ApiDemos/res/layout/fragment_hide_show.xml +0 -57
- data/ApiDemos/res/layout/fragment_layout.xml +0 -27
- data/ApiDemos/res/layout/fragment_menu.xml +0 -46
- data/ApiDemos/res/layout/fragment_pager_support.xml +0 -44
- data/ApiDemos/res/layout/fragment_pager_support_list.xml +0 -52
- data/ApiDemos/res/layout/fragment_retain_instance.xml +0 -46
- data/ApiDemos/res/layout/fragment_stack.xml +0 -38
- data/ApiDemos/res/layout/gallery_1.xml +0 -32
- data/ApiDemos/res/layout/gallery_2.xml +0 -38
- data/ApiDemos/res/layout/game_controller_input.xml +0 -52
- data/ApiDemos/res/layout/game_controller_input_heading.xml +0 -21
- data/ApiDemos/res/layout/game_controller_input_text_column.xml +0 -34
- data/ApiDemos/res/layout/google_login.xml +0 -60
- data/ApiDemos/res/layout/grid_1.xml +0 -29
- data/ApiDemos/res/layout/grid_2.xml +0 -30
- data/ApiDemos/res/layout/grid_layout_1.xml +0 -87
- data/ApiDemos/res/layout/hello_world.xml +0 -26
- data/ApiDemos/res/layout/horizontal_scroll_view1.xml +0 -26
- data/ApiDemos/res/layout/hover.xml +0 -64
- data/ApiDemos/res/layout/image_button_1.xml +0 -36
- data/ApiDemos/res/layout/image_switcher_1.xml +0 -40
- data/ApiDemos/res/layout/image_view_1.xml +0 -144
- data/ApiDemos/res/layout/incoming_message.xml +0 -50
- data/ApiDemos/res/layout/incoming_message_info.xml +0 -38
- data/ApiDemos/res/layout/incoming_message_interstitial.xml +0 -37
- data/ApiDemos/res/layout/incoming_message_panel.xml +0 -42
- data/ApiDemos/res/layout/incoming_message_view.xml +0 -80
- data/ApiDemos/res/layout/install_apk.xml +0 -56
- data/ApiDemos/res/layout/intent_activity_flags.xml +0 -43
- data/ApiDemos/res/layout/intents.xml +0 -37
- data/ApiDemos/res/layout/labeled_text_edit.xml +0 -38
- data/ApiDemos/res/layout/launcher_shortcuts.xml +0 -40
- data/ApiDemos/res/layout/layout_animation_1.xml +0 -30
- data/ApiDemos/res/layout/layout_animation_3.xml +0 -21
- data/ApiDemos/res/layout/layout_animation_4.xml +0 -30
- data/ApiDemos/res/layout/layout_animation_5.xml +0 -30
- data/ApiDemos/res/layout/layout_animation_6.xml +0 -29
- data/ApiDemos/res/layout/layout_animation_7.xml +0 -57
- data/ApiDemos/res/layout/layout_animations.xml +0 -80
- data/ApiDemos/res/layout/layout_animations_by_default.xml +0 -34
- data/ApiDemos/res/layout/layout_animations_hideshow.xml +0 -52
- data/ApiDemos/res/layout/linear_layout_1.xml +0 -46
- data/ApiDemos/res/layout/linear_layout_10.xml +0 -122
- data/ApiDemos/res/layout/linear_layout_2.xml +0 -47
- data/ApiDemos/res/layout/linear_layout_3.xml +0 -51
- data/ApiDemos/res/layout/linear_layout_4.xml +0 -50
- data/ApiDemos/res/layout/linear_layout_5.xml +0 -76
- data/ApiDemos/res/layout/linear_layout_6.xml +0 -53
- data/ApiDemos/res/layout/linear_layout_7.xml +0 -54
- data/ApiDemos/res/layout/linear_layout_8.xml +0 -53
- data/ApiDemos/res/layout/linear_layout_9.xml +0 -38
- data/ApiDemos/res/layout/link.xml +0 -68
- data/ApiDemos/res/layout/list_12.xml +0 -35
- data/ApiDemos/res/layout/list_13.xml +0 -34
- data/ApiDemos/res/layout/list_7.xml +0 -35
- data/ApiDemos/res/layout/list_8.xml +0 -61
- data/ApiDemos/res/layout/list_item_checkbox.xml +0 -22
- data/ApiDemos/res/layout/list_item_icon_text.xml +0 -32
- data/ApiDemos/res/layout/list_position.xml +0 -25
- data/ApiDemos/res/layout/local_sample.xml +0 -37
- data/ApiDemos/res/layout/local_service_binding.xml +0 -42
- data/ApiDemos/res/layout/local_service_controller.xml +0 -42
- data/ApiDemos/res/layout/log_text_box_1.xml +0 -42
- data/ApiDemos/res/layout/mapview.xml +0 -31
- data/ApiDemos/res/layout/marquee.xml +0 -46
- data/ApiDemos/res/layout/mediaplayer_1.xml +0 -31
- data/ApiDemos/res/layout/mediaplayer_2.xml +0 -13
- data/ApiDemos/res/layout/messenger_service_binding.xml +0 -47
- data/ApiDemos/res/layout/morse_code.xml +0 -37
- data/ApiDemos/res/layout/notify_with_text.xml +0 -34
- data/ApiDemos/res/layout/notifying_controller.xml +0 -41
- data/ApiDemos/res/layout/overscan.xml +0 -79
- data/ApiDemos/res/layout/pick_contact.xml +0 -48
- data/ApiDemos/res/layout/popup_menu_1.xml +0 -25
- data/ApiDemos/res/layout/preference_widget_mypreference.xml +0 -25
- data/ApiDemos/res/layout/progressbar_1.xml +0 -74
- data/ApiDemos/res/layout/progressbar_2.xml +0 -41
- data/ApiDemos/res/layout/progressbar_3.xml +0 -32
- data/ApiDemos/res/layout/progressbar_4.xml +0 -27
- data/ApiDemos/res/layout/quick_contacts.xml +0 -47
- data/ApiDemos/res/layout/radio_group_1.xml +0 -49
- data/ApiDemos/res/layout/ratingbar_1.xml +0 -60
- data/ApiDemos/res/layout/read_asset.xml +0 -29
- data/ApiDemos/res/layout/receive_result.xml +0 -50
- data/ApiDemos/res/layout/redirect_enter.xml +0 -36
- data/ApiDemos/res/layout/redirect_getter.xml +0 -42
- data/ApiDemos/res/layout/redirect_main.xml +0 -47
- data/ApiDemos/res/layout/relative_layout_1.xml +0 -54
- data/ApiDemos/res/layout/relative_layout_2.xml +0 -78
- data/ApiDemos/res/layout/remote_binding_options.xml +0 -82
- data/ApiDemos/res/layout/remote_service_binding.xml +0 -52
- data/ApiDemos/res/layout/remote_service_controller.xml +0 -42
- data/ApiDemos/res/layout/reorder_four.xml +0 -38
- data/ApiDemos/res/layout/reorder_on_launch.xml +0 -38
- data/ApiDemos/res/layout/reorder_three.xml +0 -38
- data/ApiDemos/res/layout/reorder_two.xml +0 -38
- data/ApiDemos/res/layout/resources.xml +0 -55
- data/ApiDemos/res/layout/resources_height.xml +0 -33
- data/ApiDemos/res/layout/resources_layout_reference.xml +0 -35
- data/ApiDemos/res/layout/resources_layout_reference_tablet.xml +0 -35
- data/ApiDemos/res/layout/resources_smallest_width.xml +0 -35
- data/ApiDemos/res/layout/resources_smallest_width_inner.xml +0 -33
- data/ApiDemos/res/layout/resources_smallest_width_row.xml +0 -33
- data/ApiDemos/res/layout/resources_width.xml +0 -33
- data/ApiDemos/res/layout/resources_width_and_height.xml +0 -35
- data/ApiDemos/res/layout/rotating_list.xml +0 -37
- data/ApiDemos/res/layout/rotating_view.xml +0 -160
- data/ApiDemos/res/layout/save_restore_state.xml +0 -58
- data/ApiDemos/res/layout/screen_orientation.xml +0 -37
- data/ApiDemos/res/layout/scroll_view_1.xml +0 -90
- data/ApiDemos/res/layout/scroll_view_2.xml +0 -41
- data/ApiDemos/res/layout/scrollbar1.xml +0 -169
- data/ApiDemos/res/layout/scrollbar2.xml +0 -172
- data/ApiDemos/res/layout/scrollbar3.xml +0 -136
- data/ApiDemos/res/layout/search_invoke.xml +0 -96
- data/ApiDemos/res/layout/search_query_results.xml +0 -76
- data/ApiDemos/res/layout/search_view.xml +0 -19
- data/ApiDemos/res/layout/searchview_actionbar.xml +0 -28
- data/ApiDemos/res/layout/searchview_filter.xml +0 -31
- data/ApiDemos/res/layout/secure_view.xml +0 -112
- data/ApiDemos/res/layout/secure_view_overlay.xml +0 -50
- data/ApiDemos/res/layout/seekbar_1.xml +0 -36
- data/ApiDemos/res/layout/select_dialog.xml +0 -29
- data/ApiDemos/res/layout/send_result.xml +0 -45
- data/ApiDemos/res/layout/service_start_arguments_controller.xml +0 -57
- data/ApiDemos/res/layout/shape_drawable_1.xml +0 -73
- data/ApiDemos/res/layout/simple_list_item_checkable_1.xml +0 -29
- data/ApiDemos/res/layout/sms_demo.xml +0 -67
- data/ApiDemos/res/layout/soft_input_modes.xml +0 -64
- data/ApiDemos/res/layout/spinner_1.xml +0 -51
- data/ApiDemos/res/layout/split_touch_view.xml +0 -42
- data/ApiDemos/res/layout/status_bar_balloon.xml +0 -32
- data/ApiDemos/res/layout/status_bar_notifications.xml +0 -157
- data/ApiDemos/res/layout/styled_text.xml +0 -52
- data/ApiDemos/res/layout/surface_view_overlay.xml +0 -84
- data/ApiDemos/res/layout/switches.xml +0 -82
- data/ApiDemos/res/layout/table_layout_1.xml +0 -56
- data/ApiDemos/res/layout/table_layout_10.xml +0 -58
- data/ApiDemos/res/layout/table_layout_11.xml +0 -93
- data/ApiDemos/res/layout/table_layout_12.xml +0 -85
- data/ApiDemos/res/layout/table_layout_2.xml +0 -40
- data/ApiDemos/res/layout/table_layout_3.xml +0 -62
- data/ApiDemos/res/layout/table_layout_4.xml +0 -42
- data/ApiDemos/res/layout/table_layout_5.xml +0 -82
- data/ApiDemos/res/layout/table_layout_6.xml +0 -92
- data/ApiDemos/res/layout/table_layout_7.xml +0 -106
- data/ApiDemos/res/layout/table_layout_8.xml +0 -87
- data/ApiDemos/res/layout/table_layout_9.xml +0 -92
- data/ApiDemos/res/layout/tabs1.xml +0 -39
- data/ApiDemos/res/layout/tabs_right_gravity.xml +0 -37
- data/ApiDemos/res/layout/tabs_scroll.xml +0 -41
- data/ApiDemos/res/layout/tasklist_main.xml +0 -47
- data/ApiDemos/res/layout/tasklist_row.xml +0 -38
- data/ApiDemos/res/layout/text_switcher_1.xml +0 -31
- data/ApiDemos/res/layout/text_to_speech.xml +0 -26
- data/ApiDemos/res/layout/translucent_background.xml +0 -24
- data/ApiDemos/res/layout/videoview.xml +0 -14
- data/ApiDemos/res/layout/visibility_1.xml +0 -71
- data/ApiDemos/res/layout/voice_recognition.xml +0 -61
- data/ApiDemos/res/layout/wallpaper_2.xml +0 -27
- data/ApiDemos/res/layout/webview_1.xml +0 -79
- data/ApiDemos/res/menu/action_bar_settings_action_provider.xml +0 -28
- data/ApiDemos/res/menu/action_bar_share_action_provider.xml +0 -28
- data/ApiDemos/res/menu/actions.xml +0 -48
- data/ApiDemos/res/menu/camera_menu.xml +0 -5
- data/ApiDemos/res/menu/category_order.xml +0 -57
- data/ApiDemos/res/menu/checkable.xml +0 -91
- data/ApiDemos/res/menu/disabled.xml +0 -55
- data/ApiDemos/res/menu/display_options_actions.xml +0 -19
- data/ApiDemos/res/menu/groups.xml +0 -45
- data/ApiDemos/res/menu/list_select_menu.xml +0 -22
- data/ApiDemos/res/menu/order.xml +0 -38
- data/ApiDemos/res/menu/popup.xml +0 -32
- data/ApiDemos/res/menu/searchview_in_menu.xml +0 -22
- data/ApiDemos/res/menu/shortcuts.xml +0 -60
- data/ApiDemos/res/menu/submenu.xml +0 -44
- data/ApiDemos/res/menu/title_icon.xml +0 -31
- data/ApiDemos/res/menu/title_only.xml +0 -25
- data/ApiDemos/res/menu/visible.xml +0 -37
- data/ApiDemos/res/raw/androids.pkm +0 -0
- data/ApiDemos/res/raw/robot.png +0 -0
- data/ApiDemos/res/raw/skycubemap0.jpg +0 -0
- data/ApiDemos/res/raw/skycubemap1.jpg +0 -0
- data/ApiDemos/res/raw/skycubemap2.jpg +0 -0
- data/ApiDemos/res/raw/skycubemap3.jpg +0 -0
- data/ApiDemos/res/raw/skycubemap4.jpg +0 -0
- data/ApiDemos/res/raw/skycubemap5.jpg +0 -0
- data/ApiDemos/res/raw/sound_ringer_normal.ogg +0 -0
- data/ApiDemos/res/raw/sound_ringer_silent.ogg +0 -0
- data/ApiDemos/res/raw/sound_ringer_vibrate.ogg +0 -0
- data/ApiDemos/res/raw/sound_screen_off.ogg +0 -0
- data/ApiDemos/res/raw/sound_screen_on.ogg +0 -0
- data/ApiDemos/res/raw/sound_view_clicked.ogg +0 -0
- data/ApiDemos/res/raw/sound_view_focused_or_selected.ogg +0 -0
- data/ApiDemos/res/raw/sound_view_hover_enter.ogg +0 -0
- data/ApiDemos/res/raw/sound_window_state_changed.ogg +0 -0
- data/ApiDemos/res/raw/test_cbr.mp3 +0 -0
- data/ApiDemos/res/values-hdpi/strings.xml +0 -19
- data/ApiDemos/res/values-ldpi/strings.xml +0 -19
- data/ApiDemos/res/values-mdpi/strings.xml +0 -19
- data/ApiDemos/res/values-sw600dp/layout.xml +0 -22
- data/ApiDemos/res/values-v11/bools.xml +0 -20
- data/ApiDemos/res/values-v11/styles.xml +0 -29
- data/ApiDemos/res/values-v13/bools.xml +0 -20
- data/ApiDemos/res/values-v14/bools.xml +0 -20
- data/ApiDemos/res/values-xhdpi/strings.xml +0 -19
- data/ApiDemos/res/values-xlarge/layout.xml +0 -22
- data/ApiDemos/res/values/arrays.xml +0 -149
- data/ApiDemos/res/values/attrs.xml +0 -55
- data/ApiDemos/res/values/bools.xml +0 -32
- data/ApiDemos/res/values/colors.xml +0 -32
- data/ApiDemos/res/values/ids.xml +0 -19
- data/ApiDemos/res/values/strings.xml +0 -1343
- data/ApiDemos/res/values/styles.xml +0 -124
- data/ApiDemos/res/xml/advanced_preferences.xml +0 -38
- data/ApiDemos/res/xml/appwidget_provider.xml +0 -28
- data/ApiDemos/res/xml/default_values.xml +0 -44
- data/ApiDemos/res/xml/device_admin_encryption.xml +0 -34
- data/ApiDemos/res/xml/device_admin_expiration.xml +0 -53
- data/ApiDemos/res/xml/device_admin_general.xml +0 -40
- data/ApiDemos/res/xml/device_admin_headers.xml +0 -41
- data/ApiDemos/res/xml/device_admin_lock_wipe.xml +0 -50
- data/ApiDemos/res/xml/device_admin_quality.xml +0 -79
- data/ApiDemos/res/xml/device_admin_sample.xml +0 -30
- data/ApiDemos/res/xml/filter_nfc.xml +0 -28
- data/ApiDemos/res/xml/fragmented_preferences.xml +0 -97
- data/ApiDemos/res/xml/fragmented_preferences_inner.xml +0 -26
- data/ApiDemos/res/xml/preference_dependencies.xml +0 -35
- data/ApiDemos/res/xml/preference_headers.xml +0 -44
- data/ApiDemos/res/xml/preference_switch +0 -46
- data/ApiDemos/res/xml/preferences.xml +0 -101
- data/ApiDemos/res/xml/searchable.xml +0 -30
- data/ApiDemos/res/xml/taskbackconfig.xml +0 -24
- data/ApiDemos/src/com/example/android/apis/ApiDemos.java +0 -149
- data/ApiDemos/src/com/example/android/apis/ApiDemosApplication.java +0 -36
- data/ApiDemos/src/com/example/android/apis/Shakespeare.java +0 -223
- data/ApiDemos/src/com/example/android/apis/accessibility/ClockBackActivity.java +0 -54
- data/ApiDemos/src/com/example/android/apis/accessibility/ClockBackService.java +0 -575
- data/ApiDemos/src/com/example/android/apis/accessibility/CustomViewAccessibilityActivity.java +0 -280
- data/ApiDemos/src/com/example/android/apis/accessibility/TaskBackService.java +0 -190
- data/ApiDemos/src/com/example/android/apis/accessibility/TaskListActivity.java +0 -58
- data/ApiDemos/src/com/example/android/apis/accessibility/TaskListView.java +0 -115
- data/ApiDemos/src/com/example/android/apis/animation/AnimationCloning.java +0 -148
- data/ApiDemos/src/com/example/android/apis/animation/AnimationLoading.java +0 -165
- data/ApiDemos/src/com/example/android/apis/animation/AnimationSeeking.java +0 -173
- data/ApiDemos/src/com/example/android/apis/animation/AnimatorEvents.java +0 -237
- data/ApiDemos/src/com/example/android/apis/animation/BouncingBalls.java +0 -184
- data/ApiDemos/src/com/example/android/apis/animation/CustomEvaluator.java +0 -174
- data/ApiDemos/src/com/example/android/apis/animation/FixedGridLayout.java +0 -108
- data/ApiDemos/src/com/example/android/apis/animation/LayoutAnimations.java +0 -210
- data/ApiDemos/src/com/example/android/apis/animation/LayoutAnimationsByDefault.java +0 -61
- data/ApiDemos/src/com/example/android/apis/animation/LayoutAnimationsHideShow.java +0 -178
- data/ApiDemos/src/com/example/android/apis/animation/ListFlipper.java +0 -126
- data/ApiDemos/src/com/example/android/apis/animation/MultiPropertyAnimation.java +0 -178
- data/ApiDemos/src/com/example/android/apis/animation/ReversingAnimation.java +0 -135
- data/ApiDemos/src/com/example/android/apis/animation/Rotate3dAnimation.java +0 -92
- data/ApiDemos/src/com/example/android/apis/animation/ShapeHolder.java +0 -100
- data/ApiDemos/src/com/example/android/apis/animation/Transition3d.java +0 -175
- data/ApiDemos/src/com/example/android/apis/app/ActionBarDisplayOptions.java +0 -124
- data/ApiDemos/src/com/example/android/apis/app/ActionBarMechanics.java +0 -73
- data/ApiDemos/src/com/example/android/apis/app/ActionBarSettingsActionProviderActivity.java +0 -111
- data/ApiDemos/src/com/example/android/apis/app/ActionBarShareActionProviderActivity.java +0 -125
- data/ApiDemos/src/com/example/android/apis/app/ActionBarTabs.java +0 -131
- data/ApiDemos/src/com/example/android/apis/app/ActionBarUsage.java +0 -93
- data/ApiDemos/src/com/example/android/apis/app/ActivityRecreate.java +0 -73
- data/ApiDemos/src/com/example/android/apis/app/AlarmController.java +0 -168
- data/ApiDemos/src/com/example/android/apis/app/AlarmService.java +0 -89
- data/ApiDemos/src/com/example/android/apis/app/AlarmService_Service.java +0 -131
- data/ApiDemos/src/com/example/android/apis/app/AlertDialogSamples.java +0 -423
- data/ApiDemos/src/com/example/android/apis/app/Animation.java +0 -74
- data/ApiDemos/src/com/example/android/apis/app/AppUpdateReceiver.java +0 -34
- data/ApiDemos/src/com/example/android/apis/app/ContactsFilter.java +0 -53
- data/ApiDemos/src/com/example/android/apis/app/ContactsFilterInstrumentation.java +0 -73
- data/ApiDemos/src/com/example/android/apis/app/ContactsSelectInstrumentation.java +0 -86
- data/ApiDemos/src/com/example/android/apis/app/CustomDialogActivity.java +0 -48
- data/ApiDemos/src/com/example/android/apis/app/CustomTitle.java +0 -85
- data/ApiDemos/src/com/example/android/apis/app/DeviceAdminSample.java +0 -934
- data/ApiDemos/src/com/example/android/apis/app/DialogActivity.java +0 -86
- data/ApiDemos/src/com/example/android/apis/app/ForegroundService.java +0 -240
- data/ApiDemos/src/com/example/android/apis/app/ForwardTarget.java +0 -41
- data/ApiDemos/src/com/example/android/apis/app/Forwarding.java +0 -85
- data/ApiDemos/src/com/example/android/apis/app/FragmentAlertDialog.java +0 -109
- data/ApiDemos/src/com/example/android/apis/app/FragmentArguments.java +0 -108
- data/ApiDemos/src/com/example/android/apis/app/FragmentContextMenu.java +0 -77
- data/ApiDemos/src/com/example/android/apis/app/FragmentCustomAnimations.java +0 -131
- data/ApiDemos/src/com/example/android/apis/app/FragmentDialog.java +0 -168
- data/ApiDemos/src/com/example/android/apis/app/FragmentDialogOrActivity.java +0 -82
- data/ApiDemos/src/com/example/android/apis/app/FragmentHideShow.java +0 -113
- data/ApiDemos/src/com/example/android/apis/app/FragmentLayout.java +0 -220
- data/ApiDemos/src/com/example/android/apis/app/FragmentListArray.java +0 -60
- data/ApiDemos/src/com/example/android/apis/app/FragmentMenu.java +0 -132
- data/ApiDemos/src/com/example/android/apis/app/FragmentReceiveResult.java +0 -133
- data/ApiDemos/src/com/example/android/apis/app/FragmentRetainInstance.java +0 -232
- data/ApiDemos/src/com/example/android/apis/app/FragmentStack.java +0 -124
- data/ApiDemos/src/com/example/android/apis/app/FragmentTabs.java +0 -118
- data/ApiDemos/src/com/example/android/apis/app/HelloWorld.java +0 -66
- data/ApiDemos/src/com/example/android/apis/app/IRemoteService.aidl +0 -37
- data/ApiDemos/src/com/example/android/apis/app/IRemoteServiceCallback.aidl +0 -29
- data/ApiDemos/src/com/example/android/apis/app/ISecondary.aidl +0 -36
- data/ApiDemos/src/com/example/android/apis/app/IncomingMessage.java +0 -197
- data/ApiDemos/src/com/example/android/apis/app/IncomingMessageInterstitial.java +0 -64
- data/ApiDemos/src/com/example/android/apis/app/IncomingMessageView.java +0 -59
- data/ApiDemos/src/com/example/android/apis/app/IntentActivityFlags.java +0 -86
- data/ApiDemos/src/com/example/android/apis/app/Intents.java +0 -47
- data/ApiDemos/src/com/example/android/apis/app/LauncherShortcuts.java +0 -141
- data/ApiDemos/src/com/example/android/apis/app/LoaderCursor.java +0 -177
- data/ApiDemos/src/com/example/android/apis/app/LoaderCustom.java +0 -481
- data/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.java +0 -512
- data/ApiDemos/src/com/example/android/apis/app/LocalSample.java +0 -53
- data/ApiDemos/src/com/example/android/apis/app/LocalSampleInstrumentation.java +0 -92
- data/ApiDemos/src/com/example/android/apis/app/LocalService.java +0 -120
- data/ApiDemos/src/com/example/android/apis/app/LocalServiceActivities.java +0 -171
- data/ApiDemos/src/com/example/android/apis/app/MenuInflateFromXml.java +0 -174
- data/ApiDemos/src/com/example/android/apis/app/MessengerService.java +0 -169
- data/ApiDemos/src/com/example/android/apis/app/MessengerServiceActivities.java +0 -178
- data/ApiDemos/src/com/example/android/apis/app/NotificationDisplay.java +0 -82
- data/ApiDemos/src/com/example/android/apis/app/NotifyWithText.java +0 -80
- data/ApiDemos/src/com/example/android/apis/app/NotifyingController.java +0 -61
- data/ApiDemos/src/com/example/android/apis/app/NotifyingService.java +0 -128
- data/ApiDemos/src/com/example/android/apis/app/OneShotAlarm.java +0 -42
- data/ApiDemos/src/com/example/android/apis/app/PersistentState.java +0 -128
- data/ApiDemos/src/com/example/android/apis/app/QuickContactsDemo.java +0 -104
- data/ApiDemos/src/com/example/android/apis/app/ReceiveResult.java +0 -153
- data/ApiDemos/src/com/example/android/apis/app/RedirectEnter.java +0 -59
- data/ApiDemos/src/com/example/android/apis/app/RedirectGetter.java +0 -87
- data/ApiDemos/src/com/example/android/apis/app/RedirectMain.java +0 -122
- data/ApiDemos/src/com/example/android/apis/app/RemoteService.java +0 -652
- data/ApiDemos/src/com/example/android/apis/app/ReorderFour.java +0 -46
- data/ApiDemos/src/com/example/android/apis/app/ReorderOnLaunch.java +0 -44
- data/ApiDemos/src/com/example/android/apis/app/ReorderThree.java +0 -44
- data/ApiDemos/src/com/example/android/apis/app/ReorderTwo.java +0 -44
- data/ApiDemos/src/com/example/android/apis/app/RepeatingAlarm.java +0 -40
- data/ApiDemos/src/com/example/android/apis/app/SaveRestoreState.java +0 -98
- data/ApiDemos/src/com/example/android/apis/app/ScreenOrientation.java +0 -73
- data/ApiDemos/src/com/example/android/apis/app/SearchInvoke.java +0 -241
- data/ApiDemos/src/com/example/android/apis/app/SearchQueryResults.java +0 -118
- data/ApiDemos/src/com/example/android/apis/app/SearchSuggestionSampleProvider.java +0 -50
- data/ApiDemos/src/com/example/android/apis/app/SendResult.java +0 -81
- data/ApiDemos/src/com/example/android/apis/app/ServiceStartArguments.java +0 -272
- data/ApiDemos/src/com/example/android/apis/app/SetWallpaperActivity.java +0 -89
- data/ApiDemos/src/com/example/android/apis/app/SoftInputModes.java +0 -67
- data/ApiDemos/src/com/example/android/apis/app/StatusBarNotifications.java +0 -270
- data/ApiDemos/src/com/example/android/apis/app/TextToSpeechActivity.java +0 -136
- data/ApiDemos/src/com/example/android/apis/app/TranslucentActivity.java +0 -48
- data/ApiDemos/src/com/example/android/apis/app/TranslucentBlurActivity.java +0 -55
- data/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.java +0 -226
- data/ApiDemos/src/com/example/android/apis/app/WallpaperActivity.java +0 -48
- data/ApiDemos/src/com/example/android/apis/appwidget/ExampleAppWidgetConfigure.java +0 -134
- data/ApiDemos/src/com/example/android/apis/appwidget/ExampleAppWidgetProvider.java +0 -122
- data/ApiDemos/src/com/example/android/apis/appwidget/ExampleBroadcastReceiver.java +0 -56
- data/ApiDemos/src/com/example/android/apis/content/ClipboardSample.java +0 -144
- data/ApiDemos/src/com/example/android/apis/content/ExternalStorage.java +0 -376
- data/ApiDemos/src/com/example/android/apis/content/FileProvider.java +0 -114
- data/ApiDemos/src/com/example/android/apis/content/InstallApk.java +0 -179
- data/ApiDemos/src/com/example/android/apis/content/PickContact.java +0 -114
- data/ApiDemos/src/com/example/android/apis/content/ReadAsset.java +0 -73
- data/ApiDemos/src/com/example/android/apis/content/ResourcesLayoutReference.java +0 -33
- data/ApiDemos/src/com/example/android/apis/content/ResourcesSample.java +0 -90
- data/ApiDemos/src/com/example/android/apis/content/ResourcesSmallestWidth.java +0 -33
- data/ApiDemos/src/com/example/android/apis/content/ResourcesWidthAndHeight.java +0 -33
- data/ApiDemos/src/com/example/android/apis/content/StyledText.java +0 -51
- data/ApiDemos/src/com/example/android/apis/graphics/AlphaBitmap.java +0 -91
- data/ApiDemos/src/com/example/android/apis/graphics/AnimateDrawable.java +0 -72
- data/ApiDemos/src/com/example/android/apis/graphics/AnimateDrawables.java +0 -67
- data/ApiDemos/src/com/example/android/apis/graphics/Arcs.java +0 -118
- data/ApiDemos/src/com/example/android/apis/graphics/BitmapDecode.java +0 -144
- data/ApiDemos/src/com/example/android/apis/graphics/BitmapMesh.java +0 -130
- data/ApiDemos/src/com/example/android/apis/graphics/BitmapPixels.java +0 -161
- data/ApiDemos/src/com/example/android/apis/graphics/CameraPreview.java +0 -311
- data/ApiDemos/src/com/example/android/apis/graphics/Clipping.java +0 -111
- data/ApiDemos/src/com/example/android/apis/graphics/ColorFilters.java +0 -180
- data/ApiDemos/src/com/example/android/apis/graphics/ColorMatrixSample.java +0 -122
- data/ApiDemos/src/com/example/android/apis/graphics/ColorPickerDialog.java +0 -233
- data/ApiDemos/src/com/example/android/apis/graphics/Compass.java +0 -130
- data/ApiDemos/src/com/example/android/apis/graphics/CompressedTextureActivity.java +0 -157
- data/ApiDemos/src/com/example/android/apis/graphics/CreateBitmap.java +0 -126
- data/ApiDemos/src/com/example/android/apis/graphics/Cube.java +0 -100
- data/ApiDemos/src/com/example/android/apis/graphics/CubeMapActivity.java +0 -416
- data/ApiDemos/src/com/example/android/apis/graphics/CubeRenderer.java +0 -108
- data/ApiDemos/src/com/example/android/apis/graphics/DensityActivity.java +0 -220
- data/ApiDemos/src/com/example/android/apis/graphics/DrawPoints.java +0 -79
- data/ApiDemos/src/com/example/android/apis/graphics/FingerPaint.java +0 -208
- data/ApiDemos/src/com/example/android/apis/graphics/FrameBufferObjectActivity.java +0 -282
- data/ApiDemos/src/com/example/android/apis/graphics/GLES20Activity.java +0 -72
- data/ApiDemos/src/com/example/android/apis/graphics/GLES20TriangleRenderer.java +0 -255
- data/ApiDemos/src/com/example/android/apis/graphics/GLSurfaceViewActivity.java +0 -56
- data/ApiDemos/src/com/example/android/apis/graphics/GradientDrawable1.java +0 -31
- data/ApiDemos/src/com/example/android/apis/graphics/GraphicsActivity.java +0 -43
- data/ApiDemos/src/com/example/android/apis/graphics/Layers.java +0 -65
- data/ApiDemos/src/com/example/android/apis/graphics/MatrixPaletteActivity.java +0 -52
- data/ApiDemos/src/com/example/android/apis/graphics/MatrixPaletteRenderer.java +0 -408
- data/ApiDemos/src/com/example/android/apis/graphics/MeasureText.java +0 -112
- data/ApiDemos/src/com/example/android/apis/graphics/PathEffects.java +0 -121
- data/ApiDemos/src/com/example/android/apis/graphics/PathFillTypes.java +0 -77
- data/ApiDemos/src/com/example/android/apis/graphics/Patterns.java +0 -125
- data/ApiDemos/src/com/example/android/apis/graphics/PictureLayout.java +0 -161
- data/ApiDemos/src/com/example/android/apis/graphics/Pictures.java +0 -81
- data/ApiDemos/src/com/example/android/apis/graphics/PolyToPoly.java +0 -107
- data/ApiDemos/src/com/example/android/apis/graphics/ProxyDrawable.java +0 -102
- data/ApiDemos/src/com/example/android/apis/graphics/PurgeableBitmap.java +0 -118
- data/ApiDemos/src/com/example/android/apis/graphics/PurgeableBitmapView.java +0 -116
- data/ApiDemos/src/com/example/android/apis/graphics/Regions.java +0 -126
- data/ApiDemos/src/com/example/android/apis/graphics/RoundRects.java +0 -113
- data/ApiDemos/src/com/example/android/apis/graphics/ScaleToFit.java +0 -121
- data/ApiDemos/src/com/example/android/apis/graphics/SensorTest.java +0 -213
- data/ApiDemos/src/com/example/android/apis/graphics/ShapeDrawable1.java +0 -136
- data/ApiDemos/src/com/example/android/apis/graphics/StaticTriangleRenderer.java +0 -274
- data/ApiDemos/src/com/example/android/apis/graphics/SurfaceViewOverlay.java +0 -116
- data/ApiDemos/src/com/example/android/apis/graphics/Sweep.java +0 -97
- data/ApiDemos/src/com/example/android/apis/graphics/TextAlign.java +0 -161
- data/ApiDemos/src/com/example/android/apis/graphics/TouchPaint.java +0 -528
- data/ApiDemos/src/com/example/android/apis/graphics/TouchRotateActivity.java +0 -184
- data/ApiDemos/src/com/example/android/apis/graphics/TranslucentGLSurfaceViewActivity.java +0 -63
- data/ApiDemos/src/com/example/android/apis/graphics/TriangleActivity.java +0 -49
- data/ApiDemos/src/com/example/android/apis/graphics/TriangleRenderer.java +0 -241
- data/ApiDemos/src/com/example/android/apis/graphics/Typefaces.java +0 -55
- data/ApiDemos/src/com/example/android/apis/graphics/UnicodeChart.java +0 -119
- data/ApiDemos/src/com/example/android/apis/graphics/Vertices.java +0 -103
- data/ApiDemos/src/com/example/android/apis/graphics/WindowSurface.java +0 -271
- data/ApiDemos/src/com/example/android/apis/graphics/Xfermodes.java +0 -171
- data/ApiDemos/src/com/example/android/apis/graphics/kube/Cube.java +0 -57
- data/ApiDemos/src/com/example/android/apis/graphics/kube/GLColor.java +0 -51
- data/ApiDemos/src/com/example/android/apis/graphics/kube/GLFace.java +0 -94
- data/ApiDemos/src/com/example/android/apis/graphics/kube/GLShape.java +0 -102
- data/ApiDemos/src/com/example/android/apis/graphics/kube/GLVertex.java +0 -89
- data/ApiDemos/src/com/example/android/apis/graphics/kube/GLWorld.java +0 -98
- data/ApiDemos/src/com/example/android/apis/graphics/kube/Kube.java +0 -342
- data/ApiDemos/src/com/example/android/apis/graphics/kube/KubeRenderer.java +0 -116
- data/ApiDemos/src/com/example/android/apis/graphics/kube/Layer.java +0 -101
- data/ApiDemos/src/com/example/android/apis/graphics/kube/M4.java +0 -80
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/Grid.java +0 -140
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/LabelMaker.java +0 -411
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/MatrixGrabber.java +0 -63
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/MatrixStack.java +0 -179
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/MatrixTrackingGL.java +0 -1086
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/NumericSprite.java +0 -99
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/Projector.java +0 -84
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/SpriteTextActivity.java +0 -52
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/SpriteTextRenderer.java +0 -354
- data/ApiDemos/src/com/example/android/apis/media/AudioFxDemo.java +0 -252
- data/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo.java +0 -102
- data/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo_Audio.java +0 -102
- data/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo_Video.java +0 -219
- data/ApiDemos/src/com/example/android/apis/media/VideoViewDemo.java +0 -61
- data/ApiDemos/src/com/example/android/apis/nfc/ForegroundDispatch.java +0 -93
- data/ApiDemos/src/com/example/android/apis/nfc/ForegroundNdefPush.java +0 -86
- data/ApiDemos/src/com/example/android/apis/nfc/TechFilter.java +0 -51
- data/ApiDemos/src/com/example/android/apis/os/MorseCode.java +0 -93
- data/ApiDemos/src/com/example/android/apis/os/MorseCodeConverter.java +0 -141
- data/ApiDemos/src/com/example/android/apis/os/RotationVectorDemo.java +0 -216
- data/ApiDemos/src/com/example/android/apis/os/Sensors.java +0 -241
- data/ApiDemos/src/com/example/android/apis/os/SmsMessageReceiver.java +0 -78
- data/ApiDemos/src/com/example/android/apis/os/SmsMessagingDemo.java +0 -159
- data/ApiDemos/src/com/example/android/apis/os/SmsReceivedDialog.java +0 -115
- data/ApiDemos/src/com/example/android/apis/preference/AdvancedPreferences.java +0 -94
- data/ApiDemos/src/com/example/android/apis/preference/DefaultValues.java +0 -61
- data/ApiDemos/src/com/example/android/apis/preference/FragmentPreferences.java +0 -52
- data/ApiDemos/src/com/example/android/apis/preference/LaunchingPreferences.java +0 -100
- data/ApiDemos/src/com/example/android/apis/preference/MyPreference.java +0 -171
- data/ApiDemos/src/com/example/android/apis/preference/PreferenceDependencies.java +0 -33
- data/ApiDemos/src/com/example/android/apis/preference/PreferenceWithHeaders.java +0 -108
- data/ApiDemos/src/com/example/android/apis/preference/PreferencesFromCode.java +0 -151
- data/ApiDemos/src/com/example/android/apis/preference/PreferencesFromXml.java +0 -34
- data/ApiDemos/src/com/example/android/apis/preference/SwitchPreference.java +0 -38
- data/ApiDemos/src/com/example/android/apis/text/Link.java +0 -84
- data/ApiDemos/src/com/example/android/apis/text/LogTextBox.java +0 -64
- data/ApiDemos/src/com/example/android/apis/text/LogTextBox1.java +0 -50
- data/ApiDemos/src/com/example/android/apis/text/Marquee.java +0 -31
- data/ApiDemos/src/com/example/android/apis/view/Animation1.java +0 -45
- data/ApiDemos/src/com/example/android/apis/view/Animation2.java +0 -90
- data/ApiDemos/src/com/example/android/apis/view/Animation3.java +0 -101
- data/ApiDemos/src/com/example/android/apis/view/AutoComplete1.java +0 -82
- data/ApiDemos/src/com/example/android/apis/view/AutoComplete2.java +0 -41
- data/ApiDemos/src/com/example/android/apis/view/AutoComplete3.java +0 -43
- data/ApiDemos/src/com/example/android/apis/view/AutoComplete4.java +0 -103
- data/ApiDemos/src/com/example/android/apis/view/AutoComplete5.java +0 -44
- data/ApiDemos/src/com/example/android/apis/view/AutoComplete6.java +0 -83
- data/ApiDemos/src/com/example/android/apis/view/Baseline1.java +0 -35
- data/ApiDemos/src/com/example/android/apis/view/Baseline2.java +0 -35
- data/ApiDemos/src/com/example/android/apis/view/Baseline3.java +0 -36
- data/ApiDemos/src/com/example/android/apis/view/Baseline4.java +0 -35
- data/ApiDemos/src/com/example/android/apis/view/Baseline6.java +0 -35
- data/ApiDemos/src/com/example/android/apis/view/Baseline7.java +0 -35
- data/ApiDemos/src/com/example/android/apis/view/BaselineNested1.java +0 -36
- data/ApiDemos/src/com/example/android/apis/view/BaselineNested2.java +0 -36
- data/ApiDemos/src/com/example/android/apis/view/BaselineNested3.java +0 -36
- data/ApiDemos/src/com/example/android/apis/view/Buttons1.java +0 -36
- data/ApiDemos/src/com/example/android/apis/view/CheckableFrameLayout.java +0 -49
- data/ApiDemos/src/com/example/android/apis/view/Cheeses.java +0 -155
- data/ApiDemos/src/com/example/android/apis/view/ChronometerDemo.java +0 -90
- data/ApiDemos/src/com/example/android/apis/view/Controls1.java +0 -54
- data/ApiDemos/src/com/example/android/apis/view/Controls2.java +0 -19
- data/ApiDemos/src/com/example/android/apis/view/Controls3.java +0 -19
- data/ApiDemos/src/com/example/android/apis/view/Controls4.java +0 -19
- data/ApiDemos/src/com/example/android/apis/view/Controls5.java +0 -19
- data/ApiDemos/src/com/example/android/apis/view/Controls6.java +0 -19
- data/ApiDemos/src/com/example/android/apis/view/CustomView1.java +0 -40
- data/ApiDemos/src/com/example/android/apis/view/DateWidgets1.java +0 -156
- data/ApiDemos/src/com/example/android/apis/view/DateWidgets2.java +0 -68
- data/ApiDemos/src/com/example/android/apis/view/DragAndDropDemo.java +0 -72
- data/ApiDemos/src/com/example/android/apis/view/DraggableDot.java +0 -261
- data/ApiDemos/src/com/example/android/apis/view/ExpandableList1.java +0 -160
- data/ApiDemos/src/com/example/android/apis/view/ExpandableList2.java +0 -138
- data/ApiDemos/src/com/example/android/apis/view/ExpandableList3.java +0 -76
- data/ApiDemos/src/com/example/android/apis/view/Focus1.java +0 -47
- data/ApiDemos/src/com/example/android/apis/view/Focus2.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/Focus3.java +0 -45
- data/ApiDemos/src/com/example/android/apis/view/Focus5.java +0 -31
- data/ApiDemos/src/com/example/android/apis/view/Gallery1.java +0 -139
- data/ApiDemos/src/com/example/android/apis/view/Gallery2.java +0 -61
- data/ApiDemos/src/com/example/android/apis/view/GameControllerInput.java +0 -460
- data/ApiDemos/src/com/example/android/apis/view/GameView.java +0 -747
- data/ApiDemos/src/com/example/android/apis/view/Grid1.java +0 -95
- data/ApiDemos/src/com/example/android/apis/view/Grid2.java +0 -166
- data/ApiDemos/src/com/example/android/apis/view/Grid3.java +0 -164
- data/ApiDemos/src/com/example/android/apis/view/GridLayout0.java +0 -113
- data/ApiDemos/src/com/example/android/apis/view/GridLayout1.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/HorizontalScrollView1.java +0 -33
- data/ApiDemos/src/com/example/android/apis/view/Hover.java +0 -96
- data/ApiDemos/src/com/example/android/apis/view/HoverInterceptorView.java +0 -71
- data/ApiDemos/src/com/example/android/apis/view/ImageButton1.java +0 -33
- data/ApiDemos/src/com/example/android/apis/view/ImageSwitcher1.java +0 -120
- data/ApiDemos/src/com/example/android/apis/view/ImageView1.java +0 -36
- data/ApiDemos/src/com/example/android/apis/view/InternalSelectionFocus.java +0 -74
- data/ApiDemos/src/com/example/android/apis/view/InternalSelectionScroll.java +0 -64
- data/ApiDemos/src/com/example/android/apis/view/InternalSelectionView.java +0 -272
- data/ApiDemos/src/com/example/android/apis/view/LabelView.java +0 -194
- data/ApiDemos/src/com/example/android/apis/view/LayoutAnimation1.java +0 -81
- data/ApiDemos/src/com/example/android/apis/view/LayoutAnimation2.java +0 -64
- data/ApiDemos/src/com/example/android/apis/view/LayoutAnimation3.java +0 -44
- data/ApiDemos/src/com/example/android/apis/view/LayoutAnimation4.java +0 -81
- data/ApiDemos/src/com/example/android/apis/view/LayoutAnimation5.java +0 -81
- data/ApiDemos/src/com/example/android/apis/view/LayoutAnimation6.java +0 -81
- data/ApiDemos/src/com/example/android/apis/view/LayoutAnimation7.java +0 -31
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout1.java +0 -37
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout10.java +0 -37
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout2.java +0 -37
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout3.java +0 -37
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout4.java +0 -38
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout5.java +0 -38
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout6.java +0 -38
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout7.java +0 -38
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout8.java +0 -106
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout9.java +0 -41
- data/ApiDemos/src/com/example/android/apis/view/List1.java +0 -42
- data/ApiDemos/src/com/example/android/apis/view/List10.java +0 -49
- data/ApiDemos/src/com/example/android/apis/view/List11.java +0 -49
- data/ApiDemos/src/com/example/android/apis/view/List12.java +0 -83
- data/ApiDemos/src/com/example/android/apis/view/List13.java +0 -341
- data/ApiDemos/src/com/example/android/apis/view/List14.java +0 -141
- data/ApiDemos/src/com/example/android/apis/view/List15.java +0 -104
- data/ApiDemos/src/com/example/android/apis/view/List16.java +0 -100
- data/ApiDemos/src/com/example/android/apis/view/List17.java +0 -57
- data/ApiDemos/src/com/example/android/apis/view/List2.java +0 -57
- data/ApiDemos/src/com/example/android/apis/view/List3.java +0 -84
- data/ApiDemos/src/com/example/android/apis/view/List4.java +0 -154
- data/ApiDemos/src/com/example/android/apis/view/List5.java +0 -118
- data/ApiDemos/src/com/example/android/apis/view/List6.java +0 -410
- data/ApiDemos/src/com/example/android/apis/view/List7.java +0 -99
- data/ApiDemos/src/com/example/android/apis/view/List8.java +0 -133
- data/ApiDemos/src/com/example/android/apis/view/List9.java +0 -144
- data/ApiDemos/src/com/example/android/apis/view/OverscanActivity.java +0 -184
- data/ApiDemos/src/com/example/android/apis/view/PopupMenu1.java +0 -53
- data/ApiDemos/src/com/example/android/apis/view/ProgressBar1.java +0 -84
- data/ApiDemos/src/com/example/android/apis/view/ProgressBar2.java +0 -44
- data/ApiDemos/src/com/example/android/apis/view/ProgressBar3.java +0 -84
- data/ApiDemos/src/com/example/android/apis/view/ProgressBar4.java +0 -51
- data/ApiDemos/src/com/example/android/apis/view/RadioGroup1.java +0 -74
- data/ApiDemos/src/com/example/android/apis/view/RatingBar1.java +0 -74
- data/ApiDemos/src/com/example/android/apis/view/RelativeLayout1.java +0 -37
- data/ApiDemos/src/com/example/android/apis/view/RelativeLayout2.java +0 -38
- data/ApiDemos/src/com/example/android/apis/view/RotatingButton.java +0 -152
- data/ApiDemos/src/com/example/android/apis/view/ScrollBar1.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/ScrollBar2.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/ScrollBar3.java +0 -35
- data/ApiDemos/src/com/example/android/apis/view/ScrollView1.java +0 -37
- data/ApiDemos/src/com/example/android/apis/view/ScrollView2.java +0 -52
- data/ApiDemos/src/com/example/android/apis/view/SearchViewActionBar.java +0 -115
- data/ApiDemos/src/com/example/android/apis/view/SearchViewAlwaysVisible.java +0 -46
- data/ApiDemos/src/com/example/android/apis/view/SearchViewFilterMode.java +0 -78
- data/ApiDemos/src/com/example/android/apis/view/SecureView.java +0 -144
- data/ApiDemos/src/com/example/android/apis/view/SecureViewOverlay.java +0 -74
- data/ApiDemos/src/com/example/android/apis/view/SeekBar1.java +0 -60
- data/ApiDemos/src/com/example/android/apis/view/Spinner1.java +0 -78
- data/ApiDemos/src/com/example/android/apis/view/SplitTouchView.java +0 -66
- data/ApiDemos/src/com/example/android/apis/view/Switches.java +0 -47
- data/ApiDemos/src/com/example/android/apis/view/TableLayout1.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/TableLayout10.java +0 -31
- data/ApiDemos/src/com/example/android/apis/view/TableLayout11.java +0 -34
- data/ApiDemos/src/com/example/android/apis/view/TableLayout12.java +0 -34
- data/ApiDemos/src/com/example/android/apis/view/TableLayout2.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/TableLayout3.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/TableLayout4.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/TableLayout5.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/TableLayout6.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/TableLayout7.java +0 -80
- data/ApiDemos/src/com/example/android/apis/view/TableLayout8.java +0 -71
- data/ApiDemos/src/com/example/android/apis/view/TableLayout9.java +0 -48
- data/ApiDemos/src/com/example/android/apis/view/Tabs1.java +0 -50
- data/ApiDemos/src/com/example/android/apis/view/Tabs2.java +0 -57
- data/ApiDemos/src/com/example/android/apis/view/Tabs3.java +0 -50
- data/ApiDemos/src/com/example/android/apis/view/Tabs4.java +0 -23
- data/ApiDemos/src/com/example/android/apis/view/Tabs5.java +0 -54
- data/ApiDemos/src/com/example/android/apis/view/Tabs6.java +0 -55
- data/ApiDemos/src/com/example/android/apis/view/TextSwitcher1.java +0 -79
- data/ApiDemos/src/com/example/android/apis/view/Visibility1.java +0 -74
- data/ApiDemos/src/com/example/android/apis/view/WebView1.java +0 -71
- data/ApiDemos/tests/AndroidManifest.xml +0 -37
- data/ApiDemos/tests/ant.properties +0 -18
- data/ApiDemos/tests/build.xml +0 -83
- data/ApiDemos/tests/local.properties +0 -10
- data/ApiDemos/tests/proguard-project.txt +0 -20
- data/ApiDemos/tests/project.properties +0 -14
- data/ApiDemos/tests/src/com/example/android/apis/AllTests.java +0 -53
- data/ApiDemos/tests/src/com/example/android/apis/ApiDemosApplicationTests.java +0 -62
- data/ApiDemos/tests/src/com/example/android/apis/ApiDemosTest.java +0 -40
- data/ApiDemos/tests/src/com/example/android/apis/app/ForwardingTest.java +0 -129
- data/ApiDemos/tests/src/com/example/android/apis/app/LocalServiceTest.java +0 -80
- data/ApiDemos/tests/src/com/example/android/apis/os/MorseCodeConverterTest.java +0 -54
- data/ApiDemos/tests/src/com/example/android/apis/view/Focus2ActivityTest.java +0 -111
- data/ApiDemos/tests/src/com/example/android/apis/view/Focus2AndroidTest.java +0 -113
- data/ChangeLog +0 -16
- data/Gemfile +0 -12
- data/Guardfile +0 -17
- data/LICENSE +0 -22
- data/README.md +0 -72
- data/Rakefile +0 -24
- data/cucumber.yml +0 -14
- data/features/step_definitions/calabash_steps.rb +0 -1
- data/features/support/app_installation_hooks.rb +0 -23
- data/features/support/app_life_cycle_hooks.rb +0 -11
- data/gametel.gemspec +0 -23
- data/irb_android.sh +0 -2
- data/lib/gametel/platforms/calabash.rb +0 -155
@@ -1,63 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (C) 2007 The Android Open Source Project
|
3
|
-
*
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
* you may not use this file except in compliance with the License.
|
6
|
-
* You may obtain a copy of the License at
|
7
|
-
*
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
*
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
* See the License for the specific language governing permissions and
|
14
|
-
* limitations under the License.
|
15
|
-
*/
|
16
|
-
|
17
|
-
package com.example.android.apis.graphics.spritetext;
|
18
|
-
|
19
|
-
import javax.microedition.khronos.opengles.GL10;
|
20
|
-
|
21
|
-
class MatrixGrabber {
|
22
|
-
public MatrixGrabber() {
|
23
|
-
mModelView = new float[16];
|
24
|
-
mProjection = new float[16];
|
25
|
-
}
|
26
|
-
|
27
|
-
/**
|
28
|
-
* Record the current modelView and projection matrix state.
|
29
|
-
* Has the side effect of setting the current matrix state to GL_MODELVIEW
|
30
|
-
* @param gl
|
31
|
-
*/
|
32
|
-
public void getCurrentState(GL10 gl) {
|
33
|
-
getCurrentProjection(gl);
|
34
|
-
getCurrentModelView(gl);
|
35
|
-
}
|
36
|
-
|
37
|
-
/**
|
38
|
-
* Record the current modelView matrix state. Has the side effect of
|
39
|
-
* setting the current matrix state to GL_MODELVIEW
|
40
|
-
* @param gl
|
41
|
-
*/
|
42
|
-
public void getCurrentModelView(GL10 gl) {
|
43
|
-
getMatrix(gl, GL10.GL_MODELVIEW, mModelView);
|
44
|
-
}
|
45
|
-
|
46
|
-
/**
|
47
|
-
* Record the current projection matrix state. Has the side effect of
|
48
|
-
* setting the current matrix state to GL_PROJECTION
|
49
|
-
* @param gl
|
50
|
-
*/
|
51
|
-
public void getCurrentProjection(GL10 gl) {
|
52
|
-
getMatrix(gl, GL10.GL_PROJECTION, mProjection);
|
53
|
-
}
|
54
|
-
|
55
|
-
private void getMatrix(GL10 gl, int mode, float[] mat) {
|
56
|
-
MatrixTrackingGL gl2 = (MatrixTrackingGL) gl;
|
57
|
-
gl2.glMatrixMode(mode);
|
58
|
-
gl2.getMatrix(mat, 0);
|
59
|
-
}
|
60
|
-
|
61
|
-
public float[] mModelView;
|
62
|
-
public float[] mProjection;
|
63
|
-
}
|
@@ -1,179 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (C) 2007 The Android Open Source Project
|
3
|
-
*
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
* you may not use this file except in compliance with the License.
|
6
|
-
* You may obtain a copy of the License at
|
7
|
-
*
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
*
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
* See the License for the specific language governing permissions and
|
14
|
-
* limitations under the License.
|
15
|
-
*/
|
16
|
-
|
17
|
-
package com.example.android.apis.graphics.spritetext;
|
18
|
-
|
19
|
-
import android.opengl.Matrix;
|
20
|
-
|
21
|
-
import java.nio.FloatBuffer;
|
22
|
-
import java.nio.IntBuffer;
|
23
|
-
|
24
|
-
/**
|
25
|
-
* A matrix stack, similar to OpenGL ES's internal matrix stack.
|
26
|
-
*/
|
27
|
-
public class MatrixStack {
|
28
|
-
public MatrixStack() {
|
29
|
-
commonInit(DEFAULT_MAX_DEPTH);
|
30
|
-
}
|
31
|
-
|
32
|
-
public MatrixStack(int maxDepth) {
|
33
|
-
commonInit(maxDepth);
|
34
|
-
}
|
35
|
-
|
36
|
-
private void commonInit(int maxDepth) {
|
37
|
-
mMatrix = new float[maxDepth * MATRIX_SIZE];
|
38
|
-
mTemp = new float[MATRIX_SIZE * 2];
|
39
|
-
glLoadIdentity();
|
40
|
-
}
|
41
|
-
|
42
|
-
public void glFrustumf(float left, float right, float bottom, float top,
|
43
|
-
float near, float far) {
|
44
|
-
Matrix.frustumM(mMatrix, mTop, left, right, bottom, top, near, far);
|
45
|
-
}
|
46
|
-
|
47
|
-
public void glFrustumx(int left, int right, int bottom, int top, int near,
|
48
|
-
int far) {
|
49
|
-
glFrustumf(fixedToFloat(left),fixedToFloat(right),
|
50
|
-
fixedToFloat(bottom), fixedToFloat(top),
|
51
|
-
fixedToFloat(near), fixedToFloat(far));
|
52
|
-
}
|
53
|
-
|
54
|
-
public void glLoadIdentity() {
|
55
|
-
Matrix.setIdentityM(mMatrix, mTop);
|
56
|
-
}
|
57
|
-
|
58
|
-
public void glLoadMatrixf(float[] m, int offset) {
|
59
|
-
System.arraycopy(m, offset, mMatrix, mTop, MATRIX_SIZE);
|
60
|
-
}
|
61
|
-
|
62
|
-
public void glLoadMatrixf(FloatBuffer m) {
|
63
|
-
m.get(mMatrix, mTop, MATRIX_SIZE);
|
64
|
-
}
|
65
|
-
|
66
|
-
public void glLoadMatrixx(int[] m, int offset) {
|
67
|
-
for(int i = 0; i < MATRIX_SIZE; i++) {
|
68
|
-
mMatrix[mTop + i] = fixedToFloat(m[offset + i]);
|
69
|
-
}
|
70
|
-
}
|
71
|
-
|
72
|
-
public void glLoadMatrixx(IntBuffer m) {
|
73
|
-
for(int i = 0; i < MATRIX_SIZE; i++) {
|
74
|
-
mMatrix[mTop + i] = fixedToFloat(m.get());
|
75
|
-
}
|
76
|
-
}
|
77
|
-
|
78
|
-
public void glMultMatrixf(float[] m, int offset) {
|
79
|
-
System.arraycopy(mMatrix, mTop, mTemp, 0, MATRIX_SIZE);
|
80
|
-
Matrix.multiplyMM(mMatrix, mTop, mTemp, 0, m, offset);
|
81
|
-
}
|
82
|
-
|
83
|
-
public void glMultMatrixf(FloatBuffer m) {
|
84
|
-
m.get(mTemp, MATRIX_SIZE, MATRIX_SIZE);
|
85
|
-
glMultMatrixf(mTemp, MATRIX_SIZE);
|
86
|
-
}
|
87
|
-
|
88
|
-
public void glMultMatrixx(int[] m, int offset) {
|
89
|
-
for(int i = 0; i < MATRIX_SIZE; i++) {
|
90
|
-
mTemp[MATRIX_SIZE + i] = fixedToFloat(m[offset + i]);
|
91
|
-
}
|
92
|
-
glMultMatrixf(mTemp, MATRIX_SIZE);
|
93
|
-
}
|
94
|
-
|
95
|
-
public void glMultMatrixx(IntBuffer m) {
|
96
|
-
for(int i = 0; i < MATRIX_SIZE; i++) {
|
97
|
-
mTemp[MATRIX_SIZE + i] = fixedToFloat(m.get());
|
98
|
-
}
|
99
|
-
glMultMatrixf(mTemp, MATRIX_SIZE);
|
100
|
-
}
|
101
|
-
|
102
|
-
public void glOrthof(float left, float right, float bottom, float top,
|
103
|
-
float near, float far) {
|
104
|
-
Matrix.orthoM(mMatrix, mTop, left, right, bottom, top, near, far);
|
105
|
-
}
|
106
|
-
|
107
|
-
public void glOrthox(int left, int right, int bottom, int top, int near,
|
108
|
-
int far) {
|
109
|
-
glOrthof(fixedToFloat(left), fixedToFloat(right),
|
110
|
-
fixedToFloat(bottom), fixedToFloat(top),
|
111
|
-
fixedToFloat(near), fixedToFloat(far));
|
112
|
-
}
|
113
|
-
|
114
|
-
public void glPopMatrix() {
|
115
|
-
preflight_adjust(-1);
|
116
|
-
adjust(-1);
|
117
|
-
}
|
118
|
-
|
119
|
-
public void glPushMatrix() {
|
120
|
-
preflight_adjust(1);
|
121
|
-
System.arraycopy(mMatrix, mTop, mMatrix, mTop + MATRIX_SIZE,
|
122
|
-
MATRIX_SIZE);
|
123
|
-
adjust(1);
|
124
|
-
}
|
125
|
-
|
126
|
-
public void glRotatef(float angle, float x, float y, float z) {
|
127
|
-
Matrix.setRotateM(mTemp, 0, angle, x, y, z);
|
128
|
-
System.arraycopy(mMatrix, mTop, mTemp, MATRIX_SIZE, MATRIX_SIZE);
|
129
|
-
Matrix.multiplyMM(mMatrix, mTop, mTemp, MATRIX_SIZE, mTemp, 0);
|
130
|
-
}
|
131
|
-
|
132
|
-
public void glRotatex(int angle, int x, int y, int z) {
|
133
|
-
glRotatef(angle, fixedToFloat(x), fixedToFloat(y), fixedToFloat(z));
|
134
|
-
}
|
135
|
-
|
136
|
-
public void glScalef(float x, float y, float z) {
|
137
|
-
Matrix.scaleM(mMatrix, mTop, x, y, z);
|
138
|
-
}
|
139
|
-
|
140
|
-
public void glScalex(int x, int y, int z) {
|
141
|
-
glScalef(fixedToFloat(x), fixedToFloat(y), fixedToFloat(z));
|
142
|
-
}
|
143
|
-
|
144
|
-
public void glTranslatef(float x, float y, float z) {
|
145
|
-
Matrix.translateM(mMatrix, mTop, x, y, z);
|
146
|
-
}
|
147
|
-
|
148
|
-
public void glTranslatex(int x, int y, int z) {
|
149
|
-
glTranslatef(fixedToFloat(x), fixedToFloat(y), fixedToFloat(z));
|
150
|
-
}
|
151
|
-
|
152
|
-
public void getMatrix(float[] dest, int offset) {
|
153
|
-
System.arraycopy(mMatrix, mTop, dest, offset, MATRIX_SIZE);
|
154
|
-
}
|
155
|
-
|
156
|
-
private float fixedToFloat(int x) {
|
157
|
-
return x * (1.0f / 65536.0f);
|
158
|
-
}
|
159
|
-
|
160
|
-
private void preflight_adjust(int dir) {
|
161
|
-
int newTop = mTop + dir * MATRIX_SIZE;
|
162
|
-
if (newTop < 0) {
|
163
|
-
throw new IllegalArgumentException("stack underflow");
|
164
|
-
}
|
165
|
-
if (newTop + MATRIX_SIZE > mMatrix.length) {
|
166
|
-
throw new IllegalArgumentException("stack overflow");
|
167
|
-
}
|
168
|
-
}
|
169
|
-
|
170
|
-
private void adjust(int dir) {
|
171
|
-
mTop += dir * MATRIX_SIZE;
|
172
|
-
}
|
173
|
-
|
174
|
-
private final static int DEFAULT_MAX_DEPTH = 32;
|
175
|
-
private final static int MATRIX_SIZE = 16;
|
176
|
-
private float[] mMatrix;
|
177
|
-
private int mTop;
|
178
|
-
private float[] mTemp;
|
179
|
-
}
|
@@ -1,1086 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (C) 2007 The Android Open Source Project
|
3
|
-
*
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
* you may not use this file except in compliance with the License.
|
6
|
-
* You may obtain a copy of the License at
|
7
|
-
*
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
*
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
* See the License for the specific language governing permissions and
|
14
|
-
* limitations under the License.
|
15
|
-
*/
|
16
|
-
|
17
|
-
package com.example.android.apis.graphics.spritetext;
|
18
|
-
|
19
|
-
import android.util.Log;
|
20
|
-
|
21
|
-
import java.nio.Buffer;
|
22
|
-
import java.nio.ByteBuffer;
|
23
|
-
import java.nio.ByteOrder;
|
24
|
-
import java.nio.FloatBuffer;
|
25
|
-
import java.nio.IntBuffer;
|
26
|
-
import java.nio.ShortBuffer;
|
27
|
-
|
28
|
-
import javax.microedition.khronos.opengles.GL;
|
29
|
-
import javax.microedition.khronos.opengles.GL10;
|
30
|
-
import javax.microedition.khronos.opengles.GL10Ext;
|
31
|
-
import javax.microedition.khronos.opengles.GL11;
|
32
|
-
import javax.microedition.khronos.opengles.GL11Ext;
|
33
|
-
|
34
|
-
/**
|
35
|
-
* Allows retrieving the current matrix even if the current OpenGL ES
|
36
|
-
* driver does not support retrieving the current matrix.
|
37
|
-
*
|
38
|
-
* Note: the actual matrix may differ from the retrieved matrix, due
|
39
|
-
* to differences in the way the math is implemented by GLMatrixWrapper
|
40
|
-
* as compared to the way the math is implemented by the OpenGL ES
|
41
|
-
* driver.
|
42
|
-
*/
|
43
|
-
class MatrixTrackingGL implements GL, GL10, GL10Ext, GL11, GL11Ext {
|
44
|
-
private GL10 mgl;
|
45
|
-
private GL10Ext mgl10Ext;
|
46
|
-
private GL11 mgl11;
|
47
|
-
private GL11Ext mgl11Ext;
|
48
|
-
private int mMatrixMode;
|
49
|
-
private MatrixStack mCurrent;
|
50
|
-
private MatrixStack mModelView;
|
51
|
-
private MatrixStack mTexture;
|
52
|
-
private MatrixStack mProjection;
|
53
|
-
|
54
|
-
private final static boolean _check = false;
|
55
|
-
ByteBuffer mByteBuffer;
|
56
|
-
FloatBuffer mFloatBuffer;
|
57
|
-
float[] mCheckA;
|
58
|
-
float[] mCheckB;
|
59
|
-
|
60
|
-
public MatrixTrackingGL(GL gl) {
|
61
|
-
mgl = (GL10) gl;
|
62
|
-
if (gl instanceof GL10Ext) {
|
63
|
-
mgl10Ext = (GL10Ext) gl;
|
64
|
-
}
|
65
|
-
if (gl instanceof GL11) {
|
66
|
-
mgl11 = (GL11) gl;
|
67
|
-
}
|
68
|
-
if (gl instanceof GL11Ext) {
|
69
|
-
mgl11Ext = (GL11Ext) gl;
|
70
|
-
}
|
71
|
-
mModelView = new MatrixStack();
|
72
|
-
mProjection = new MatrixStack();
|
73
|
-
mTexture = new MatrixStack();
|
74
|
-
mCurrent = mModelView;
|
75
|
-
mMatrixMode = GL10.GL_MODELVIEW;
|
76
|
-
}
|
77
|
-
|
78
|
-
// ---------------------------------------------------------------------
|
79
|
-
// GL10 methods:
|
80
|
-
|
81
|
-
public void glActiveTexture(int texture) {
|
82
|
-
mgl.glActiveTexture(texture);
|
83
|
-
}
|
84
|
-
|
85
|
-
public void glAlphaFunc(int func, float ref) {
|
86
|
-
mgl.glAlphaFunc(func, ref);
|
87
|
-
}
|
88
|
-
|
89
|
-
public void glAlphaFuncx(int func, int ref) {
|
90
|
-
mgl.glAlphaFuncx(func, ref);
|
91
|
-
}
|
92
|
-
|
93
|
-
public void glBindTexture(int target, int texture) {
|
94
|
-
mgl.glBindTexture(target, texture);
|
95
|
-
}
|
96
|
-
|
97
|
-
public void glBlendFunc(int sfactor, int dfactor) {
|
98
|
-
mgl.glBlendFunc(sfactor, dfactor);
|
99
|
-
}
|
100
|
-
|
101
|
-
public void glClear(int mask) {
|
102
|
-
mgl.glClear(mask);
|
103
|
-
}
|
104
|
-
|
105
|
-
public void glClearColor(float red, float green, float blue, float alpha) {
|
106
|
-
mgl.glClearColor(red, green, blue, alpha);
|
107
|
-
}
|
108
|
-
|
109
|
-
public void glClearColorx(int red, int green, int blue, int alpha) {
|
110
|
-
mgl.glClearColorx(red, green, blue, alpha);
|
111
|
-
}
|
112
|
-
|
113
|
-
public void glClearDepthf(float depth) {
|
114
|
-
mgl.glClearDepthf(depth);
|
115
|
-
}
|
116
|
-
|
117
|
-
public void glClearDepthx(int depth) {
|
118
|
-
mgl.glClearDepthx(depth);
|
119
|
-
}
|
120
|
-
|
121
|
-
public void glClearStencil(int s) {
|
122
|
-
mgl.glClearStencil(s);
|
123
|
-
}
|
124
|
-
|
125
|
-
public void glClientActiveTexture(int texture) {
|
126
|
-
mgl.glClientActiveTexture(texture);
|
127
|
-
}
|
128
|
-
|
129
|
-
public void glColor4f(float red, float green, float blue, float alpha) {
|
130
|
-
mgl.glColor4f(red, green, blue, alpha);
|
131
|
-
}
|
132
|
-
|
133
|
-
public void glColor4x(int red, int green, int blue, int alpha) {
|
134
|
-
mgl.glColor4x(red, green, blue, alpha);
|
135
|
-
}
|
136
|
-
|
137
|
-
public void glColorMask(boolean red, boolean green, boolean blue,
|
138
|
-
boolean alpha) {
|
139
|
-
mgl.glColorMask(red, green, blue, alpha);
|
140
|
-
}
|
141
|
-
|
142
|
-
public void glColorPointer(int size, int type, int stride, Buffer pointer) {
|
143
|
-
mgl.glColorPointer(size, type, stride, pointer);
|
144
|
-
}
|
145
|
-
|
146
|
-
public void glCompressedTexImage2D(int target, int level,
|
147
|
-
int internalformat, int width, int height, int border,
|
148
|
-
int imageSize, Buffer data) {
|
149
|
-
mgl.glCompressedTexImage2D(target, level, internalformat, width,
|
150
|
-
height, border, imageSize, data);
|
151
|
-
}
|
152
|
-
|
153
|
-
public void glCompressedTexSubImage2D(int target, int level, int xoffset,
|
154
|
-
int yoffset, int width, int height, int format, int imageSize,
|
155
|
-
Buffer data) {
|
156
|
-
mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width,
|
157
|
-
height, format, imageSize, data);
|
158
|
-
}
|
159
|
-
|
160
|
-
public void glCopyTexImage2D(int target, int level, int internalformat,
|
161
|
-
int x, int y, int width, int height, int border) {
|
162
|
-
mgl.glCopyTexImage2D(target, level, internalformat, x, y, width,
|
163
|
-
height, border);
|
164
|
-
}
|
165
|
-
|
166
|
-
public void glCopyTexSubImage2D(int target, int level, int xoffset,
|
167
|
-
int yoffset, int x, int y, int width, int height) {
|
168
|
-
mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width,
|
169
|
-
height);
|
170
|
-
}
|
171
|
-
|
172
|
-
public void glCullFace(int mode) {
|
173
|
-
mgl.glCullFace(mode);
|
174
|
-
}
|
175
|
-
|
176
|
-
public void glDeleteTextures(int n, int[] textures, int offset) {
|
177
|
-
mgl.glDeleteTextures(n, textures, offset);
|
178
|
-
}
|
179
|
-
|
180
|
-
public void glDeleteTextures(int n, IntBuffer textures) {
|
181
|
-
mgl.glDeleteTextures(n, textures);
|
182
|
-
}
|
183
|
-
|
184
|
-
public void glDepthFunc(int func) {
|
185
|
-
mgl.glDepthFunc(func);
|
186
|
-
}
|
187
|
-
|
188
|
-
public void glDepthMask(boolean flag) {
|
189
|
-
mgl.glDepthMask(flag);
|
190
|
-
}
|
191
|
-
|
192
|
-
public void glDepthRangef(float near, float far) {
|
193
|
-
mgl.glDepthRangef(near, far);
|
194
|
-
}
|
195
|
-
|
196
|
-
public void glDepthRangex(int near, int far) {
|
197
|
-
mgl.glDepthRangex(near, far);
|
198
|
-
}
|
199
|
-
|
200
|
-
public void glDisable(int cap) {
|
201
|
-
mgl.glDisable(cap);
|
202
|
-
}
|
203
|
-
|
204
|
-
public void glDisableClientState(int array) {
|
205
|
-
mgl.glDisableClientState(array);
|
206
|
-
}
|
207
|
-
|
208
|
-
public void glDrawArrays(int mode, int first, int count) {
|
209
|
-
mgl.glDrawArrays(mode, first, count);
|
210
|
-
}
|
211
|
-
|
212
|
-
public void glDrawElements(int mode, int count, int type, Buffer indices) {
|
213
|
-
mgl.glDrawElements(mode, count, type, indices);
|
214
|
-
}
|
215
|
-
|
216
|
-
public void glEnable(int cap) {
|
217
|
-
mgl.glEnable(cap);
|
218
|
-
}
|
219
|
-
|
220
|
-
public void glEnableClientState(int array) {
|
221
|
-
mgl.glEnableClientState(array);
|
222
|
-
}
|
223
|
-
|
224
|
-
public void glFinish() {
|
225
|
-
mgl.glFinish();
|
226
|
-
}
|
227
|
-
|
228
|
-
public void glFlush() {
|
229
|
-
mgl.glFlush();
|
230
|
-
}
|
231
|
-
|
232
|
-
public void glFogf(int pname, float param) {
|
233
|
-
mgl.glFogf(pname, param);
|
234
|
-
}
|
235
|
-
|
236
|
-
public void glFogfv(int pname, float[] params, int offset) {
|
237
|
-
mgl.glFogfv(pname, params, offset);
|
238
|
-
}
|
239
|
-
|
240
|
-
public void glFogfv(int pname, FloatBuffer params) {
|
241
|
-
mgl.glFogfv(pname, params);
|
242
|
-
}
|
243
|
-
|
244
|
-
public void glFogx(int pname, int param) {
|
245
|
-
mgl.glFogx(pname, param);
|
246
|
-
}
|
247
|
-
|
248
|
-
public void glFogxv(int pname, int[] params, int offset) {
|
249
|
-
mgl.glFogxv(pname, params, offset);
|
250
|
-
}
|
251
|
-
|
252
|
-
public void glFogxv(int pname, IntBuffer params) {
|
253
|
-
mgl.glFogxv(pname, params);
|
254
|
-
}
|
255
|
-
|
256
|
-
public void glFrontFace(int mode) {
|
257
|
-
mgl.glFrontFace(mode);
|
258
|
-
}
|
259
|
-
|
260
|
-
public void glFrustumf(float left, float right, float bottom, float top,
|
261
|
-
float near, float far) {
|
262
|
-
mCurrent.glFrustumf(left, right, bottom, top, near, far);
|
263
|
-
mgl.glFrustumf(left, right, bottom, top, near, far);
|
264
|
-
if ( _check) check();
|
265
|
-
}
|
266
|
-
|
267
|
-
public void glFrustumx(int left, int right, int bottom, int top, int near,
|
268
|
-
int far) {
|
269
|
-
mCurrent.glFrustumx(left, right, bottom, top, near, far);
|
270
|
-
mgl.glFrustumx(left, right, bottom, top, near, far);
|
271
|
-
if ( _check) check();
|
272
|
-
}
|
273
|
-
|
274
|
-
public void glGenTextures(int n, int[] textures, int offset) {
|
275
|
-
mgl.glGenTextures(n, textures, offset);
|
276
|
-
}
|
277
|
-
|
278
|
-
public void glGenTextures(int n, IntBuffer textures) {
|
279
|
-
mgl.glGenTextures(n, textures);
|
280
|
-
}
|
281
|
-
|
282
|
-
public int glGetError() {
|
283
|
-
int result = mgl.glGetError();
|
284
|
-
return result;
|
285
|
-
}
|
286
|
-
|
287
|
-
public void glGetIntegerv(int pname, int[] params, int offset) {
|
288
|
-
mgl.glGetIntegerv(pname, params, offset);
|
289
|
-
}
|
290
|
-
|
291
|
-
public void glGetIntegerv(int pname, IntBuffer params) {
|
292
|
-
mgl.glGetIntegerv(pname, params);
|
293
|
-
}
|
294
|
-
|
295
|
-
public String glGetString(int name) {
|
296
|
-
String result = mgl.glGetString(name);
|
297
|
-
return result;
|
298
|
-
}
|
299
|
-
|
300
|
-
public void glHint(int target, int mode) {
|
301
|
-
mgl.glHint(target, mode);
|
302
|
-
}
|
303
|
-
|
304
|
-
public void glLightModelf(int pname, float param) {
|
305
|
-
mgl.glLightModelf(pname, param);
|
306
|
-
}
|
307
|
-
|
308
|
-
public void glLightModelfv(int pname, float[] params, int offset) {
|
309
|
-
mgl.glLightModelfv(pname, params, offset);
|
310
|
-
}
|
311
|
-
|
312
|
-
public void glLightModelfv(int pname, FloatBuffer params) {
|
313
|
-
mgl.glLightModelfv(pname, params);
|
314
|
-
}
|
315
|
-
|
316
|
-
public void glLightModelx(int pname, int param) {
|
317
|
-
mgl.glLightModelx(pname, param);
|
318
|
-
}
|
319
|
-
|
320
|
-
public void glLightModelxv(int pname, int[] params, int offset) {
|
321
|
-
mgl.glLightModelxv(pname, params, offset);
|
322
|
-
}
|
323
|
-
|
324
|
-
public void glLightModelxv(int pname, IntBuffer params) {
|
325
|
-
mgl.glLightModelxv(pname, params);
|
326
|
-
}
|
327
|
-
|
328
|
-
public void glLightf(int light, int pname, float param) {
|
329
|
-
mgl.glLightf(light, pname, param);
|
330
|
-
}
|
331
|
-
|
332
|
-
public void glLightfv(int light, int pname, float[] params, int offset) {
|
333
|
-
mgl.glLightfv(light, pname, params, offset);
|
334
|
-
}
|
335
|
-
|
336
|
-
public void glLightfv(int light, int pname, FloatBuffer params) {
|
337
|
-
mgl.glLightfv(light, pname, params);
|
338
|
-
}
|
339
|
-
|
340
|
-
public void glLightx(int light, int pname, int param) {
|
341
|
-
mgl.glLightx(light, pname, param);
|
342
|
-
}
|
343
|
-
|
344
|
-
public void glLightxv(int light, int pname, int[] params, int offset) {
|
345
|
-
mgl.glLightxv(light, pname, params, offset);
|
346
|
-
}
|
347
|
-
|
348
|
-
public void glLightxv(int light, int pname, IntBuffer params) {
|
349
|
-
mgl.glLightxv(light, pname, params);
|
350
|
-
}
|
351
|
-
|
352
|
-
public void glLineWidth(float width) {
|
353
|
-
mgl.glLineWidth(width);
|
354
|
-
}
|
355
|
-
|
356
|
-
public void glLineWidthx(int width) {
|
357
|
-
mgl.glLineWidthx(width);
|
358
|
-
}
|
359
|
-
|
360
|
-
public void glLoadIdentity() {
|
361
|
-
mCurrent.glLoadIdentity();
|
362
|
-
mgl.glLoadIdentity();
|
363
|
-
if ( _check) check();
|
364
|
-
}
|
365
|
-
|
366
|
-
public void glLoadMatrixf(float[] m, int offset) {
|
367
|
-
mCurrent.glLoadMatrixf(m, offset);
|
368
|
-
mgl.glLoadMatrixf(m, offset);
|
369
|
-
if ( _check) check();
|
370
|
-
}
|
371
|
-
|
372
|
-
public void glLoadMatrixf(FloatBuffer m) {
|
373
|
-
int position = m.position();
|
374
|
-
mCurrent.glLoadMatrixf(m);
|
375
|
-
m.position(position);
|
376
|
-
mgl.glLoadMatrixf(m);
|
377
|
-
if ( _check) check();
|
378
|
-
}
|
379
|
-
|
380
|
-
public void glLoadMatrixx(int[] m, int offset) {
|
381
|
-
mCurrent.glLoadMatrixx(m, offset);
|
382
|
-
mgl.glLoadMatrixx(m, offset);
|
383
|
-
if ( _check) check();
|
384
|
-
}
|
385
|
-
|
386
|
-
public void glLoadMatrixx(IntBuffer m) {
|
387
|
-
int position = m.position();
|
388
|
-
mCurrent.glLoadMatrixx(m);
|
389
|
-
m.position(position);
|
390
|
-
mgl.glLoadMatrixx(m);
|
391
|
-
if ( _check) check();
|
392
|
-
}
|
393
|
-
|
394
|
-
public void glLogicOp(int opcode) {
|
395
|
-
mgl.glLogicOp(opcode);
|
396
|
-
}
|
397
|
-
|
398
|
-
public void glMaterialf(int face, int pname, float param) {
|
399
|
-
mgl.glMaterialf(face, pname, param);
|
400
|
-
}
|
401
|
-
|
402
|
-
public void glMaterialfv(int face, int pname, float[] params, int offset) {
|
403
|
-
mgl.glMaterialfv(face, pname, params, offset);
|
404
|
-
}
|
405
|
-
|
406
|
-
public void glMaterialfv(int face, int pname, FloatBuffer params) {
|
407
|
-
mgl.glMaterialfv(face, pname, params);
|
408
|
-
}
|
409
|
-
|
410
|
-
public void glMaterialx(int face, int pname, int param) {
|
411
|
-
mgl.glMaterialx(face, pname, param);
|
412
|
-
}
|
413
|
-
|
414
|
-
public void glMaterialxv(int face, int pname, int[] params, int offset) {
|
415
|
-
mgl.glMaterialxv(face, pname, params, offset);
|
416
|
-
}
|
417
|
-
|
418
|
-
public void glMaterialxv(int face, int pname, IntBuffer params) {
|
419
|
-
mgl.glMaterialxv(face, pname, params);
|
420
|
-
}
|
421
|
-
|
422
|
-
public void glMatrixMode(int mode) {
|
423
|
-
switch (mode) {
|
424
|
-
case GL10.GL_MODELVIEW:
|
425
|
-
mCurrent = mModelView;
|
426
|
-
break;
|
427
|
-
case GL10.GL_TEXTURE:
|
428
|
-
mCurrent = mTexture;
|
429
|
-
break;
|
430
|
-
case GL10.GL_PROJECTION:
|
431
|
-
mCurrent = mProjection;
|
432
|
-
break;
|
433
|
-
default:
|
434
|
-
throw new IllegalArgumentException("Unknown matrix mode: " + mode);
|
435
|
-
}
|
436
|
-
mgl.glMatrixMode(mode);
|
437
|
-
mMatrixMode = mode;
|
438
|
-
if ( _check) check();
|
439
|
-
}
|
440
|
-
|
441
|
-
public void glMultMatrixf(float[] m, int offset) {
|
442
|
-
mCurrent.glMultMatrixf(m, offset);
|
443
|
-
mgl.glMultMatrixf(m, offset);
|
444
|
-
if ( _check) check();
|
445
|
-
}
|
446
|
-
|
447
|
-
public void glMultMatrixf(FloatBuffer m) {
|
448
|
-
int position = m.position();
|
449
|
-
mCurrent.glMultMatrixf(m);
|
450
|
-
m.position(position);
|
451
|
-
mgl.glMultMatrixf(m);
|
452
|
-
if ( _check) check();
|
453
|
-
}
|
454
|
-
|
455
|
-
public void glMultMatrixx(int[] m, int offset) {
|
456
|
-
mCurrent.glMultMatrixx(m, offset);
|
457
|
-
mgl.glMultMatrixx(m, offset);
|
458
|
-
if ( _check) check();
|
459
|
-
}
|
460
|
-
|
461
|
-
public void glMultMatrixx(IntBuffer m) {
|
462
|
-
int position = m.position();
|
463
|
-
mCurrent.glMultMatrixx(m);
|
464
|
-
m.position(position);
|
465
|
-
mgl.glMultMatrixx(m);
|
466
|
-
if ( _check) check();
|
467
|
-
}
|
468
|
-
|
469
|
-
public void glMultiTexCoord4f(int target,
|
470
|
-
float s, float t, float r, float q) {
|
471
|
-
mgl.glMultiTexCoord4f(target, s, t, r, q);
|
472
|
-
}
|
473
|
-
|
474
|
-
public void glMultiTexCoord4x(int target, int s, int t, int r, int q) {
|
475
|
-
mgl.glMultiTexCoord4x(target, s, t, r, q);
|
476
|
-
}
|
477
|
-
|
478
|
-
public void glNormal3f(float nx, float ny, float nz) {
|
479
|
-
mgl.glNormal3f(nx, ny, nz);
|
480
|
-
}
|
481
|
-
|
482
|
-
public void glNormal3x(int nx, int ny, int nz) {
|
483
|
-
mgl.glNormal3x(nx, ny, nz);
|
484
|
-
}
|
485
|
-
|
486
|
-
public void glNormalPointer(int type, int stride, Buffer pointer) {
|
487
|
-
mgl.glNormalPointer(type, stride, pointer);
|
488
|
-
}
|
489
|
-
|
490
|
-
public void glOrthof(float left, float right, float bottom, float top,
|
491
|
-
float near, float far) {
|
492
|
-
mCurrent.glOrthof(left, right, bottom, top, near, far);
|
493
|
-
mgl.glOrthof(left, right, bottom, top, near, far);
|
494
|
-
if ( _check) check();
|
495
|
-
}
|
496
|
-
|
497
|
-
public void glOrthox(int left, int right, int bottom, int top, int near,
|
498
|
-
int far) {
|
499
|
-
mCurrent.glOrthox(left, right, bottom, top, near, far);
|
500
|
-
mgl.glOrthox(left, right, bottom, top, near, far);
|
501
|
-
if ( _check) check();
|
502
|
-
}
|
503
|
-
|
504
|
-
public void glPixelStorei(int pname, int param) {
|
505
|
-
mgl.glPixelStorei(pname, param);
|
506
|
-
}
|
507
|
-
|
508
|
-
public void glPointSize(float size) {
|
509
|
-
mgl.glPointSize(size);
|
510
|
-
}
|
511
|
-
|
512
|
-
public void glPointSizex(int size) {
|
513
|
-
mgl.glPointSizex(size);
|
514
|
-
}
|
515
|
-
|
516
|
-
public void glPolygonOffset(float factor, float units) {
|
517
|
-
mgl.glPolygonOffset(factor, units);
|
518
|
-
}
|
519
|
-
|
520
|
-
public void glPolygonOffsetx(int factor, int units) {
|
521
|
-
mgl.glPolygonOffsetx(factor, units);
|
522
|
-
}
|
523
|
-
|
524
|
-
public void glPopMatrix() {
|
525
|
-
mCurrent.glPopMatrix();
|
526
|
-
mgl.glPopMatrix();
|
527
|
-
if ( _check) check();
|
528
|
-
}
|
529
|
-
|
530
|
-
public void glPushMatrix() {
|
531
|
-
mCurrent.glPushMatrix();
|
532
|
-
mgl.glPushMatrix();
|
533
|
-
if ( _check) check();
|
534
|
-
}
|
535
|
-
|
536
|
-
public void glReadPixels(int x, int y, int width, int height, int format,
|
537
|
-
int type, Buffer pixels) {
|
538
|
-
mgl.glReadPixels(x, y, width, height, format, type, pixels);
|
539
|
-
}
|
540
|
-
|
541
|
-
public void glRotatef(float angle, float x, float y, float z) {
|
542
|
-
mCurrent.glRotatef(angle, x, y, z);
|
543
|
-
mgl.glRotatef(angle, x, y, z);
|
544
|
-
if ( _check) check();
|
545
|
-
}
|
546
|
-
|
547
|
-
public void glRotatex(int angle, int x, int y, int z) {
|
548
|
-
mCurrent.glRotatex(angle, x, y, z);
|
549
|
-
mgl.glRotatex(angle, x, y, z);
|
550
|
-
if ( _check) check();
|
551
|
-
}
|
552
|
-
|
553
|
-
public void glSampleCoverage(float value, boolean invert) {
|
554
|
-
mgl.glSampleCoverage(value, invert);
|
555
|
-
}
|
556
|
-
|
557
|
-
public void glSampleCoveragex(int value, boolean invert) {
|
558
|
-
mgl.glSampleCoveragex(value, invert);
|
559
|
-
}
|
560
|
-
|
561
|
-
public void glScalef(float x, float y, float z) {
|
562
|
-
mCurrent.glScalef(x, y, z);
|
563
|
-
mgl.glScalef(x, y, z);
|
564
|
-
if ( _check) check();
|
565
|
-
}
|
566
|
-
|
567
|
-
public void glScalex(int x, int y, int z) {
|
568
|
-
mCurrent.glScalex(x, y, z);
|
569
|
-
mgl.glScalex(x, y, z);
|
570
|
-
if ( _check) check();
|
571
|
-
}
|
572
|
-
|
573
|
-
public void glScissor(int x, int y, int width, int height) {
|
574
|
-
mgl.glScissor(x, y, width, height);
|
575
|
-
}
|
576
|
-
|
577
|
-
public void glShadeModel(int mode) {
|
578
|
-
mgl.glShadeModel(mode);
|
579
|
-
}
|
580
|
-
|
581
|
-
public void glStencilFunc(int func, int ref, int mask) {
|
582
|
-
mgl.glStencilFunc(func, ref, mask);
|
583
|
-
}
|
584
|
-
|
585
|
-
public void glStencilMask(int mask) {
|
586
|
-
mgl.glStencilMask(mask);
|
587
|
-
}
|
588
|
-
|
589
|
-
public void glStencilOp(int fail, int zfail, int zpass) {
|
590
|
-
mgl.glStencilOp(fail, zfail, zpass);
|
591
|
-
}
|
592
|
-
|
593
|
-
public void glTexCoordPointer(int size, int type,
|
594
|
-
int stride, Buffer pointer) {
|
595
|
-
mgl.glTexCoordPointer(size, type, stride, pointer);
|
596
|
-
}
|
597
|
-
|
598
|
-
public void glTexEnvf(int target, int pname, float param) {
|
599
|
-
mgl.glTexEnvf(target, pname, param);
|
600
|
-
}
|
601
|
-
|
602
|
-
public void glTexEnvfv(int target, int pname, float[] params, int offset) {
|
603
|
-
mgl.glTexEnvfv(target, pname, params, offset);
|
604
|
-
}
|
605
|
-
|
606
|
-
public void glTexEnvfv(int target, int pname, FloatBuffer params) {
|
607
|
-
mgl.glTexEnvfv(target, pname, params);
|
608
|
-
}
|
609
|
-
|
610
|
-
public void glTexEnvx(int target, int pname, int param) {
|
611
|
-
mgl.glTexEnvx(target, pname, param);
|
612
|
-
}
|
613
|
-
|
614
|
-
public void glTexEnvxv(int target, int pname, int[] params, int offset) {
|
615
|
-
mgl.glTexEnvxv(target, pname, params, offset);
|
616
|
-
}
|
617
|
-
|
618
|
-
public void glTexEnvxv(int target, int pname, IntBuffer params) {
|
619
|
-
mgl.glTexEnvxv(target, pname, params);
|
620
|
-
}
|
621
|
-
|
622
|
-
public void glTexImage2D(int target, int level, int internalformat,
|
623
|
-
int width, int height, int border, int format, int type,
|
624
|
-
Buffer pixels) {
|
625
|
-
mgl.glTexImage2D(target, level, internalformat, width, height, border,
|
626
|
-
format, type, pixels);
|
627
|
-
}
|
628
|
-
|
629
|
-
public void glTexParameterf(int target, int pname, float param) {
|
630
|
-
mgl.glTexParameterf(target, pname, param);
|
631
|
-
}
|
632
|
-
|
633
|
-
public void glTexParameterx(int target, int pname, int param) {
|
634
|
-
mgl.glTexParameterx(target, pname, param);
|
635
|
-
}
|
636
|
-
|
637
|
-
public void glTexParameteriv(int target, int pname, int[] params, int offset) {
|
638
|
-
mgl11.glTexParameteriv(target, pname, params, offset);
|
639
|
-
}
|
640
|
-
|
641
|
-
public void glTexParameteriv(int target, int pname, IntBuffer params) {
|
642
|
-
mgl11.glTexParameteriv(target, pname, params);
|
643
|
-
}
|
644
|
-
|
645
|
-
public void glTexSubImage2D(int target, int level, int xoffset,
|
646
|
-
int yoffset, int width, int height, int format, int type,
|
647
|
-
Buffer pixels) {
|
648
|
-
mgl.glTexSubImage2D(target, level, xoffset, yoffset, width, height,
|
649
|
-
format, type, pixels);
|
650
|
-
}
|
651
|
-
|
652
|
-
public void glTranslatef(float x, float y, float z) {
|
653
|
-
mCurrent.glTranslatef(x, y, z);
|
654
|
-
mgl.glTranslatef(x, y, z);
|
655
|
-
if ( _check) check();
|
656
|
-
}
|
657
|
-
|
658
|
-
public void glTranslatex(int x, int y, int z) {
|
659
|
-
mCurrent.glTranslatex(x, y, z);
|
660
|
-
mgl.glTranslatex(x, y, z);
|
661
|
-
if ( _check) check();
|
662
|
-
}
|
663
|
-
|
664
|
-
public void glVertexPointer(int size, int type,
|
665
|
-
int stride, Buffer pointer) {
|
666
|
-
mgl.glVertexPointer(size, type, stride, pointer);
|
667
|
-
}
|
668
|
-
|
669
|
-
public void glViewport(int x, int y, int width, int height) {
|
670
|
-
mgl.glViewport(x, y, width, height);
|
671
|
-
}
|
672
|
-
|
673
|
-
public void glClipPlanef(int plane, float[] equation, int offset) {
|
674
|
-
mgl11.glClipPlanef(plane, equation, offset);
|
675
|
-
}
|
676
|
-
|
677
|
-
public void glClipPlanef(int plane, FloatBuffer equation) {
|
678
|
-
mgl11.glClipPlanef(plane, equation);
|
679
|
-
}
|
680
|
-
|
681
|
-
public void glClipPlanex(int plane, int[] equation, int offset) {
|
682
|
-
mgl11.glClipPlanex(plane, equation, offset);
|
683
|
-
}
|
684
|
-
|
685
|
-
public void glClipPlanex(int plane, IntBuffer equation) {
|
686
|
-
mgl11.glClipPlanex(plane, equation);
|
687
|
-
}
|
688
|
-
|
689
|
-
// Draw Texture Extension
|
690
|
-
|
691
|
-
public void glDrawTexfOES(float x, float y, float z,
|
692
|
-
float width, float height) {
|
693
|
-
mgl11Ext.glDrawTexfOES(x, y, z, width, height);
|
694
|
-
}
|
695
|
-
|
696
|
-
public void glDrawTexfvOES(float[] coords, int offset) {
|
697
|
-
mgl11Ext.glDrawTexfvOES(coords, offset);
|
698
|
-
}
|
699
|
-
|
700
|
-
public void glDrawTexfvOES(FloatBuffer coords) {
|
701
|
-
mgl11Ext.glDrawTexfvOES(coords);
|
702
|
-
}
|
703
|
-
|
704
|
-
public void glDrawTexiOES(int x, int y, int z, int width, int height) {
|
705
|
-
mgl11Ext.glDrawTexiOES(x, y, z, width, height);
|
706
|
-
}
|
707
|
-
|
708
|
-
public void glDrawTexivOES(int[] coords, int offset) {
|
709
|
-
mgl11Ext.glDrawTexivOES(coords, offset);
|
710
|
-
}
|
711
|
-
|
712
|
-
public void glDrawTexivOES(IntBuffer coords) {
|
713
|
-
mgl11Ext.glDrawTexivOES(coords);
|
714
|
-
}
|
715
|
-
|
716
|
-
public void glDrawTexsOES(short x, short y, short z,
|
717
|
-
short width, short height) {
|
718
|
-
mgl11Ext.glDrawTexsOES(x, y, z, width, height);
|
719
|
-
}
|
720
|
-
|
721
|
-
public void glDrawTexsvOES(short[] coords, int offset) {
|
722
|
-
mgl11Ext.glDrawTexsvOES(coords, offset);
|
723
|
-
}
|
724
|
-
|
725
|
-
public void glDrawTexsvOES(ShortBuffer coords) {
|
726
|
-
mgl11Ext.glDrawTexsvOES(coords);
|
727
|
-
}
|
728
|
-
|
729
|
-
public void glDrawTexxOES(int x, int y, int z, int width, int height) {
|
730
|
-
mgl11Ext.glDrawTexxOES(x, y, z, width, height);
|
731
|
-
}
|
732
|
-
|
733
|
-
public void glDrawTexxvOES(int[] coords, int offset) {
|
734
|
-
mgl11Ext.glDrawTexxvOES(coords, offset);
|
735
|
-
}
|
736
|
-
|
737
|
-
public void glDrawTexxvOES(IntBuffer coords) {
|
738
|
-
mgl11Ext.glDrawTexxvOES(coords);
|
739
|
-
}
|
740
|
-
|
741
|
-
public int glQueryMatrixxOES(int[] mantissa, int mantissaOffset,
|
742
|
-
int[] exponent, int exponentOffset) {
|
743
|
-
return mgl10Ext.glQueryMatrixxOES(mantissa, mantissaOffset,
|
744
|
-
exponent, exponentOffset);
|
745
|
-
}
|
746
|
-
|
747
|
-
public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) {
|
748
|
-
return mgl10Ext.glQueryMatrixxOES(mantissa, exponent);
|
749
|
-
}
|
750
|
-
|
751
|
-
// Unsupported GL11 methods
|
752
|
-
|
753
|
-
public void glBindBuffer(int target, int buffer) {
|
754
|
-
throw new UnsupportedOperationException();
|
755
|
-
}
|
756
|
-
|
757
|
-
public void glBufferData(int target, int size, Buffer data, int usage) {
|
758
|
-
throw new UnsupportedOperationException();
|
759
|
-
}
|
760
|
-
|
761
|
-
public void glBufferSubData(int target, int offset, int size, Buffer data) {
|
762
|
-
throw new UnsupportedOperationException();
|
763
|
-
}
|
764
|
-
|
765
|
-
public void glColor4ub(byte red, byte green, byte blue, byte alpha) {
|
766
|
-
throw new UnsupportedOperationException();
|
767
|
-
}
|
768
|
-
|
769
|
-
public void glDeleteBuffers(int n, int[] buffers, int offset) {
|
770
|
-
throw new UnsupportedOperationException();
|
771
|
-
}
|
772
|
-
|
773
|
-
public void glDeleteBuffers(int n, IntBuffer buffers) {
|
774
|
-
throw new UnsupportedOperationException();
|
775
|
-
}
|
776
|
-
|
777
|
-
public void glGenBuffers(int n, int[] buffers, int offset) {
|
778
|
-
throw new UnsupportedOperationException();
|
779
|
-
}
|
780
|
-
|
781
|
-
public void glGenBuffers(int n, IntBuffer buffers) {
|
782
|
-
throw new UnsupportedOperationException();
|
783
|
-
}
|
784
|
-
|
785
|
-
public void glGetBooleanv(int pname, boolean[] params, int offset) {
|
786
|
-
throw new UnsupportedOperationException();
|
787
|
-
}
|
788
|
-
|
789
|
-
public void glGetBooleanv(int pname, IntBuffer params) {
|
790
|
-
throw new UnsupportedOperationException();
|
791
|
-
}
|
792
|
-
|
793
|
-
public void glGetBufferParameteriv(int target, int pname, int[] params, int offset) {
|
794
|
-
throw new UnsupportedOperationException();
|
795
|
-
}
|
796
|
-
|
797
|
-
public void glGetBufferParameteriv(int target, int pname, IntBuffer params) {
|
798
|
-
throw new UnsupportedOperationException();
|
799
|
-
}
|
800
|
-
|
801
|
-
public void glGetClipPlanef(int pname, float[] eqn, int offset) {
|
802
|
-
throw new UnsupportedOperationException();
|
803
|
-
}
|
804
|
-
|
805
|
-
public void glGetClipPlanef(int pname, FloatBuffer eqn) {
|
806
|
-
throw new UnsupportedOperationException();
|
807
|
-
}
|
808
|
-
|
809
|
-
public void glGetClipPlanex(int pname, int[] eqn, int offset) {
|
810
|
-
throw new UnsupportedOperationException();
|
811
|
-
}
|
812
|
-
|
813
|
-
public void glGetClipPlanex(int pname, IntBuffer eqn) {
|
814
|
-
throw new UnsupportedOperationException();
|
815
|
-
}
|
816
|
-
|
817
|
-
public void glGetFixedv(int pname, int[] params, int offset) {
|
818
|
-
throw new UnsupportedOperationException();
|
819
|
-
}
|
820
|
-
|
821
|
-
public void glGetFixedv(int pname, IntBuffer params) {
|
822
|
-
throw new UnsupportedOperationException();
|
823
|
-
}
|
824
|
-
|
825
|
-
public void glGetFloatv(int pname, float[] params, int offset) {
|
826
|
-
throw new UnsupportedOperationException();
|
827
|
-
}
|
828
|
-
|
829
|
-
public void glGetFloatv(int pname, FloatBuffer params) {
|
830
|
-
throw new UnsupportedOperationException();
|
831
|
-
}
|
832
|
-
|
833
|
-
public void glGetLightfv(int light, int pname, float[] params, int offset) {
|
834
|
-
throw new UnsupportedOperationException();
|
835
|
-
}
|
836
|
-
|
837
|
-
public void glGetLightfv(int light, int pname, FloatBuffer params) {
|
838
|
-
throw new UnsupportedOperationException();
|
839
|
-
}
|
840
|
-
|
841
|
-
public void glGetLightxv(int light, int pname, int[] params, int offset) {
|
842
|
-
throw new UnsupportedOperationException();
|
843
|
-
}
|
844
|
-
|
845
|
-
public void glGetLightxv(int light, int pname, IntBuffer params) {
|
846
|
-
throw new UnsupportedOperationException();
|
847
|
-
}
|
848
|
-
|
849
|
-
public void glGetMaterialfv(int face, int pname, float[] params, int offset) {
|
850
|
-
throw new UnsupportedOperationException();
|
851
|
-
}
|
852
|
-
|
853
|
-
public void glGetMaterialfv(int face, int pname, FloatBuffer params) {
|
854
|
-
throw new UnsupportedOperationException();
|
855
|
-
}
|
856
|
-
|
857
|
-
public void glGetMaterialxv(int face, int pname, int[] params, int offset) {
|
858
|
-
throw new UnsupportedOperationException();
|
859
|
-
}
|
860
|
-
|
861
|
-
public void glGetMaterialxv(int face, int pname, IntBuffer params) {
|
862
|
-
throw new UnsupportedOperationException();
|
863
|
-
}
|
864
|
-
|
865
|
-
public void glGetTexEnviv(int env, int pname, int[] params, int offset) {
|
866
|
-
throw new UnsupportedOperationException();
|
867
|
-
}
|
868
|
-
|
869
|
-
public void glGetTexEnviv(int env, int pname, IntBuffer params) {
|
870
|
-
throw new UnsupportedOperationException();
|
871
|
-
}
|
872
|
-
|
873
|
-
public void glGetTexEnvxv(int env, int pname, int[] params, int offset) {
|
874
|
-
throw new UnsupportedOperationException();
|
875
|
-
}
|
876
|
-
|
877
|
-
public void glGetTexEnvxv(int env, int pname, IntBuffer params) {
|
878
|
-
throw new UnsupportedOperationException();
|
879
|
-
}
|
880
|
-
|
881
|
-
public void glGetTexParameterfv(int target, int pname, float[] params, int offset) {
|
882
|
-
throw new UnsupportedOperationException();
|
883
|
-
}
|
884
|
-
|
885
|
-
public void glGetTexParameterfv(int target, int pname, FloatBuffer params) {
|
886
|
-
throw new UnsupportedOperationException();
|
887
|
-
}
|
888
|
-
|
889
|
-
public void glGetTexParameteriv(int target, int pname, int[] params, int offset) {
|
890
|
-
throw new UnsupportedOperationException();
|
891
|
-
}
|
892
|
-
|
893
|
-
public void glGetTexParameteriv(int target, int pname, IntBuffer params) {
|
894
|
-
throw new UnsupportedOperationException();
|
895
|
-
}
|
896
|
-
|
897
|
-
public void glGetTexParameterxv(int target, int pname, int[] params, int offset) {
|
898
|
-
throw new UnsupportedOperationException();
|
899
|
-
}
|
900
|
-
|
901
|
-
public void glGetTexParameterxv(int target, int pname, IntBuffer params) {
|
902
|
-
throw new UnsupportedOperationException();
|
903
|
-
}
|
904
|
-
|
905
|
-
public boolean glIsBuffer(int buffer) {
|
906
|
-
throw new UnsupportedOperationException();
|
907
|
-
}
|
908
|
-
|
909
|
-
public boolean glIsEnabled(int cap) {
|
910
|
-
throw new UnsupportedOperationException();
|
911
|
-
}
|
912
|
-
|
913
|
-
public boolean glIsTexture(int texture) {
|
914
|
-
throw new UnsupportedOperationException();
|
915
|
-
}
|
916
|
-
|
917
|
-
public void glPointParameterf(int pname, float param) {
|
918
|
-
throw new UnsupportedOperationException();
|
919
|
-
}
|
920
|
-
|
921
|
-
public void glPointParameterfv(int pname, float[] params, int offset) {
|
922
|
-
throw new UnsupportedOperationException();
|
923
|
-
}
|
924
|
-
|
925
|
-
public void glPointParameterfv(int pname, FloatBuffer params) {
|
926
|
-
throw new UnsupportedOperationException();
|
927
|
-
}
|
928
|
-
|
929
|
-
public void glPointParameterx(int pname, int param) {
|
930
|
-
throw new UnsupportedOperationException();
|
931
|
-
}
|
932
|
-
|
933
|
-
public void glPointParameterxv(int pname, int[] params, int offset) {
|
934
|
-
throw new UnsupportedOperationException();
|
935
|
-
}
|
936
|
-
|
937
|
-
public void glPointParameterxv(int pname, IntBuffer params) {
|
938
|
-
throw new UnsupportedOperationException();
|
939
|
-
}
|
940
|
-
|
941
|
-
public void glPointSizePointerOES(int type, int stride, Buffer pointer) {
|
942
|
-
throw new UnsupportedOperationException();
|
943
|
-
}
|
944
|
-
|
945
|
-
public void glTexEnvi(int target, int pname, int param) {
|
946
|
-
throw new UnsupportedOperationException();
|
947
|
-
}
|
948
|
-
|
949
|
-
public void glTexEnviv(int target, int pname, int[] params, int offset) {
|
950
|
-
throw new UnsupportedOperationException();
|
951
|
-
}
|
952
|
-
|
953
|
-
public void glTexEnviv(int target, int pname, IntBuffer params) {
|
954
|
-
throw new UnsupportedOperationException();
|
955
|
-
}
|
956
|
-
|
957
|
-
public void glTexParameterfv(int target, int pname, float[] params, int offset) {
|
958
|
-
throw new UnsupportedOperationException();
|
959
|
-
}
|
960
|
-
|
961
|
-
public void glTexParameterfv(int target, int pname, FloatBuffer params) {
|
962
|
-
throw new UnsupportedOperationException();
|
963
|
-
}
|
964
|
-
|
965
|
-
public void glTexParameteri(int target, int pname, int param) {
|
966
|
-
throw new UnsupportedOperationException();
|
967
|
-
}
|
968
|
-
|
969
|
-
public void glTexParameterxv(int target, int pname, int[] params, int offset) {
|
970
|
-
throw new UnsupportedOperationException();
|
971
|
-
}
|
972
|
-
|
973
|
-
public void glTexParameterxv(int target, int pname, IntBuffer params) {
|
974
|
-
throw new UnsupportedOperationException();
|
975
|
-
}
|
976
|
-
|
977
|
-
public void glColorPointer(int size, int type, int stride, int offset) {
|
978
|
-
throw new UnsupportedOperationException();
|
979
|
-
}
|
980
|
-
|
981
|
-
public void glDrawElements(int mode, int count, int type, int offset) {
|
982
|
-
throw new UnsupportedOperationException();
|
983
|
-
}
|
984
|
-
|
985
|
-
public void glGetPointerv(int pname, Buffer[] params) {
|
986
|
-
throw new UnsupportedOperationException();
|
987
|
-
}
|
988
|
-
|
989
|
-
public void glNormalPointer(int type, int stride, int offset) {
|
990
|
-
throw new UnsupportedOperationException();
|
991
|
-
}
|
992
|
-
|
993
|
-
public void glTexCoordPointer(int size, int type, int stride, int offset) {
|
994
|
-
throw new UnsupportedOperationException();
|
995
|
-
}
|
996
|
-
|
997
|
-
public void glVertexPointer(int size, int type, int stride, int offset) {
|
998
|
-
throw new UnsupportedOperationException();
|
999
|
-
}
|
1000
|
-
|
1001
|
-
public void glCurrentPaletteMatrixOES(int matrixpaletteindex) {
|
1002
|
-
throw new UnsupportedOperationException();
|
1003
|
-
}
|
1004
|
-
|
1005
|
-
public void glLoadPaletteFromModelViewMatrixOES() {
|
1006
|
-
throw new UnsupportedOperationException();
|
1007
|
-
}
|
1008
|
-
|
1009
|
-
public void glMatrixIndexPointerOES(int size, int type, int stride,
|
1010
|
-
Buffer pointer) {
|
1011
|
-
throw new UnsupportedOperationException();
|
1012
|
-
}
|
1013
|
-
|
1014
|
-
public void glMatrixIndexPointerOES(int size, int type, int stride,
|
1015
|
-
int offset) {
|
1016
|
-
throw new UnsupportedOperationException();
|
1017
|
-
}
|
1018
|
-
|
1019
|
-
public void glWeightPointerOES(int size, int type, int stride,
|
1020
|
-
Buffer pointer) {
|
1021
|
-
throw new UnsupportedOperationException();
|
1022
|
-
}
|
1023
|
-
|
1024
|
-
public void glWeightPointerOES(int size, int type, int stride, int offset) {
|
1025
|
-
throw new UnsupportedOperationException();
|
1026
|
-
}
|
1027
|
-
|
1028
|
-
/**
|
1029
|
-
* Get the current matrix
|
1030
|
-
*/
|
1031
|
-
|
1032
|
-
public void getMatrix(float[] m, int offset) {
|
1033
|
-
mCurrent.getMatrix(m, offset);
|
1034
|
-
}
|
1035
|
-
|
1036
|
-
/**
|
1037
|
-
* Get the current matrix mode
|
1038
|
-
*/
|
1039
|
-
|
1040
|
-
public int getMatrixMode() {
|
1041
|
-
return mMatrixMode;
|
1042
|
-
}
|
1043
|
-
|
1044
|
-
private void check() {
|
1045
|
-
int oesMode;
|
1046
|
-
switch (mMatrixMode) {
|
1047
|
-
case GL_MODELVIEW:
|
1048
|
-
oesMode = GL11.GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES;
|
1049
|
-
break;
|
1050
|
-
case GL_PROJECTION:
|
1051
|
-
oesMode = GL11.GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES;
|
1052
|
-
break;
|
1053
|
-
case GL_TEXTURE:
|
1054
|
-
oesMode = GL11.GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES;
|
1055
|
-
break;
|
1056
|
-
default:
|
1057
|
-
throw new IllegalArgumentException("Unknown matrix mode");
|
1058
|
-
}
|
1059
|
-
|
1060
|
-
if ( mByteBuffer == null) {
|
1061
|
-
mCheckA = new float[16];
|
1062
|
-
mCheckB = new float[16];
|
1063
|
-
mByteBuffer = ByteBuffer.allocateDirect(64);
|
1064
|
-
mByteBuffer.order(ByteOrder.nativeOrder());
|
1065
|
-
mFloatBuffer = mByteBuffer.asFloatBuffer();
|
1066
|
-
}
|
1067
|
-
mgl.glGetIntegerv(oesMode, mByteBuffer.asIntBuffer());
|
1068
|
-
for(int i = 0; i < 16; i++) {
|
1069
|
-
mCheckB[i] = mFloatBuffer.get(i);
|
1070
|
-
}
|
1071
|
-
mCurrent.getMatrix(mCheckA, 0);
|
1072
|
-
|
1073
|
-
boolean fail = false;
|
1074
|
-
for(int i = 0; i < 16; i++) {
|
1075
|
-
if (mCheckA[i] != mCheckB[i]) {
|
1076
|
-
Log.d("GLMatWrap", "i:" + i + " a:" + mCheckA[i]
|
1077
|
-
+ " a:" + mCheckB[i]);
|
1078
|
-
fail = true;
|
1079
|
-
}
|
1080
|
-
}
|
1081
|
-
if (fail) {
|
1082
|
-
throw new IllegalArgumentException("Matrix math difference.");
|
1083
|
-
}
|
1084
|
-
}
|
1085
|
-
|
1086
|
-
}
|