/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.test.tilebenchmark; public final class R { public static final class array { /** Pixels moved per frame [CHAR LIMIT=10] */ public static final int velocity_array=0x7f060000; } public static final class attr { } public static final class color { /** Background color for not testing */ public static final int background_not_testing=0x7f040005; /** Background color for during testing */ public static final int background_start_testing=0x7f040006; /** Background color for testing complete */ public static final int background_stop_testing=0x7f040007; /** Invalidated region overlay in playback - start color */ public static final int inval_region_start=0x7f040003; /** Invalidated region overlay in playback - stop color */ public static final int inval_region_stop=0x7f040004; /** The color of tiles with valid textures */ public static final int ready_tile=0x7f040000; /** The color of tiles with stale / invalid textures */ public static final int unready_tile=0x7f040001; /** Viewport overlay in playback */ public static final int view=0x7f040002; } public static final class drawable { public static final int icon=0x7f020000; } public static final class id { public static final int backward=0x7f070007; public static final int capture=0x7f070003; public static final int forward=0x7f070009; public static final int frame_display=0x7f070008; public static final int inspect=0x7f070005; public static final int movement=0x7f070001; public static final int playback=0x7f07000b; public static final int seek_bar=0x7f07000a; public static final int top=0x7f070000; public static final int url=0x7f070004; public static final int velocity=0x7f070002; public static final int web=0x7f070006; } public static final class layout { public static final int main=0x7f030000; public static final int playback=0x7f030001; } public static final class string { /** The name of the application [CHAR LIMIT=20] */ public static final int app_name=0x7f050002; /** Button, steps back a single frame [CHAR LIMIT=15] */ public static final int backward=0x7f050000; /** ToggleButton label when pressing starts capture [CHAR LIMIT=15] */ public static final int capture_start=0x7f050007; /** ToggleButton label when pressing stops capture [CHAR LIMIT=15] */ public static final int capture_stop=0x7f050008; /** The speed of auto-scrolling [CHAR LIMIT=30] */ public static final int desired_scroll_velocity=0x7f050009; /** Error popup indicating log data couldn't be loaded [CHAR LIMIT=60] */ public static final int error_no_data=0x7f05000e; /** Format string for viewport position value overlay [CHAR LIMIT=25] */ public static final int format_inval_pos=0x7f050018; /** Format string for stat value overlay [CHAR LIMIT=15] */ public static final int format_stat=0x7f050016; /** Format string for displaying aggregate stats+values (nr of valid tiles, etc.) [CHAR LIMIT=20] */ public static final int format_stat_name=0x7f050019; /** Format string for viewport position value overlay [CHAR LIMIT=25] */ public static final int format_view_pos=0x7f050017; /** Button, steps forward a single frame [CHAR LIMIT=15] */ public static final int forward=0x7f050001; /** Frame rate [CHAR LIMIT=15] */ public static final int frames_per_second=0x7f050012; /** Button, opens the playback activity [CHAR LIMIT=20] */ public static final int inspect_log=0x7f050006; /** Button, loads another tile log [CHAR LIMIT=30] */ public static final int loadbutton=0x7f050005; /** Drop down menu entry - [CHAR LIMIT=15] */ public static final int movement_auto_fling=0x7f05000c; /** Drop down menu entry - automatically scroll to the end of the page with scrollBy() [CHAR LIMIT=15] */ public static final int movement_auto_scroll=0x7f05000b; /** Drop down menu entry - manually navigate the page(s), hit 'capture' button [CHAR LIMIT=15] */ public static final int movement_manual=0x7f05000d; /** Drop down menu for selecting scrolling vs manual navigation for capturing [CHAR LIMIT=15] */ public static final int movement_method=0x7f05000a; /** Text hovering over canvas, number of invalidated regions this frame [CHAR LIMIT=15] */ public static final int number_invalidates=0x7f05001d; /** 25th percentile - 25% of frames fall below this value [CHAR LIMIT=12] */ public static final int percentile_25=0x7f05000f; /** 50th percentile - 50% of frames fall below this value (aka median) [CHAR LIMIT=12] */ public static final int percentile_50=0x7f050010; /** 75th percentile - 75% of frames fall below this value [CHAR LIMIT=12] */ public static final int percentile_75=0x7f050011; /** name of the tile log playback activity [CHAR LIMIT=100] */ public static final int playback_activity=0x7f050004; /** name of the auto-scroller / tile logger activity [CHAR LIMIT=100] */ public static final int profile_activity=0x7f050003; /** Text hovering over canvas, number of tiles ready [CHAR LIMIT=15] */ public static final int ready_tiles=0x7f05001a; /** Milliseconds taken to inval, and re-render the page [CHAR LIMIT=15] */ public static final int render_millis=0x7f050014; /** Number of rendering stalls while running the test [CHAR LIMIT=15] */ public static final int render_stalls=0x7f050015; /** Text hovering over canvas, number of tiles that haven't been allocated to a place on the page [CHAR LIMIT=15] */ public static final int unplaced_tiles=0x7f05001c; /** Text hovering over canvas, number tiles not ready [CHAR LIMIT=15] */ public static final int unready_tiles=0x7f05001b; /** Portion of viewport covered by good tiles [CHAR LIMIT=15] */ public static final int viewport_coverage=0x7f050013; } }