OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:portrait
(Results
126 - 150
of
409
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/preference2/res/values/
arrays.xml
109
<item>
PORTRAIT
</item>
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/ui/
ImageDetailActivity.java
69
// resolution that is appropriate for both
portrait
and landscape. For best image quality
/external/chromium_org/printing/
print_job_constants.cc
74
// Page orientation: true for landscape, false for
portrait
.
print_settings.h
183
// Is the orientation landscape or
portrait
.
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareNonInheritedData.h
67
PAGE_SIZE_AUTO_PORTRAIT, // size:
portrait
/frameworks/base/core/java/android/hardware/
SensorListener.java
38
* (the small edge in
portrait
mode, the long edge in landscape mode) and
/frameworks/base/core/java/android/widget/
RemoteViews.java
116
* Constants to whether or not this RemoteViews is composed of a landscape and
portrait
124
* {@link #RemoteViews(RemoteViews, RemoteViews)} to keep track of the landscape and
portrait
[
all
...]
/frameworks/base/core/java/com/android/internal/view/
RotationPolicy.java
45
* device has an accelerometer and has the
portrait
and landscape
/frameworks/base/core/res/res/values/
dimens.xml
37
<!-- Height of the bottom navigation bar in
portrait
; often the same as @dimen/navigation_bar_height -->
127
(the screen is in
portrait
). This may be either a fraction or a dimension.-->
130
(the screen is in
portrait
). This may be either a fraction or a dimension.-->
149
is along the minor axis (that is the screen is
portrait
). This may
/frameworks/base/docs/html/about/versions/
android-1.5-highlights.jd
58
<li>Works in both
portrait
and landscape orientation</li>
/frameworks/base/docs/html/design/patterns/
multi-pane-layouts.jd
93
<p>If your screen cannot accommodate the compound view on rotation show the right pane in full screen view on rotation to
portrait
. Use the Up icon in action bar to show the parent screen.</p>
/frameworks/base/docs/html/tools/testing/
what_to_test.jd
23
of "
portrait
" (long edge is vertical).
/frameworks/base/packages/PrintSpooler/res/values-en-rGB/
strings.xml
72
<item msgid="4061931020926489228">"
Portrait
"</item>
/frameworks/base/packages/PrintSpooler/res/values-en-rIN/
strings.xml
72
<item msgid="4061931020926489228">"
Portrait
"</item>
/frameworks/base/packages/PrintSpooler/res/values-fr/
strings.xml
72
<item msgid="4061931020926489228">"
Portrait
"</item>
/frameworks/base/packages/PrintSpooler/res/values-fr-rCA/
strings.xml
72
<item msgid="4061931020926489228">"
Portrait
"</item>
/frameworks/base/packages/PrintSpooler/res/values-tl/
strings.xml
72
<item msgid="4061931020926489228">"
Portrait
"</item>
/frameworks/base/services/java/com/android/server/display/
LocalDisplayAdapter.java
166
if ("
portrait
".equals(SystemProperties.get("persist.demo.hdmirotation"))) {
/packages/apps/Camera2/src/com/android/camera/
MosaicPreviewRenderer.java
135
* false if in
portrait
.
/packages/apps/Camera2/src/com/android/camera/ui/
CameraRootView.java
125
// all the layout code assumes camera device orientation to be
portrait
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java
169
// if
portrait
/frameworks/base/core/java/android/print/
PrintAttributes.java
239
? "
portrait
" : "landscape");
281
* Unknown media size in
portrait
mode.
[
all
...]
/frameworks/base/docs/html/guide/practices/
optimizing-for-3.0.jd
612
by default. If your application assumes a
portrait
orientation or locks into
portrait
[
all
...]
/external/chromium_org/chrome/service/cloud_print/
print_system_xps_win.cc
335
// Landscape/
Portrait
setting is passed in the print ticket and
336
// server is generating
portrait
PDF always.
/frameworks/av/camera/
CameraParameters.cpp
136
const char CameraParameters::SCENE_MODE_PORTRAIT[] = "
portrait
";
139
const char CameraParameters::SCENE_MODE_NIGHT_PORTRAIT[] = "night-
portrait
";
Completed in 534 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>