SYMBOL INDEX (110 symbols across 8 files) FILE: app/src/androidTest/java/com/example/windview/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: app/src/main/java/com/example/windview/CustomRadioButton.java class CustomRadioButton (line 14) | public class CustomRadioButton extends android.support.v7.widget.AppComp... method CustomRadioButton (line 15) | public CustomRadioButton(Context context) { method CustomRadioButton (line 19) | public CustomRadioButton(Context context, AttributeSet attrs) { method CustomRadioButton (line 23) | public CustomRadioButton(Context context, AttributeSet attrs, int defS... method isChecked (line 27) | @Override method setChecked (line 32) | @Override FILE: app/src/main/java/com/example/windview/MainActivity.java class MainActivity (line 24) | public class MainActivity extends AppCompatActivity implements SeekBar.O... method onCreate (line 45) | @Override method initRadioButton (line 59) | private void initRadioButton() { method setupWindView (line 63) | private void setupWindView() { method initSeekBars (line 75) | private void initSeekBars() { method materialize (line 82) | private void materialize() { method initSpinner (line 90) | private void initSpinner() { method onProgressChanged (line 134) | @Override method onStartTrackingTouch (line 152) | @Override method onStopTrackingTouch (line 157) | @Override method onCheckedChanged (line 163) | @Override method onClick (line 182) | @Override method onPause (line 188) | @Override method onResume (line 194) | @Override FILE: app/src/test/java/com/example/windview/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test FILE: windview/src/androidTest/java/com/github/ahmadnemati/wind/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: windview/src/main/java/com/github/ahmadnemati/wind/WindView.java class WindView (line 33) | public class WindView extends View { method WindView (line 85) | public WindView(Context context) { method WindView (line 90) | public WindView(Context context, AttributeSet attrs) { method WindView (line 95) | public WindView(Context context, AttributeSet attrs, int defStyleAttr) { method WindView (line 100) | @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP) method getTAG (line 106) | public static String getTAG() { method init (line 110) | private void init(AttributeSet attrs) { method setupView (line 127) | private void setupView() { method start (line 151) | public void start() { method stop (line 156) | public void stop() { method setWindSpeed (line 160) | public void setWindSpeed(float f) { method setWindDirection (line 177) | public void setWindDirection(String str) { method initSpeedUnit (line 182) | private void initSpeedUnit() { method onSizeChanged (line 192) | @Override method onDraw (line 198) | @Override method initCanvas (line 203) | private void initCanvas(Canvas canvas) { method drawLine (line 252) | private void drawLine(Canvas canvas) { method setupPressureLine (line 271) | private void setupPressureLine(boolean z) { method drawWind (line 310) | private void drawWind(Canvas canvas) { method drawPressure (line 329) | private void drawPressure(Canvas canvas) { method startTimes (line 351) | private void startTimes() { method drawBarometer (line 359) | private void drawBarometer(Canvas canvas) { method animateBaroMeter (line 372) | public void animateBaroMeter() { method getScaleInPixel (line 380) | private int getScaleInPixel(int i) { method dpToPx (line 384) | private int dpToPx(int dp) { method toPixel (line 389) | private double toPixel(double d) { method formatFloat (line 393) | private String formatFloat(float f) { method getscale (line 401) | private float getscale(float f, int i) { method stringValid (line 405) | private boolean stringValid(String str) { method getTrendType (line 409) | public TrendType getTrendType() { method setTrendType (line 413) | public void setTrendType(TrendType trendType) { method getTypeface (line 419) | public Typeface getTypeface() { method setTypeface (line 425) | public void setTypeface(Typeface typeface) { method getTextColor (line 429) | public int getTextColor() { method setTextColor (line 433) | public void setTextColor(int textColor) { method getLineColor (line 437) | public int getLineColor() { method setLineColor (line 441) | public void setLineColor(int lineColor) { method getLineStrokeWidth (line 445) | public float getLineStrokeWidth() { method setLineStrokeWidth (line 449) | public void setLineStrokeWidth(float lineStrokeWidth) { method getBarometerColor (line 453) | public int getBarometerColor() { method setBarometerColor (line 457) | public void setBarometerColor(int barometerColor) { method getBarometerStrokeWidth (line 461) | public float getBarometerStrokeWidth() { method setBarometerStrokeWidth (line 465) | public void setBarometerStrokeWidth(float barometerStrokeWidth) { method getWindDirectionText (line 469) | public String getWindDirectionText() { method setWindDirectionText (line 473) | public void setWindDirectionText(String windDirectionText) { method getBigPoleX (line 477) | public int getBigPoleX() { method setBigPoleX (line 481) | public void setBigPoleX(int bigPoleX) { method getSmallPoleX (line 485) | public int getSmallPoleX() { method setSmallPoleX (line 489) | public void setSmallPoleX(int smallPoleX) { method getWindText (line 493) | public String getWindText() { method setWindText (line 497) | public void setWindText(String windText) { method getWindName (line 501) | public String getWindName() { method setWindName (line 505) | public void setWindName(String windName) { method getWindSpeedText (line 509) | public String getWindSpeedText() { method setWindSpeedText (line 513) | public void setWindSpeedText(String windSpeedText) { method getBarometerText (line 517) | public String getBarometerText() { method setBarometerText (line 521) | public void setBarometerText(String barometerText) { method getPoleBottomY (line 525) | public int getPoleBottomY() { method setPoleBottomY (line 529) | public void setPoleBottomY(int poleBottomY) { method getWindTextX (line 533) | public int getWindTextX() { method setWindTextX (line 537) | public void setWindTextX(int windTextX) { method getWindTextY (line 541) | public int getWindTextY() { method setWindTextY (line 545) | public void setWindTextY(int windTextY) { method getWindSpeedUnit (line 549) | public String getWindSpeedUnit() { method setWindSpeedUnit (line 553) | public void setWindSpeedUnit(String str) { method getRect (line 558) | public Rect getRect() { method setRect (line 562) | public void setRect(Rect rect) { method getLabelFontSize (line 566) | public int getLabelFontSize() { method setLabelFontSize (line 570) | public void setLabelFontSize(int labelFontSize) { method getNumericFontSize (line 574) | public int getNumericFontSize() { method setNumericFontSize (line 578) | public void setNumericFontSize(int numericFontSize) { method getPressureUnit (line 582) | public String getPressureUnit() { method setPressureUnit (line 586) | public void setPressureUnit(String str) { method getPressureTextY (line 590) | public int getPressureTextY() { method setPressureTextY (line 594) | public void setPressureTextY(int pressureTextY) { method getPressure (line 598) | public float getPressure() { method setPressure (line 602) | public void setPressure(float f) { method getLineSize (line 611) | public float getLineSize() { method setLineSize (line 615) | public void setLineSize(float lineSize) { method getLineSpace (line 619) | public double getLineSpace() { method setLineSpace (line 623) | public void setLineSpace(double lineSpace) { FILE: windview/src/main/java/com/github/ahmadnemati/wind/enums/TrendType.java type TrendType (line 7) | public enum TrendType { FILE: windview/src/test/java/com/github/ahmadnemati/wind/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test