MCPcopy Create free account

hub / github.com/Tibolte/Android-Anim-Playground / functions

Functions87 in github.com/Tibolte/Android-Anim-Playground

↓ 9 callersMethodgetHeight
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/Utils/SvgHelper.java:72
↓ 4 callersMethoddrawPath
(Path path, Paint paint)
AnimationPlayground/src/fr/northborders/AnimationPlayground/Utils/SvgHelper.java:77
↓ 2 callersMethodcreatePathEffect
(float pathLength, float phase, float offset)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:165
↓ 2 callersMethodfocusOff
(View v, View movableView, boolean animated)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DynamicForm/Listeners/EditTextFocusListener.java:12
↓ 2 callersMethodfocusOn
(View v, View movableView, boolean animated)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DynamicForm/Listeners/EditTextFocusListener.java:10
↓ 2 callersMethodgetWidth
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/Utils/SvgHelper.java:67
↓ 2 callersMethodslideInToBottom
(View editContainer, View v)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/FragmentAnimationActivity.java:164
↓ 2 callersMethodslideInToTop
(View editContainer, View movableView, View v)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/FragmentAnimationActivity.java:144
↓ 2 callersMethodstartAnimation
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:158
↓ 2 callersMethodupdatePathsPhaseLocked
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:144
↓ 1 callersMethodaddSvgView
(LayoutInflater inflater, LinearLayout container)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/DrawPathSvgActivity.java:31
↓ 1 callersMethodcreateArrowPathEffect
(float pathLength, float phase, float offset)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:170
↓ 1 callersMethodcreateConcaveArrowPathEffect
(float pathLength, float phase, float offset)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:175
↓ 1 callersMethodcreatePathEffect
(float pathLength, float phase, float offset)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:153
↓ 1 callersMethodcreateWaitPath
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:102
↓ 1 callersMethodgetPathsForViewport
(final int width, final int height)
AnimationPlayground/src/fr/northborders/AnimationPlayground/Utils/SvgHelper.java:61
↓ 1 callersMethodinit
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:73
↓ 1 callersMethodload
(Context context, int svgResource)
AnimationPlayground/src/fr/northborders/AnimationPlayground/Utils/SvgHelper.java:28
↓ 1 callersMethodmakeArrow
(float length, float height)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:214
↓ 1 callersMethodmakeConcaveArrow
(float length, float height)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:223
↓ 1 callersMethodmakeDragPath
(int radius)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:180
↓ 1 callersMethodonFragment1Touch
(View v, View movableView, boolean animated)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/Listeners/Fragment1TouchListener.java:10
↓ 1 callersMethodonFragment2Touch
(View v, View movableView, boolean animated)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/Listeners/Fragment2TouchListener.java:10
↓ 1 callersMethodonSvgCompleted
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgCompletedCallBack.java:4
↓ 1 callersMethodsetFragment1TouchListener
(Fragment1TouchListener fragment1TouchListener)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/Fragments/BaseFragment.java:53
↓ 1 callersMethodsetFragment2TouchListener
(Fragment2TouchListener fragment2TouchListener)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/Fragments/BaseFragment.java:49
↓ 1 callersMethodsetListener
(EditTextFocusListener listener)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DynamicForm/Fragments/EditFieldFragment.java:77
↓ 1 callersMethodsetSvgResource
(int svgResource)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:92
↓ 1 callersMethodsetmCallback
(SvgCompletedCallBack mCallback)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:202
↓ 1 callersMethodslideInToBottom
(View editContainer)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DynamicForm/DynamicFormActivity.java:121
↓ 1 callersMethodslideInToTop
(View editContainer, View movableView)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DynamicForm/DynamicFormActivity.java:97
↓ 1 callersMethodupdatePathsPhaseLocked
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:117
MethodExtendedEditText
(Context context, AttributeSet attrs, int defStyle)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DynamicForm/ExtendedEditText.java:17
MethodProgressView
(Context context, AttributeSet attrs)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:45
MethodSvgHelper
(Paint sourcePaint)
AnimationPlayground/src/fr/northborders/AnimationPlayground/Utils/SvgHelper.java:24
MethodSvgPath
(Path path, Paint paint)
AnimationPlayground/src/fr/northborders/AnimationPlayground/Utils/SvgHelper.java:49
MethodSvgView
(Context context, AttributeSet attrs)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:51
MethodfocusOff
(View v, View movableView, boolean animated)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DynamicForm/DynamicFormActivity.java:82
MethodfocusOn
(View v, View movableView, boolean animated)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DynamicForm/DynamicFormActivity.java:64
MethodgetDrag
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:148
MethodgetPhase
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:75
MethodgetPhase
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:125
MethodgetSvgResource
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:88
MethodgetWait
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:137
MethodgetmCallback
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:198
MethodonAnimationCancel
(Animator arg0)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:185
MethodonAnimationEnd
(Animator arg0)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:178
MethodonAnimationRepeat
(Animator arg0)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:173
MethodonAnimationStart
(Animator arg0)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:168
MethodonClick
(View v)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/DrawPathSvgActivity.java:49
MethodonClick
(View v)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/Fragments/BaseFragment.java:35
MethodonCreate
(Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/DrawPathSvgActivity.java:20
MethodonCreate
(Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/FragmentAnimationActivity.java:43
MethodonCreate
(Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/Main/MainActivity.java:22
MethodonCreate
(Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DynamicForm/DynamicFormActivity.java:40
MethodonCreate
(Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressActivity.java:14
MethodonCreate
(Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/ElasticDownload/ElasticDownloadActivity.java:20
MethodonCreateOptionsMenu
(Menu menu)
AnimationPlayground/src/fr/northborders/AnimationPlayground/ElasticDownload/ElasticDownloadActivity.java:27
MethodonCreateView
(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/Fragments/BaseFragment.java:21
MethodonCreateView
(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/Fragments/Fragment2.java:15
MethodonCreateView
(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/Fragments/Fragment1.java:16
MethodonCreateView
(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DynamicForm/Fragments/EditFieldFragment.java:32
MethodonDraw
(Canvas canvas)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:123
MethodonDraw
(Canvas canvas)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:85
MethodonFocusChange
(View v, boolean hasFocus)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DynamicForm/Fragments/EditFieldFragment.java:43
MethodonFragment1Touch
(View v, View movableView, boolean animated)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/FragmentAnimationActivity.java:64
MethodonFragment2Touch
(View v, View movableView, boolean animated)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/FragmentAnimationActivity.java:104
MethodonKeyPreIme
(int keyCode, KeyEvent event)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DynamicForm/ExtendedEditText.java:32
MethodonOptionsItemSelected
(MenuItem item)
AnimationPlayground/src/fr/northborders/AnimationPlayground/ElasticDownload/ElasticDownloadActivity.java:34
MethodonSizeChanged
(final int w, final int h, int oldw, int oldh)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:96
MethodonSvgCompleted
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/DrawPathSvgActivity.java:40
MethodonViewCreated
(android.view.View view, android.os.Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/Fragments/BaseFragment.java:28
MethodonViewCreated
(android.view.View view, android.os.Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/Fragments/Fragment2.java:22
MethodonViewCreated
(android.view.View view, android.os.Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/FragmentAnimation/Fragments/Fragment1.java:23
MethodonViewCreated
(android.view.View view, android.os.Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DynamicForm/Fragments/EditContentFragment.java:15
MethodonViewCreated
(android.view.View view, android.os.Bundle savedInstanceState)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DynamicForm/Fragments/EditFieldFragment.java:71
Methodrun
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/DrawPathSvgActivity.java:59
Methodrun
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:109
Methodrun
()
AnimationPlayground/src/fr/northborders/AnimationPlayground/ElasticDownload/ElasticDownloadActivity.java:45
MethodsetDrag
(float drag)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:152
MethodsetPhase
(float phase)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPathSvg/SvgView.java:80
MethodsetPhase
(float phase)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:129
MethodsetWait
(float wait)
AnimationPlayground/src/fr/northborders/AnimationPlayground/DrawPath/ProgressView.java:141
MethodstartDynamicForm
(View v)
AnimationPlayground/src/fr/northborders/AnimationPlayground/Main/MainActivity.java:40
MethodstartElasticDownload
(View v)
AnimationPlayground/src/fr/northborders/AnimationPlayground/Main/MainActivity.java:46
MethodstartProgress
(View v)
AnimationPlayground/src/fr/northborders/AnimationPlayground/Main/MainActivity.java:28
MethodstartSvg
(View v)
AnimationPlayground/src/fr/northborders/AnimationPlayground/Main/MainActivity.java:34