HomeSort by relevance Sort by last modified time
    Searched full:notification_large_icon_width (Results 1 - 25 of 65) sorted by null

1 2 3

  /frameworks/support/v7/appcompat/res/layout-v16/
notification_template_custom_big.xml 23 android:layout_width="@dimen/notification_large_icon_width"
36 android:layout_marginLeft="@dimen/notification_large_icon_width"
37 android:layout_marginStart="@dimen/notification_large_icon_width"
100 android:layout_marginLeft="@dimen/notification_large_icon_width"
101 android:layout_marginStart="@dimen/notification_large_icon_width"
112 android:layout_marginLeft="@dimen/notification_large_icon_width"
113 android:layout_marginStart="@dimen/notification_large_icon_width" >
  /frameworks/support/v7/appcompat/res/layout/
notification_template_big_media.xml 24 android:layout_width="@dimen/notification_large_icon_width"
38 android:layout_marginLeft="@dimen/notification_large_icon_width"
39 android:layout_marginStart="@dimen/notification_large_icon_width"
notification_template_icon_group.xml 21 android:layout_width="@dimen/notification_large_icon_width"
notification_template_media.xml 25 android:layout_width="@dimen/notification_large_icon_width"
notification_template_custom_big.xml 27 android:layout_width="@dimen/notification_large_icon_width"
notification_template_big_media_custom.xml 24 android:layout_width="@dimen/notification_large_icon_width"
notification_template_media_custom.xml 25 android:layout_width="@dimen/notification_large_icon_width"
  /prebuilts/sdk/current/support/v7/appcompat/res/layout/
notification_template_big_media.xml 24 android:layout_width="@dimen/notification_large_icon_width"
38 android:layout_marginLeft="@dimen/notification_large_icon_width"
39 android:layout_marginStart="@dimen/notification_large_icon_width"
notification_template_media.xml 25 android:layout_width="@dimen/notification_large_icon_width"
26 android:layout_height="@dimen/notification_large_icon_width"
  /frameworks/base/tests/notification/res/values/
dimens.xml 20 <dimen name="notification_large_icon_width">64dp</dimen>
  /packages/experimental/NotificationShowcase/res/values/
dimens.xml 20 <dimen name="notification_large_icon_width">64dp</dimen>
  /frameworks/support/v7/appcompat/res/layout-v21/
notification_template_icon_group.xml 20 android:layout_width="@dimen/notification_large_icon_width"
notification_template_custom_big.xml 23 android:layout_width="@dimen/notification_large_icon_width"
30 android:layout_marginStart="@dimen/notification_large_icon_width"
  /sdk/apps/NotificationStudio/res/layout/
preview.xml 31 android:layout_width="@android:dimen/notification_large_icon_width"
  /frameworks/base/docs/html/sdk/support_api_diff/22.2.1/changes/
android.support.v7.appcompat.R.dimen.html 94 <A NAME="android.support.v7.appcompat.R.dimen.notification_large_icon_width"></A>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/support/v7/appcompat/R.dimen.html#notification_large_icon_width" target="_top"><code>notification_large_icon_width</code></A></nobr>
fields_index_additions.html 188 <nobr><A HREF="android.support.v7.appcompat.R.dimen.html#android.support.v7.appcompat.R.dimen.notification_large_icon_width" class="hiddenlink" target="rightframe">notification_large_icon_width</A>
fields_index_all.html 196 <nobr><A HREF="android.support.v7.appcompat.R.dimen.html#android.support.v7.appcompat.R.dimen.notification_large_icon_width" class="hiddenlink" target="rightframe">notification_large_icon_width</A>
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImageSavingTask.java 150 android.R.dimen.notification_large_icon_width);
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
NekoService.java 62 .getDimensionPixelSize(android.R.dimen.notification_large_icon_width);
Cat.java 274 final int w = 2*res.getDimensionPixelSize(android.R.dimen.notification_large_icon_width);
  /prebuilts/sdk/current/support/v7/appcompat/res/values/
dimens.xml 99 <dimen name="notification_large_icon_width">64dp</dimen>
  /frameworks/support/v7/appcompat/res/values/
dimens.xml 99 <dimen name="notification_large_icon_width">64dp</dimen>
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 285 res.getDimensionPixelSize(android.R.dimen.notification_large_icon_width),
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 60 private final int mGrayscaleIconMaxSize; // @dimen/notification_large_icon_width (64dp)
73 com.android.internal.R.dimen.notification_large_icon_width);
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 72 .getDimension(R.dimen.notification_large_icon_width);

Completed in 221 milliseconds

1 2 3