SYMBOL INDEX (50 symbols across 5 files) FILE: library_ColorTrackView/src/com/zhy/view/ColorTrackView.java class ColorTrackView (line 23) | public class ColorTrackView extends View { type Direction (line 28) | public enum Direction { method setDirection (line 39) | public void setDirection(int direction) { method ColorTrackView (line 56) | public ColorTrackView(Context context) { method ColorTrackView (line 60) | public ColorTrackView(Context context, AttributeSet attrs) { method onMeasure (line 85) | @Override method measureHeight (line 98) | private int measureHeight(int measureSpec) { method measureWidth (line 116) | private int measureWidth(int measureSpec) { method measureText (line 135) | private void measureText() { method reverseColor (line 144) | public void reverseColor() { method onDraw (line 150) | @Override method drawText_h (line 175) | private void drawText_h(Canvas canvas, int color, int startX, int endX) { method drawText_v (line 190) | private void drawText_v(Canvas canvas, int color, int startY, int endY) { method drawChangeLeft (line 205) | private void drawChangeLeft(Canvas canvas, int r) { method drawOriginLeft (line 210) | private void drawOriginLeft(Canvas canvas, int r) { method drawChangeRight (line 215) | private void drawChangeRight(Canvas canvas, int r) { method drawOriginRight (line 221) | private void drawOriginRight(Canvas canvas, int r) { method drawChangeTop (line 226) | private void drawChangeTop(Canvas canvas, int r) { method drawOriginTop (line 231) | private void drawOriginTop(Canvas canvas, int r) { method drawChangeBottom (line 236) | private void drawChangeBottom(Canvas canvas, int t) { method drawOriginBottom (line 242) | private void drawOriginBottom(Canvas canvas, int t) { method getProgress (line 247) | public float getProgress() { method setProgress (line 251) | public void setProgress(float progress) { method getTextSize (line 256) | public int getTextSize() { method setTextSize (line 260) | public void setTextSize(int mTextSize) { method setText (line 267) | public void setText(String text) { method getTextOriginColor (line 273) | public int getTextOriginColor() { method setTextOriginColor (line 277) | public void setTextOriginColor(int mTextOriginColor) { method getTextChangeColor (line 282) | public int getTextChangeColor() { method setTextChangeColor (line 286) | public void setTextChangeColor(int mTextChangeColor) { method dp2px (line 291) | private int dp2px(float dpVal) { method sp2px (line 296) | private int sp2px(float dpVal) { method onSaveInstanceState (line 304) | @Override method onRestoreInstanceState (line 312) | @Override FILE: sample_ColorTrackeView/src/com/zhy/viewpagerIndicator/HomeActivity.java class HomeActivity (line 11) | public class HomeActivity extends ListActivity method onCreate (line 15) | @Override method onListItemClick (line 25) | @Override FILE: sample_ColorTrackeView/src/com/zhy/viewpagerIndicator/SimpleUseActivity.java class SimpleUseActivity (line 11) | public class SimpleUseActivity extends Activity method onCreate (line 16) | @Override method startLeftChange (line 26) | @SuppressLint("NewApi") method startRightChange (line 34) | @SuppressLint("NewApi") FILE: sample_ColorTrackeView/src/com/zhy/viewpagerIndicator/TabFragment.java class TabFragment (line 14) | public class TabFragment extends Fragment method onCreate (line 19) | @Override method onCreateView (line 29) | @Override method newInstance (line 44) | public static TabFragment newInstance(String title) FILE: sample_ColorTrackeView/src/com/zhy/viewpagerIndicator/ViewPagerUseActivity.java class ViewPagerUseActivity (line 16) | public class ViewPagerUseActivity extends FragmentActivity method onCreate (line 24) | @Override method initEvents (line 35) | private void initEvents() method initDatas (line 70) | private void initDatas() method initViews (line 98) | private void initViews()