OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bigContentView
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java
49
public void setBigContentView(View
bigContentView
) {
50
this.expandedBig =
bigContentView
;
51
row.setExpandable(
bigContentView
!= null);
BaseStatusBar.java
623
RemoteViews
bigContentView
= sbn.getNotification().
bigContentView
;
663
if (
bigContentView
!= null) {
664
bigContentViewLocal =
bigContentView
.apply(mContext, adaptive, mOnClickHandler);
[
all
...]
/developers/build/prebuilts/gradle/CustomNotifications/CustomNotificationsSample/src/main/java/com/example/android/customnotifications/
MainActivity.java
39
* (See {@link android.app.Notification#
bigContentView
}.) </p>
98
notification.
bigContentView
= expandedView;
/developers/samples/android/ui/notifications/CustomNotifications/CustomNotificationsSample/src/main/java/com/example/android/customnotifications/
MainActivity.java
39
* (See {@link android.app.Notification#
bigContentView
}.) </p>
98
notification.
bigContentView
= expandedView;
/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java
39
* (See {@link android.app.Notification#
bigContentView
}.) </p>
98
notification.
bigContentView
= expandedView;
/frameworks/base/core/java/android/app/
Notification.java
202
public RemoteViews
bigContentView
;
760
bigContentView
= RemoteViews.CREATOR.createFromParcel(parcel);
843
if (heavy && this.
bigContentView
!= null) {
844
that.
bigContentView
= this.
bigContentView
.clone();
860
bigContentView
= null;
[
all
...]
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java
157
refreshRemoteViews(fourU, notification.
bigContentView
);
/frameworks/base/services/java/com/android/server/am/
ServiceRecord.java
444
localForegroundNoti.
bigContentView
= null;
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java
249
notification.
bigContentView
= remoteViewsExpanded;
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 128 milliseconds