am 790474ba: am f11e0e71: Merge "Add missing docs to notification style rebuilder functions." into jb-dev
* commit '790474ba3a2fb149090ced7d38247aed6f6a2d59': Add missing docs to notification style rebuilder functions.
This commit is contained in:
@@ -1731,6 +1731,9 @@ public class Notification implements Parcelable
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provide the bitmap to be used as the payload for the BigPicture notification.
|
||||||
|
*/
|
||||||
public BigPictureStyle bigPicture(Bitmap b) {
|
public BigPictureStyle bigPicture(Bitmap b) {
|
||||||
mPicture = b;
|
mPicture = b;
|
||||||
return this;
|
return this;
|
||||||
@@ -1809,6 +1812,10 @@ public class Notification implements Parcelable
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provide the longer text to be displayed in the big form of the
|
||||||
|
* template in place of the content text.
|
||||||
|
*/
|
||||||
public BigTextStyle bigText(CharSequence cs) {
|
public BigTextStyle bigText(CharSequence cs) {
|
||||||
mBigText = cs;
|
mBigText = cs;
|
||||||
return this;
|
return this;
|
||||||
@@ -1889,6 +1896,9 @@ public class Notification implements Parcelable
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Append a line to the digest section of the Inbox notification.
|
||||||
|
*/
|
||||||
public InboxStyle addLine(CharSequence cs) {
|
public InboxStyle addLine(CharSequence cs) {
|
||||||
mTexts.add(cs);
|
mTexts.add(cs);
|
||||||
return this;
|
return this;
|
||||||
|
|||||||
Reference in New Issue
Block a user