OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LeaveBehindData
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
LeaveBehindData.java
24
public class
LeaveBehindData
implements Parcelable {
29
public
LeaveBehindData
(Conversation conv, ToastBarOperation undoOp, int height) {
47
private
LeaveBehindData
(Parcel arg, ClassLoader loader) {
53
public static final ClassLoaderCreator<
LeaveBehindData
> CREATOR =
54
new ClassLoaderCreator<
LeaveBehindData
>() {
57
public
LeaveBehindData
createFromParcel(Parcel source) {
58
return new
LeaveBehindData
(source, null);
62
public
LeaveBehindData
createFromParcel(Parcel source, ClassLoader loader) {
63
return new
LeaveBehindData
(source, loader);
67
public
LeaveBehindData
[] newArray(int size)
[
all
...]
LeaveBehindItem.java
158
public
LeaveBehindData
getLeaveBehindData() {
159
return new
LeaveBehindData
(getData(), mUndoOp, mHeight);
AnimatedAdapter.java
[
all
...]
Completed in 77 milliseconds