HomeSort by relevance Sort by last modified time
    Searched refs:landscape (Results 51 - 75 of 98) sorted by null

1 23 4

  /prebuilts/devtools/tools/lib/
screenshot2.jar 
  /device/generic/car/common/
car.mk 33 # Enable landscape
35 frameworks/native/data/etc/android.hardware.screen.landscape.xml:system/etc/permissions/android.hardware.screen.landscape.xml
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarInflaterView.java 110 Configuration landscape = new Configuration(); local
111 landscape.setTo(mContext.getResources().getConfiguration());
112 landscape.orientation = Configuration.ORIENTATION_LANDSCAPE;
113 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape));
243 private void inflateButtons(String[] buttons, ViewGroup parent, boolean landscape,
246 inflateButton(buttons[i], parent, landscape, start);
259 protected View inflateButton(String buttonSpec, ViewGroup parent, boolean landscape,
261 LayoutInflater inflater = landscape ? mLandscapeInflater : mLayoutInflater;
265 v = applySize(v, buttonSpec, landscape, start);
268 View lastView = landscape ? mLastLandscape : mLastPortrait
    [all...]
NavigationBarView.java 376 private KeyButtonDrawable getBackIconWithAlt(boolean carMode, boolean landscape) {
377 return landscape
382 private KeyButtonDrawable getBackIcon(boolean carMode, boolean landscape) {
383 return landscape
  /external/autotest/client/site_tests/platform_TabletMode/
platform_TabletMode.py 45 # Spoof sensor 1 to force laptop into landscape tablet mode.
60 """Spoofs sensors to change into tablet landscape mode."""
139 logging.info("Entering landscape mode.")
141 landscape = self._take_screenshot('landscape')
154 self._verify_difference(laptop_start, landscape)
155 self._verify_difference(landscape, portrait)
  /packages/apps/Camera2/src/com/android/camera/
CaptureLayoutHelper.java 194 // Reverse landscape, bottom bar align left.
246 boolean landscape = width > height;
254 if (landscape) {
281 if (landscape) {
300 if (landscape) {
317 if (landscape) {
335 if (landscape) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
Divider.java 90 final boolean landscape = configuration.orientation == ORIENTATION_LANDSCAPE;
91 final int width = landscape ? size : MATCH_PARENT;
92 final int height = landscape ? MATCH_PARENT : size;
DividerView.java 293 boolean landscape = getResources().getConfiguration().orientation
296 landscape ? TYPE_HORIZONTAL_DOUBLE_ARROW : TYPE_VERTICAL_DOUBLE_ARROW));
    [all...]
  /frameworks/base/core/tests/coretests/src/android/graphics/drawable/
IconTest.java 47 final Bitmap bm3 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape))
146 final Bitmap res1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape))
149 final Icon im1 = Icon.createWithResource(getContext(), R.drawable.landscape);
169 final Bitmap bit1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape))
193 final Bitmap bit1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape))
236 final Bitmap originalbits = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape))
259 final Icon res1 = Icon.createWithResource(getContext(), R.drawable.landscape);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsOverviewRowPresenter.java 478 boolean landscape = false;
480 // If large style and landscape image we always use margin.
482 landscape = true;
488 if ((landscape && drawableWidth > cardHeight)
489 || (!landscape && drawableHeight > cardHeight)) {
498 if (landscape && drawableWidth > cardHeight - horizontalMargin) {
500 } else if (!landscape && drawableHeight > cardHeight - 2 * verticalMargin) {
  /compatibility/cdd/7_hardware-compatibility/
7_1_display-and-graphics.md 175 `android.hardware.screen.landscape`) and MUST report at least one supported
176 orientation. For example, a device with a fixed orientation landscape
178 report `android.hardware.screen.landscape`.
186 * [C-1-1] MUST support dynamic orientation by applications to either portrait or landscape screen
190 * MAY select either portrait or landscape orientation as the default.
7_5_cameras.md 190 landscape orientation, cameras MUST capture images in the landscape orientation.
192 to landscape-primary devices as well as portrait-primary devices.
  /frameworks/base/core/tests/coretests/src/android/widget/
RemoteViewsTest.java 159 RemoteViews landscape = new RemoteViews(mPackage, R.layout.remote_views_test); local
163 RemoteViews views = new RemoteViews(landscape, portrait);
164 assertTrue(getParcelSize(views) < (getParcelSize(landscape) + getParcelSize(portrait)));
  /external/libcups/filter/
common.c 28 int Orientation = 0, /* 0 = portrait, 1 = landscape, etc. */
83 if ((val = cupsGetOption("landscape", num_options, options)) != NULL)
88 if (ppd && ppd->landscape > 0)
218 case 1 : /* Landscape */
242 case 3 : /* Reverse Landscape */
433 case 1 : /* Landscape */
439 case 3 : /* Reverse Landscape */
pstops.c 75 int normal_landscape, /* Normal rotation for landscape? */
    [all...]
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetProvider.java 189 * Compute optimal font and icon sizes offscreen for both portrait and landscape orientations
195 final RemoteViews landscape = relayoutWidget(context, wm, widgetId, options, false); local
196 final RemoteViews widget = new RemoteViews(landscape, portrait);
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 331 // Horizontal flip in landscape
358 public void setAppToLandscape(boolean landscape) {
363 mAppIsLandscape = landscape;
    [all...]
  /external/libcups/cups/
ppd.h 299 int landscape; /* -90 or 90 */ member in struct:ppd_file_s
ppd.c 663 ppd->landscape = -90;
1200 ppd->landscape = -90;
1202 ppd->landscape = 90;
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java     [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 166 * Constants to whether or not this RemoteViews is composed of a landscape and portrait
174 * {@link #RemoteViews(RemoteViews, RemoteViews)} to keep track of the landscape and portrait
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraParameters.cpp 425 static const char* landscape = "landscape"; member in namespace:qcamera
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraParameters.cpp 425 static const char* landscape = "landscape"; member in namespace:qcamera
    [all...]
  /external/python/cpython2/Lib/lib-tk/
turtle.py     [all...]

Completed in 1532 milliseconds

1 23 4