OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationContentView
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java
106
private
NotificationContentView
mPublicLayout;
107
private
NotificationContentView
mPrivateLayout;
210
public
NotificationContentView
getPrivateLayout() {
214
public
NotificationContentView
getPublicLayout() {
233
private void setIconAnimationRunning(boolean running,
NotificationContentView
layout) {
303
private void updateLimitsForView(
NotificationContentView
layout) {
572
private void setChronometerRunning(boolean running,
NotificationContentView
layout) {
666
NotificationContentView
notificationContentView
) {
667
if (getShowingLayout() ==
notificationContentView
) {
[
all
...]
NotificationHeaderUtil.java
168
final
NotificationContentView
layout = row.getPrivateLayout();
NotificationContentView.java
49
public class
NotificationContentView
extends FrameLayout {
125
public
NotificationContentView
(Context context, AttributeSet attrs) {
[
all
...]
BaseStatusBar.java
[
all
...]
Completed in 53 milliseconds