SYMBOL INDEX (112 symbols across 6 files) FILE: library/PopupList.java class PopupList (line 35) | public class PopupList { method PopupList (line 85) | public PopupList(Context context) { method bind (line 118) | public void bind(View anchorView, List popupItemList, PopupLis... method showPopupListWindow (line 173) | public void showPopupListWindow(View anchorView, int contextPosition, ... method showPopupListWindow (line 190) | private void showPopupListWindow(float offsetX, float offsetY) { method refreshBackgroundOrRadiusStateList (line 304) | private void refreshBackgroundOrRadiusStateList() { method getCenterItemBackground (line 356) | private StateListDrawable getCenterItemBackground() { method refreshTextColorStateList (line 367) | private void refreshTextColorStateList(int pressedTextColor, int norma... method hidePopupListWindow (line 375) | public void hidePopupListWindow() { method getIndicatorView (line 384) | public View getIndicatorView() { method getDefaultIndicatorView (line 388) | public View getDefaultIndicatorView(Context context) { method getTriangleIndicatorView (line 392) | public View getTriangleIndicatorView(Context context, final float widt... method setIndicatorView (line 438) | public void setIndicatorView(View indicatorView) { method setIndicatorSize (line 442) | public void setIndicatorSize(int widthPixel, int heightPixel) { method getNormalTextColor (line 452) | public int getNormalTextColor() { method setNormalTextColor (line 456) | public void setNormalTextColor(int normalTextColor) { method getPressedTextColor (line 461) | public int getPressedTextColor() { method setPressedTextColor (line 465) | public void setPressedTextColor(int pressedTextColor) { method getTextSize (line 470) | public float getTextSize() { method setTextSize (line 474) | public void setTextSize(float textSizePixel) { method getTextPaddingLeft (line 478) | public int getTextPaddingLeft() { method setTextPaddingLeft (line 482) | public void setTextPaddingLeft(int textPaddingLeft) { method getTextPaddingTop (line 486) | public int getTextPaddingTop() { method setTextPaddingTop (line 490) | public void setTextPaddingTop(int textPaddingTop) { method getTextPaddingRight (line 494) | public int getTextPaddingRight() { method setTextPaddingRight (line 498) | public void setTextPaddingRight(int textPaddingRight) { method getTextPaddingBottom (line 502) | public int getTextPaddingBottom() { method setTextPaddingBottom (line 506) | public void setTextPaddingBottom(int textPaddingBottom) { method setTextPadding (line 516) | public void setTextPadding(int left, int top, int right, int bottom) { method getNormalBackgroundColor (line 523) | public int getNormalBackgroundColor() { method setNormalBackgroundColor (line 527) | public void setNormalBackgroundColor(int normalBackgroundColor) { method getPressedBackgroundColor (line 532) | public int getPressedBackgroundColor() { method setPressedBackgroundColor (line 536) | public void setPressedBackgroundColor(int pressedBackgroundColor) { method getBackgroundCornerRadius (line 541) | public int getBackgroundCornerRadius() { method setBackgroundCornerRadius (line 545) | public void setBackgroundCornerRadius(int backgroundCornerRadiusPixel) { method getDividerColor (line 550) | public int getDividerColor() { method setDividerColor (line 554) | public void setDividerColor(int dividerColor) { method getDividerWidth (line 558) | public int getDividerWidth() { method setDividerWidth (line 562) | public void setDividerWidth(int dividerWidthPixel) { method getDividerHeight (line 566) | public int getDividerHeight() { method setDividerHeight (line 570) | public void setDividerHeight(int dividerHeightPixel) { method getResources (line 574) | public Resources getResources() { method getViewWidth (line 582) | private int getViewWidth(View view) { method getViewHeight (line 587) | private int getViewHeight(View view) { method dp2px (line 592) | public int dp2px(float value) { method sp2px (line 597) | public int sp2px(float value) { type PopupListListener (line 602) | public interface PopupListListener { method showPopupList (line 612) | boolean showPopupList(View adapterView, View contextView, int contex... method onPopupListClick (line 622) | void onPopupListClick(View contextView, int contextPosition, int pos... type AdapterPopupListListener (line 625) | public interface AdapterPopupListListener extends PopupListListener { method formatText (line 626) | String formatText(View adapterView, View contextView, int contextPos... FILE: samples/src/androidTest/java/com/frank/popuplist/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: samples/src/main/java/com/frank/popuplist/PopupList.java class PopupList (line 35) | public class PopupList { method PopupList (line 85) | public PopupList(Context context) { method bind (line 118) | public void bind(View anchorView, List popupItemList, PopupLis... method showPopupListWindow (line 173) | public void showPopupListWindow(View anchorView, int contextPosition, ... method showPopupListWindow (line 190) | private void showPopupListWindow(float offsetX, float offsetY) { method refreshBackgroundOrRadiusStateList (line 304) | private void refreshBackgroundOrRadiusStateList() { method getCenterItemBackground (line 356) | private StateListDrawable getCenterItemBackground() { method refreshTextColorStateList (line 367) | private void refreshTextColorStateList(int pressedTextColor, int norma... method hidePopupListWindow (line 375) | public void hidePopupListWindow() { method getIndicatorView (line 384) | public View getIndicatorView() { method getDefaultIndicatorView (line 388) | public View getDefaultIndicatorView(Context context) { method getTriangleIndicatorView (line 392) | public View getTriangleIndicatorView(Context context, final float widt... method setIndicatorView (line 438) | public void setIndicatorView(View indicatorView) { method setIndicatorSize (line 442) | public void setIndicatorSize(int widthPixel, int heightPixel) { method getNormalTextColor (line 452) | public int getNormalTextColor() { method setNormalTextColor (line 456) | public void setNormalTextColor(int normalTextColor) { method getPressedTextColor (line 461) | public int getPressedTextColor() { method setPressedTextColor (line 465) | public void setPressedTextColor(int pressedTextColor) { method getTextSize (line 470) | public float getTextSize() { method setTextSize (line 474) | public void setTextSize(float textSizePixel) { method getTextPaddingLeft (line 478) | public int getTextPaddingLeft() { method setTextPaddingLeft (line 482) | public void setTextPaddingLeft(int textPaddingLeft) { method getTextPaddingTop (line 486) | public int getTextPaddingTop() { method setTextPaddingTop (line 490) | public void setTextPaddingTop(int textPaddingTop) { method getTextPaddingRight (line 494) | public int getTextPaddingRight() { method setTextPaddingRight (line 498) | public void setTextPaddingRight(int textPaddingRight) { method getTextPaddingBottom (line 502) | public int getTextPaddingBottom() { method setTextPaddingBottom (line 506) | public void setTextPaddingBottom(int textPaddingBottom) { method setTextPadding (line 516) | public void setTextPadding(int left, int top, int right, int bottom) { method getNormalBackgroundColor (line 523) | public int getNormalBackgroundColor() { method setNormalBackgroundColor (line 527) | public void setNormalBackgroundColor(int normalBackgroundColor) { method getPressedBackgroundColor (line 532) | public int getPressedBackgroundColor() { method setPressedBackgroundColor (line 536) | public void setPressedBackgroundColor(int pressedBackgroundColor) { method getBackgroundCornerRadius (line 541) | public int getBackgroundCornerRadius() { method setBackgroundCornerRadius (line 545) | public void setBackgroundCornerRadius(int backgroundCornerRadiusPixel) { method getDividerColor (line 550) | public int getDividerColor() { method setDividerColor (line 554) | public void setDividerColor(int dividerColor) { method getDividerWidth (line 558) | public int getDividerWidth() { method setDividerWidth (line 562) | public void setDividerWidth(int dividerWidthPixel) { method getDividerHeight (line 566) | public int getDividerHeight() { method setDividerHeight (line 570) | public void setDividerHeight(int dividerHeightPixel) { method getResources (line 574) | public Resources getResources() { method getViewWidth (line 582) | private int getViewWidth(View view) { method getViewHeight (line 587) | private int getViewHeight(View view) { method dp2px (line 592) | public int dp2px(float value) { method sp2px (line 597) | public int sp2px(float value) { type PopupListListener (line 602) | public interface PopupListListener { method showPopupList (line 612) | boolean showPopupList(View adapterView, View contextView, int contex... method onPopupListClick (line 622) | void onPopupListClick(View contextView, int contextPosition, int pos... type AdapterPopupListListener (line 625) | public interface AdapterPopupListListener extends PopupListListener { method formatText (line 626) | String formatText(View adapterView, View contextView, int contextPos... FILE: samples/src/main/java/com/frank/sample/MainActivity.java class MainActivity (line 19) | public class MainActivity extends AppCompatActivity { method onCreate (line 27) | @Override method getData (line 81) | private void getData() { FILE: samples/src/main/java/com/frank/sample/SecondaryActivity.java class SecondaryActivity (line 18) | public class SecondaryActivity extends AppCompatActivity { method onCreate (line 27) | @Override method getData (line 78) | private void getData() { FILE: samples/src/test/java/com/frank/popuplist/ExampleUnitTest.java class ExampleUnitTest (line 10) | public class ExampleUnitTest { method addition_isCorrect (line 11) | @Test