HomeSort by relevance Sort by last modified time
    Searched full:notification_main_column (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/res/res/layout/
notification_template_material_base.xml 26 android:id="@+id/notification_main_column"
notification_template_material_big_base.xml 39 android:id="@+id/notification_main_column"
notification_template_material_big_media.xml 36 android:id="@+id/notification_main_column"
notification_template_material_big_picture.xml 36 android:id="@+id/notification_main_column"
notification_template_material_big_text.xml 37 android:id="@+id/notification_main_column"
notification_template_material_media.xml 30 android:id="@+id/notification_main_column"
notification_template_material_messaging.xml 34 android:id="@+id/notification_main_column"
notification_template_material_inbox.xml 35 android:id="@+id/notification_main_column"
  /frameworks/support/v7/appcompat/res/layout/
notification_template_custom_big.xml 33 android:id="@+id/notification_main_column"
notification_template_big_media_custom.xml 46 android:id="@+id/notification_main_column"
notification_template_media_custom.xml 39 android:id="@+id/notification_main_column"
notification_template_big_media_narrow_custom.xml 50 android:id="@+id/notification_main_column"
  /frameworks/support/v7/appcompat/res/layout-v21/
notification_template_custom_big.xml 39 android:id="@+id/notification_main_column"
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompatImplBase.java 422 outerView.removeAllViews(R.id.notification_main_column);
423 outerView.addView(R.id.notification_main_column, innerView.clone());
424 outerView.setViewVisibility(R.id.notification_main_column, View.VISIBLE);
  /frameworks/base/core/java/com/android/internal/widget/
MediaNotificationView.java 158 mMainColumn = findViewById(com.android.internal.R.id.notification_main_column);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationTemplateViewWrapper.java 144 View mainColumn = mView.findViewById(com.android.internal.R.id.notification_main_column);
  /frameworks/support/v7/appcompat/res/layout-v16/
notification_template_custom_big.xml 42 android:id="@+id/notification_main_column"
  /frameworks/base/core/java/android/app/
Notification.java     [all...]
  /frameworks/base/core/res/res/values/
symbols.xml 196 <java-symbol type="id" name="notification_main_column" />
    [all...]

Completed in 757 milliseconds