HomeSort by relevance Sort by last modified time
    Searched full:tall (Results 51 - 75 of 195) sorted by null

1 23 4 5 6 7 8

  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewFallbackLineSpacingTest.java 106 final int height = 30 * em; // tall enough to not affect our other measurements
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ScrollingThroughListOfFocusablesTest.java 51 mScreenHeightFactor)); // each item is 5 / 4 screen height tall
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListOfItemsTallerThanScreenTest.java 68 assertEquals("after " + i + " down scrolls across tall item",
ListOfShortShortTallShortShortTest.java 98 // go up to tall item
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 42 * Unfortunately there is now way for us to know how tall the IME is,
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
VideoSurfaceView.java 169 Log.d(TAG, "image too tall, correcting. height: " + height);
VideoTextureView.java 172 Log.d(TAG, "image too tall, correcting. height: " + height);
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
VideoSurfaceViewWithMp1.java 168 Log.d(TAG, "image too tall, correcting. height: " + height);
VideoTextureViewWithMp1.java 172 Log.d(TAG, "image too tall, correcting. height: " + height);
  /hardware/libhardware/modules/camera/3_4/arc/
cached_frame.cpp 124 LOGF(ERROR) << "yu12_frame_ is tall frame already: "
  /packages/apps/CertInstaller/res/values-nb/
strings.xml 36 <string name="name_char_error" msgid="3176618568784938968">"Skriv inn et navn som bare inneholder bokstaver og tall."</string>
  /packages/apps/PhoneCommon/res/values-nb/
strings.xml 52 <string name="callFailed_unobtainable_number" msgid="124621797631734731">"Ugyldig tall"</string>
  /cts/tests/tests/widget/src/android/widget/cts/util/
ListScenario.java 41 * of items, how tall each item should be (in relation to the screen height), and
143 * Set the factor that determines how tall each item is in relation to the
  /external/skia/src/gpu/gl/
GrGLGpu.h 628 const bool tall = (height > 1) && SkToBool(height & 0x1); local
629 return (wide ? 0x2 : 0x0) | (tall ? 0x1 : 0x0);
  /external/skia/tests/
GifTest.cpp 165 badData[8] = 0x01; // image too tall
167 // "libgif warning [image too tall, expanding output to size]"
  /external/skqp/src/gpu/gl/
GrGLGpu.h 641 const bool tall = (height > 1) && SkToBool(height & 0x1); local
642 return (wide ? 0x2 : 0x0) | (tall ? 0x1 : 0x0);
  /external/skqp/tests/
GifTest.cpp 165 badData[8] = 0x01; // image too tall
167 // "libgif warning [image too tall, expanding output to size]"
  /frameworks/base/core/tests/coretests/src/android/util/
ListScenario.java 42 * of items, how tall each item should be (in relation to the screen height), and
148 * Set the factor that determines how tall each item is in relation to the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
layout-devices.xsd 147 may mean either wide or tall, depending on the current orientation.
161 Specifies that the configuration is for a screen that is tall (port) or
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_event.py 240 these calls will lead to bizarrely tall looking traces in the
  /external/freetype/src/gxvalid/
gxvfgen.c 288 "Tall Caps",
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
r5470.htm 113 tall in pixels. Each CbCr pair belongs to four pixels. For example,
  /external/skia/gm/
ovals.cpp 182 // non-scaled tall and skinny oval
  /external/skqp/gm/
ovals.cpp 182 // non-scaled tall and skinny oval
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpAppearanceController.java 136 * Corner Cut Out or Tall Cut Out:

Completed in 1283 milliseconds

1 23 4 5 6 7 8