BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Classes | Public Member Functions | Static Public Attributes | List of all members
com.offsetnull.bt.timer.TimerProgress Class Reference
Inheritance diagram for com.offsetnull.bt.timer.TimerProgress:
Inheritance graph
[legend]
Collaboration diagram for com.offsetnull.bt.timer.TimerProgress:
Collaboration graph
[legend]

Classes

enum  STATE
 

Public Member Functions

 TimerProgress ()
 
TimerProgress copy ()
 
 TimerProgress (Parcel in)
 
void readFromParcel (Parcel in)
 
void setPercentage (float percentage)
 
float getPercentage ()
 
void setTimeleft (long timeleft)
 
long getTimeleft ()
 
int describeContents ()
 
void writeToParcel (Parcel o, int flags)
 
void setState (STATE state)
 
STATE getState ()
 

Static Public Attributes

static final
Parcelable.Creator
< TimerProgress
CREATOR
 

Constructor & Destructor Documentation

com.offsetnull.bt.timer.TimerProgress.TimerProgress ( )

Here is the caller graph for this function:

com.offsetnull.bt.timer.TimerProgress.TimerProgress ( Parcel  in)

Here is the call graph for this function:

Member Function Documentation

TimerProgress com.offsetnull.bt.timer.TimerProgress.copy ( )

Here is the call graph for this function:

int com.offsetnull.bt.timer.TimerProgress.describeContents ( )
float com.offsetnull.bt.timer.TimerProgress.getPercentage ( )
STATE com.offsetnull.bt.timer.TimerProgress.getState ( )
long com.offsetnull.bt.timer.TimerProgress.getTimeleft ( )
void com.offsetnull.bt.timer.TimerProgress.readFromParcel ( Parcel  in)

Here is the call graph for this function:

Here is the caller graph for this function:

void com.offsetnull.bt.timer.TimerProgress.setPercentage ( float  percentage)

Here is the caller graph for this function:

void com.offsetnull.bt.timer.TimerProgress.setState ( STATE  state)
void com.offsetnull.bt.timer.TimerProgress.setTimeleft ( long  timeleft)

Here is the caller graph for this function:

void com.offsetnull.bt.timer.TimerProgress.writeToParcel ( Parcel  o,
int  flags 
)

Member Data Documentation

final Parcelable.Creator<TimerProgress> com.offsetnull.bt.timer.TimerProgress.CREATOR
static
Initial value:
= new Parcelable.Creator<TimerProgress>() {
public TimerProgress createFromParcel(Parcel arg0) {
return new TimerProgress(arg0);
}
public TimerProgress[] newArray(int arg0) {
return new TimerProgress[arg0];
}
}

The documentation for this class was generated from the following file: