OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationViewWrapper
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationCustomViewWrapperTest.java
28
import com.android.systemui.statusbar.notification.
NotificationViewWrapper
;
51
NotificationViewWrapper
wrap = NotificationCustomViewWrapper.wrap(mContext, v, mRow);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationCustomViewWrapper.java
28
public class NotificationCustomViewWrapper extends
NotificationViewWrapper
{
NotificationViewWrapper.java
33
public abstract class
NotificationViewWrapper
implements TransformableView {
40
public static
NotificationViewWrapper
wrap(Context ctx, View v, ExpandableNotificationRow row) {
59
protected
NotificationViewWrapper
(Context ctx, View view, ExpandableNotificationRow row) {
NotificationHeaderViewWrapper.java
44
public class NotificationHeaderViewWrapper extends
NotificationViewWrapper
{
NotificationInflater.java
336
NotificationViewWrapper
existingWrapper,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
NotificationViewWrapperTest.java
47
static class TestableNotificationViewWrapper extends
NotificationViewWrapper
{
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java
46
import com.android.systemui.statusbar.notification.
NotificationViewWrapper
;
86
private
NotificationViewWrapper
mContractedWrapper;
87
private
NotificationViewWrapper
mExpandedWrapper;
88
private
NotificationViewWrapper
mHeadsUpWrapper;
89
private
NotificationViewWrapper
mAmbientWrapper;
424
mContractedWrapper =
NotificationViewWrapper
.wrap(getContext(), child,
428
private
NotificationViewWrapper
getWrapperForView(View child) {
473
mExpandedWrapper =
NotificationViewWrapper
.wrap(getContext(), child,
506
mHeadsUpWrapper =
NotificationViewWrapper
.wrap(getContext(), child,
520
mAmbientWrapper =
NotificationViewWrapper
.wrap(getContext(), child
[
all
...]
ExpandableNotificationRow.java
83
import com.android.systemui.statusbar.notification.
NotificationViewWrapper
;
563
NotificationViewWrapper
headsUpWrapper = layout.getVisibleWrapper(
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java
41
import com.android.systemui.statusbar.notification.
NotificationViewWrapper
;
91
private
NotificationViewWrapper
mNotificationHeaderWrapper;
93
private
NotificationViewWrapper
mNotificationHeaderWrapperLowPriority;
95
private
NotificationViewWrapper
mNotificationHeaderWrapperAmbient;
322
mNotificationHeaderWrapper =
NotificationViewWrapper
.wrap(getContext(),
346
mNotificationHeaderWrapperAmbient =
NotificationViewWrapper
.wrap(getContext(),
379
mNotificationHeaderWrapperLowPriority =
NotificationViewWrapper
.wrap(getContext(),
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java
61
import com.android.systemui.statusbar.notification.
NotificationViewWrapper
;
96
private
NotificationViewWrapper
mWrapper;
463
public void setWrapper(
NotificationViewWrapper
wrapper) {
Completed in 541 milliseconds