HomeSort by relevance Sort by last modified time
    Searched full:padding (Results 351 - 375 of 6940) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 132 * Set the AppWidget that will be displayed by this view. This method also adds default padding
134 * and can be overridden in order to add custom padding.
143 // We add padding to the AppWidgetHostView if necessary
144 Rect padding = getDefaultPaddingForWidget(mContext, info.provider, null); local
145 setPadding(padding.left, padding.top, padding.right, padding.bottom);
151 * As of ICE_CREAM_SANDWICH we are automatically adding padding to widgets targeting
153 * that widget developers do not add extra padding to their widgets. This will hel
266 Rect padding = new Rect(); local
    [all...]
  /frameworks/base/core/res/res/raw-cs/
nodomain.html 6 body { margin-top: 0px; padding-top: 0px; }
7 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-de/
nodomain.html 6 body { margin-top: 0px; padding-top: 0px; }
7 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-es/
nodomain.html 6 body { margin-top: 0px; padding-top: 0px; }
7 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-fi/
nodomain.html 6 body { margin-top: 0px; padding-top: 0px; }
7 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-fr/
nodomain.html 6 body { margin-top: 0px; padding-top: 0px; }
7 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-hu/
nodomain.html 6 body { margin-top: 0px; padding-top: 0px; }
7 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-pl/
nodomain.html 6 body { margin-top: 0px; padding-top: 0px; }
7 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-pt-rBR/
nodomain.html 6 body { margin-top: 0px; padding-top: 0px; }
7 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-rm/
nodomain.html 6 body { margin-top: 0px; padding-top: 0px; }
7 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/raw-tr/
nodomain.html 6 body { margin-top: 0px; padding-top: 0px; }
7 h2 { margin-top: 5px; padding-top: 0px; }
  /frameworks/base/core/res/res/values-sw600dp/
dimens_material.xml 27 <!-- Default start padding of an action bar. -->
29 <!-- Default end padding of an action bar. -->
  /frameworks/base/packages/SystemUI/res/values-sw400dp/
dimens.xml 22 <!-- The padding on the side of the navigation bar. Must be greater than or equal to
26 <!-- Screen pinning request padding on side of icons
  /frameworks/base/tests/WallpaperTest/res/values/
strings.xml 35 <string name="padding">Padding: </string>
  /libcore/luni/src/main/java/javax/crypto/
BadPaddingException.java 23 * The exception that is thrown when a padding mechanism is expected for the
24 * input data, but the input data does not have the proper padding bytes.
  /packages/apps/CertInstaller/res/layout/
credentials_installed_dialog.xml 26 android:padding="15dip">
32 android:padding="10dip" />
wifi_main_dialog.xml 26 android:padding="15dip">
32 android:padding="10dip" />
  /packages/apps/ContactsCommon/res/values/
integers.xml 28 Default to 0 to indicate no padding-->
31 Default to 0 to indicate no padding -->
  /packages/apps/Dialer/res/values/
dimens.xml 67 <!-- Padding from the last contact tile will provide the end padding. -->
74 <!-- Padding for the tooltip -->
95 <!-- Search box interior padding - left -->
97 <!-- Search box interior padding - right -->
99 <!-- Padding around the icon in the search box. -->
120 <!-- Padding for icons to increase their touch target. Icons are typically 24 dps in size
121 so this extra padding makes the entire touch target 40dp -->
  /packages/apps/Gallery/res/layout/
photo_frame.xml 25 android:padding="3dip">
30 android:padding="1px"
  /packages/apps/Gallery2/res/layout/
album_set_item.xml 7 android:padding="2dp" >
13 android:padding="10dp"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
sigcontext32.h 18 unsigned short padding[3]; member in struct:_fpxreg
45 __u32 padding[44]; member in struct:_fpstate_ia32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
statfs.h 37 * ARM needs to avoid the 32-bit padding at the end, for consistency
59 * IA64 and x86_64 need to avoid the 32-bit padding at the end,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
statfs.h 38 * ARM needs to avoid the 32-bit padding at the end, for consistency
61 * IA64 and x86_64 need to avoid the 32-bit padding at the end,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
sigcontext32.h 18 unsigned short padding[3]; member in struct:_fpxreg
45 __u32 padding[44]; member in struct:_fpstate_ia32

Completed in 411 milliseconds

<<11121314151617181920>>