OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resizeable
(Results
1 - 25
of
71
) 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.
/sdk/manifmerger/tests/src/com/android/manifmerger/data/
52_support_screens_warning.xml
22
android:
resizeable
="true"
75
android:
resizeable
="true"
89
android:
resizeable
="false"
109
android:
resizeable
="true"
157
@android:
resizeable
= false
28_uses_perm_merge.xml
22
android:
resizeable
="true"
104
android:
resizeable
="true"
50_uses_conf_warning.xml
22
android:
resizeable
="true"
108
android:
resizeable
="true"
54_compat_screens_warning.xml
22
android:
resizeable
="true"
123
android:
resizeable
="true"
56_support_gltext_warning.xml
22
android:
resizeable
="true"
100
android:
resizeable
="true"
00_noop.xml
32
android:
resizeable
="true"
143
android:
resizeable
="true"
25_permission_merge.xml
22
android:
resizeable
="true"
168
android:
resizeable
="true"
26_permission_dup.xml
27
android:
resizeable
="true"
178
android:
resizeable
="true"
10_activity_merge.xml
33
android:
resizeable
="true"
242
android:
resizeable
="true"
11_activity_dup.xml
35
android:
resizeable
="true"
248
android:
resizeable
="true"
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/testdata/
AndroidManifest-testapp.xml
19
<supports-screens android:
resizeable
="true"
/frameworks/base/docs/html/guide/topics/manifest/
supports-screens-element.jd
11
<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
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
ManifestData.java
224
* returns the value of the <code>
resizeable
</code> attribute or null if not present.
230
void setResizeable(Boolean
resizeable
) {
231
mResizeable = getConstantBoolean(
resizeable
);
339
// This only checks that matter here are the screen sizes.
resizeable
and anyDensity
358
// This only checks that matter here are the screen sizes.
resizeable
and anyDensity
366
* Comparison of 2 Supports-screens. This only uses screen sizes (ignores
resizeable
and
AndroidManifest.java
69
public final static String ATTRIBUTE_RESIZEABLE = "
resizeable
";
/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
300
* If the attached media is
resizeable
, resize it to fit within the byteLimit. Save the
/frameworks/base/docs/html/guide/practices/
screen-compat-mode.jd
74
href="{@docRoot}guide/topics/manifest/supports-screens-element.html#
resizeable
">{@code
75
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
);
/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> <A HREF="../../../../reference/android/R.attr.html#
resizeable
" target="_top"><code>
resizeable
</code></A></nobr>
/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
369
resizeable
— horizontally, vertically, or on both axes. Users touch-hold a
373
<p>Developers can make any Home screen widget
resizeable
by defining a
377
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
Completed in 517 milliseconds
1
2
3