OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationHeaderView
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainerTest.java
21
import android.view.
NotificationHeaderView
;
51
NotificationHeaderView
lowPriorityHeaderView = childrenContainer.getLowPriorityHeaderView();
NotificationStackScrollLayoutTest.java
26
import android.view.
NotificationHeaderView
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationHeaderViewWrapper.java
24
import android.view.
NotificationHeaderView
;
60
private
NotificationHeaderView
mNotificationHeader;
82
boolean isLowPriority = mView instanceof
NotificationHeaderView
;
228
!=
NotificationHeaderView
.NO_COLOR;
241
public
NotificationHeaderView
getNotificationHeader() {
NotificationViewWrapper.java
24
import android.view.
NotificationHeaderView
;
58
} else if (v instanceof
NotificationHeaderView
) {
132
public
NotificationHeaderView
getNotificationHeader() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationHeaderUtil.java
23
import android.view.
NotificationHeaderView
;
33
* A Util to manage {@link android.view.
NotificationHeaderView
} objects and their redundancies.
62
NotificationHeaderView
header = (
NotificationHeaderView
) view;
72
if (originalColor !=
NotificationHeaderView
.NO_COLOR) {
176
NotificationHeaderView
header = (
NotificationHeaderView
) child.findViewById(
182
private void sanitizeHeader(
NotificationHeaderView
rowHeader) {
270
NotificationHeaderView
header = row.getContractedNotificationHeader();
NotificationContentView.java
27
import android.view.
NotificationHeaderView
;
285
NotificationHeaderView
contractedHeader = mContractedWrapper.getNotificationHeader();
289
NotificationHeaderView
expandedHeader = mExpandedWrapper.getNotificationHeader();
499
NotificationHeaderView
header = getVisibleNotificationHeader();
[
all
...]
ExpandableNotificationRow.java
41
import android.view.
NotificationHeaderView
;
390
NotificationHeaderView
header = getVisibleNotificationHeader();
756
public
NotificationHeaderView
getNotificationHeader() {
767
public
NotificationHeaderView
getVisibleNotificationHeader() {
780
public
NotificationHeaderView
getContractedNotificationHeader() {
[
all
...]
/frameworks/base/core/java/android/view/
NotificationHeaderView.java
42
public class
NotificationHeaderView
extends ViewGroup {
75
public
NotificationHeaderView
(Context context) {
79
public
NotificationHeaderView
(Context context, @Nullable AttributeSet attrs) {
83
public
NotificationHeaderView
(Context context, @Nullable AttributeSet attrs, int defStyleAttr) {
87
public
NotificationHeaderView
(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
297
* Sets whether or not the expand button appears at the end of the
NotificationHeaderView
. If
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java
27
import android.view.
NotificationHeaderView
;
90
private
NotificationHeaderView
mNotificationHeader;
92
private
NotificationHeaderView
mNotificationHeaderLowPriority;
304
mNotificationHeader = (
NotificationHeaderView
) header.apply(getContext(), this);
360
mNotificationHeaderLowPriority = (
NotificationHeaderView
) header.apply(getContext(),
[
all
...]
/frameworks/base/core/java/android/app/
Notification.java
71
import android.view.
NotificationHeaderView
;
[
all
...]
/frameworks/base/config/
compiled-classes-phone
[
all
...]
Completed in 354 milliseconds