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/src/com/android/systemui/statusbar/notification/
HeaderTransformState.java
20
import android.view.
NotificationHeaderView
;
39
if (view instanceof
NotificationHeaderView
) {
40
NotificationHeaderView
header = (
NotificationHeaderView
) view;
52
if (!(mTransformedView instanceof
NotificationHeaderView
)) {
55
NotificationHeaderView
header = (
NotificationHeaderView
) mTransformedView;
75
if (!(mTransformedView instanceof
NotificationHeaderView
)) {
78
NotificationHeaderView
header = (
NotificationHeaderView
) mTransformedView
[
all
...]
NotificationViewWrapper.java
24
import android.view.
NotificationHeaderView
;
57
} else if (v instanceof
NotificationHeaderView
) {
120
public
NotificationHeaderView
getNotificationHeader() {
NotificationHeaderViewWrapper.java
31
import android.view.
NotificationHeaderView
;
62
private
NotificationHeaderView
mNotificationHeader;
77
mNotificationHeader = (
NotificationHeaderView
) mView.findViewById(
176
!=
NotificationHeaderView
.NO_COLOR;
287
public
NotificationHeaderView
getNotificationHeader() {
TransformState.java
21
import android.view.
NotificationHeaderView
;
385
if (view instanceof
NotificationHeaderView
) {
/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.getNotificationHeader();
NotificationContentView.java
27
import android.view.
NotificationHeaderView
;
221
NotificationHeaderView
contractedHeader = mContractedWrapper.getNotificationHeader();
225
NotificationHeaderView
expandedHeader = mExpandedWrapper.getNotificationHeader();
403
NotificationHeaderView
header = getVisibleNotificationHeader();
[
all
...]
ExpandableNotificationRow.java
37
import android.view.
NotificationHeaderView
;
593
public
NotificationHeaderView
getNotificationHeader() {
600
private
NotificationHeaderView
getVisibleNotificationHeader() {
[
all
...]
/frameworks/base/core/java/android/view/
NotificationHeaderView.java
39
public class
NotificationHeaderView
extends ViewGroup {
95
public
NotificationHeaderView
(Context context) {
99
public
NotificationHeaderView
(Context context, @Nullable AttributeSet attrs) {
103
public
NotificationHeaderView
(Context context, @Nullable AttributeSet attrs, int defStyleAttr) {
107
public
NotificationHeaderView
(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
384
mExpandClickListener.onClick(
NotificationHeaderView
.this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java
26
import android.view.
NotificationHeaderView
;
75
private
NotificationHeaderView
mNotificationHeader;
245
mNotificationHeader = (
NotificationHeaderView
) header.apply(getContext(), this);
689
public
NotificationHeaderView
getHeaderView() {
[
all
...]
/frameworks/base/core/java/android/app/
Notification.java
62
import android.view.
NotificationHeaderView
;
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 206 milliseconds