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

1 2 3

  /external/chromium/chrome/browser/chromeos/
native_dialog_window.h 20 DIALOG_FLAG_DEFAULT = 0x00, // Default non-resizeable, non-modal dialog.
21 DIALOG_FLAG_RESIZEABLE = 0x01, // For resizeable dialog.
  /external/robolectric/src/test/resources/
TestAndroidManifestWithFlags.xml 12 android:resizeable="true"
  /frameworks/base/docs/html/guide/topics/manifest/
supports-screens-element.jd 11 &lt;supports-screens android:<a href="#resizeable">resizeable</a>=["true"| "false"]
67 <dt><a name="resizeable"></a>{@code android:resizeable}</dt>
68 <dd>Indicates whether the application is resizeable for different screen sizes. This attribute is
  /packages/apps/Mms/src/com/android/mms/model/
SlideModel.java 146 // slideshow and equally allocate it to all the resizeable media items and resize them.
194 // slideshow and equally allocate it to all the resizeable media items and resize them.
MediaModel.java 306 * If the attached media is resizeable, resize it to fit within the byteLimit. Save the
SlideshowModel.java 658 * Resize all the resizeable media objects to fit in the remaining size of the slideshow.
  /frameworks/base/docs/html/guide/practices/
screen-compat-mode.jd 75 href="{@docRoot}guide/topics/manifest/supports-screens-element.html#resizeable">{@code
76 android:resizeable}</a> to {@code "true"}.</p>
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 1106 resizeable); local
    [all...]
gtk_util.h 322 bool resizeable);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricConfig.java 165 applicationFlags += getApplicationFlag(manifestDocument, "android:resizeable", FLAG_RESIZEABLE_FOR_SCREENS);
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.R.attr.html 276 <A NAME="android.R.attr.resizeable"></A>
277 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#resizeable" target="_top"><code>resizeable</code></A></nobr>
alldiffs_index_additions.html     [all...]
  /external/webkit/Source/WebCore/page/
WindowFeatures.cpp 133 // We treat keyString of "resizable" here as an additional feature rather than setting resizeable to true.
  /frameworks/base/docs/html/about/versions/
android-3.1-highlights.jd 118 <h3 id="resizewidgets">Resizeable Home screen widgets</h3>
217 <div style="margin-right:1em;float:left;margin-left:0em;"><img src="{@docRoot}sdk/images/3.1/resizeable.png" alt="" width="170" target="_android" style="margin-bottom:0;" />
android-3.1.jd 371 resizeable &mdash; horizontally, vertically, or on both axes. Users touch-hold a
375 <p>Developers can make any Home screen widget resizeable by defining a
379 To declare a widget as resizeable horizontally and vertically, supply the value
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
NinePatchDrawable.java 42 * A resizeable bitmap, with stretchable areas that you define. This type of image
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 49 they are not resizeable without changing the address of the vector
54 create such objects, and they will probably not be resizeable (so
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 49 they are not resizeable without changing the address of the vector
54 create such objects, and they will probably not be resizeable (so
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 49 they are not resizeable without changing the address of the vector
54 create such objects, and they will probably not be resizeable (so
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 49 they are not resizeable without changing the address of the vector
54 create such objects, and they will probably not be resizeable (so
    [all...]
  /external/oprofile/gui/ui/
oprof_start.base.ui 106 <name>resizeable</name>
    [all...]
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 192 * android:resizeable}.
PackageParser.java 1002 int resizeable = 1; local
    [all...]
  /frameworks/base/docs/html/guide/appendix/
glossary.jd 175 <dd>A resizeable bitmap resource that can be used for backgrounds or other
  /frameworks/base/docs/html/sdk/api_diff/4/
missingSinces.txt 197 NO DOC BLOCK: android.R.attr Field resizeable

Completed in 677 milliseconds

1 2 3