Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
InstiApp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
RAHUL SHARMA
InstiApp
Commits
28438f23
Commit
28438f23
authored
Jan 04, 2019
by
Varun Patil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup TODO comments in BodyFragment
parent
9f20c9ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
15 deletions
+4
-15
app/src/main/java/app/insti/fragment/BodyFragment.java
app/src/main/java/app/insti/fragment/BodyFragment.java
+4
-15
No files found.
app/src/main/java/app/insti/fragment/BodyFragment.java
View file @
28438f23
...
@@ -50,32 +50,21 @@ import retrofit2.Response;
...
@@ -50,32 +50,21 @@ import retrofit2.Response;
* create an instance of this fragment.
* create an instance of this fragment.
*/
*/
public
class
BodyFragment
extends
BackHandledFragment
implements
TransitionTargetFragment
{
public
class
BodyFragment
extends
BackHandledFragment
implements
TransitionTargetFragment
{
// TODO: Rename parameter arguments, choose names that match
// the fragment initialization parameters, e.g. ARG_ITEM_NUMBER
String
TAG
=
"BodyFragment"
;
String
TAG
=
"BodyFragment"
;
// TODO: Rename and change types of parameters
private
Body
min_body
;
private
Body
min_body
;
private
SwipeRefreshLayout
bodySwipeRefreshLayout
;
private
SwipeRefreshLayout
bodySwipeRefreshLayout
;
private
ImageView
bodyPicture
;
private
Body
body
;
private
boolean
bodyDisplayed
=
false
;
private
boolean
transitionEnded
=
false
;
// Hold a reference to the current animator,
// so that it can be canceled mid-way.
private
Animator
mCurrentAnimator
;
private
Animator
mCurrentAnimator
;
// The system "short" animation time duration, in milliseconds. This
// duration is ideal for subtle animations or animations that occur
// very frequently.
private
int
mShortAnimationDuration
;
private
int
mShortAnimationDuration
;
private
boolean
zoomMode
;
private
boolean
zoomMode
;
private
ImageView
expandedImageView
;
private
ImageView
expandedImageView
;
private
Rect
startBounds
;
private
Rect
startBounds
;
private
float
startScaleFinal
;
private
float
startScaleFinal
;
private
ImageView
bodyPicture
;
private
Body
body
;
private
boolean
bodyDisplayed
=
false
;
private
boolean
transitionEnded
=
false
;
public
BodyFragment
()
{
public
BodyFragment
()
{
// Required empty public constructor
// Required empty public constructor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment