File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
src/com/android/systemui/recent Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 6666 android : layout_height =" wrap_content"
6767 android : textSize =" @dimen/status_bar_recents_app_label_text_size"
6868 android : fadingEdge =" horizontal"
69- android : fadingEdgeLength =" @dimen/status_bar_recents_fading_edge_length "
69+ android : fadingEdgeLength =" @dimen/status_bar_recents_text_fading_edge_length "
7070 android : scrollHorizontally =" true"
7171 android : layout_alignLeft =" @id/app_thumbnail"
7272 android : layout_below =" @id/app_thumbnail"
8282 android : layout_height =" wrap_content"
8383 android : textSize =" @dimen/status_bar_recents_app_description_text_size"
8484 android : fadingEdge =" horizontal"
85- android : fadingEdgeLength =" @dimen/status_bar_recents_fading_edge_length "
85+ android : fadingEdgeLength =" @dimen/status_bar_recents_text_fading_edge_length "
8686 android : scrollHorizontally =" true"
8787 android : layout_alignLeft =" @id/app_thumbnail"
8888 android : layout_below =" @id/app_label"
Original file line number Diff line number Diff line change 4141 android : stackFromBottom =" true"
4242 android : fadingEdge =" horizontal"
4343 android : scrollbars =" none"
44- android : fadingEdgeLength =" @dimen/status_bar_recents_fading_edge_length "
44+ android : fadingEdgeLength =" @dimen/status_bar_recents_scroll_fading_edge_length "
4545 android : layout_gravity =" bottom|left"
4646 android : orientation =" horizontal"
4747 android : clipToPadding =" false"
Original file line number Diff line number Diff line change 3535 android : layout_height =" wrap_content"
3636 android : textSize =" @dimen/status_bar_recents_app_label_text_size"
3737 android : fadingEdge =" horizontal"
38- android : fadingEdgeLength =" @dimen/status_bar_recents_fading_edge_length "
38+ android : fadingEdgeLength =" @dimen/status_bar_recents_text_fading_edge_length "
3939 android : scrollHorizontally =" true"
4040 android : layout_alignParentLeft =" true"
4141 android : layout_alignTop =" @id/app_icon"
8989 android : layout_height =" wrap_content"
9090 android : textSize =" @dimen/status_bar_recents_app_description_text_size"
9191 android : fadingEdge =" horizontal"
92- android : fadingEdgeLength =" @dimen/status_bar_recents_fading_edge_length "
92+ android : fadingEdgeLength =" @dimen/status_bar_recents_text_fading_edge_length "
9393 android : scrollHorizontally =" true"
9494 android : layout_alignParentLeft =" true"
9595 android : layout_marginLeft =" @dimen/status_bar_recents_app_label_left_margin"
Original file line number Diff line number Diff line change 4040 android : stackFromBottom =" true"
4141 android : fadingEdge =" vertical"
4242 android : scrollbars =" none"
43- android : fadingEdgeLength =" @*android: dimen/status_bar_height "
43+ android : fadingEdgeLength =" @dimen/status_bar_recents_scroll_fading_edge_length "
4444 android : layout_gravity =" bottom|left"
4545 android : clipToPadding =" false"
4646 android : clipChildren =" false" >
Original file line number Diff line number Diff line change 2828 android : layout_height =" wrap_content"
2929 android : textSize =" @dimen/status_bar_recents_app_label_text_size"
3030 android : fadingEdge =" horizontal"
31- android : fadingEdgeLength =" @dimen/status_bar_recents_fading_edge_length "
31+ android : fadingEdgeLength =" @dimen/status_bar_recents_text_fading_edge_length "
3232 android : scrollHorizontally =" true"
3333 android : layout_alignParentLeft =" true"
3434 android : layout_alignParentTop =" true"
8686 android : layout_height =" wrap_content"
8787 android : textSize =" @dimen/status_bar_recents_app_description_text_size"
8888 android : fadingEdge =" horizontal"
89- android : fadingEdgeLength =" @dimen/status_bar_recents_fading_edge_length "
89+ android : fadingEdgeLength =" @dimen/status_bar_recents_text_fading_edge_length "
9090 android : scrollHorizontally =" true"
9191 android : layout_alignParentLeft =" true"
9292 android : layout_below =" @id/recents_callout_line"
Original file line number Diff line number Diff line change 5353 <dimen name =" status_bar_recents_app_label_width" >97dip</dimen >
5454 <!-- Left margin for application label -->
5555 <dimen name =" status_bar_recents_app_label_left_margin" >16dip</dimen >
56- <!-- Size of fading edge for scroll effect -->
57- <dimen name =" status_bar_recents_fading_edge_length" >20dip</dimen >
56+ <!-- Size of fading edge for text -->
57+ <dimen name =" status_bar_recents_text_fading_edge_length" >20dip</dimen >
58+ <!-- Size of fading edge for scrolling -->
59+ <dimen name =" status_bar_recents_scroll_fading_edge_length" >10dip</dimen >
5860 <!-- Margin between recents container and glow on the right -->
5961 <dimen name =" status_bar_recents_right_glow_margin" >100dip</dimen >
6062
Original file line number Diff line number Diff line change 3333 <dimen name =" status_bar_recents_app_label_text_size" >14dip</dimen >
3434 <!-- Size of application description text -->
3535 <dimen name =" status_bar_recents_app_description_text_size" >14dip</dimen >
36- <!-- Size of fading edge for scroll effect -->
37- <dimen name =" status_bar_recents_fading_edge_length" >20dip</dimen >
36+ <!-- Size of fading edge for text -->
37+ <dimen name =" status_bar_recents_text_fading_edge_length" >20dip</dimen >
38+ <!-- Size of fading edge for scrolling -->
39+ <dimen name =" status_bar_recents_scroll_fading_edge_length" >10dip</dimen >
3840 <!-- Margin between recents container and glow on the right -->
3941 <dimen name =" status_bar_recents_right_glow_margin" >100dip</dimen >
4042 <!-- Amount to offset bottom of notification peek window from top of status bar. -->
Original file line number Diff line number Diff line change @@ -37,15 +37,11 @@ public class RecentsScrollViewPerformanceHelper {
3737 public static final boolean OPTIMIZE_SW_RENDERED_RECENTS = true ;
3838 public static final boolean USE_DARK_FADE_IN_HW_ACCELERATED_MODE = true ;
3939 private View mScrollView ;
40- private LinearLayout mLinearLayout ;
4140 private RecentsCallback mCallback ;
4241
43- private boolean mShowBackground = false ;
4442 private int mFadingEdgeLength ;
45- private Drawable .ConstantState mBackgroundDrawable ;
4643 private Context mContext ;
4744 private boolean mIsVertical ;
48- private boolean mFirstTime = true ;
4945 private boolean mSoftwareRendered = false ;
5046 private boolean mAttachedToWindow = false ;
5147
You can’t perform that action at this time.
0 commit comments