HomeSort by relevance Sort by last modified time
    Searched full:dimensions (Results 76 - 100 of 1870) sorted by null

1 2 34 5 6 7 8 91011>>

  /developers/samples/android/ui/views/TextSwitcher/Application/src/main/res/values-sw600dp/
dimens.xml 20 Customize dimensions originally defined in res/values/dimens.xml (such as
  /developers/samples/android/ui/views/TextSwitcher/Application/src/main/res/values-sw720dp-land/
dimens.xml 20 Customize dimensions originally defined in res/values/dimens.xml (such as
  /developers/samples/android/views/TextLinkify/Application/src/main/res/values-sw720dp-land/
dimens.xml 20 Customize dimensions originally defined in res/values/dimens.xml (such as
  /development/samples/browseable/ActivityInstrumentation/res/values-sw720dp-land/
dimens.xml 18 <!-- Customize dimensions originally defined in res/values/dimens.xml (such as
  /development/samples/browseable/BasicAccessibility/res/values-sw720dp-land/
dimens.xml 18 <!-- Customize dimensions originally defined in res/values/dimens.xml (such as
  /development/samples/browseable/CustomNotifications/res/values-sw720dp-land/
dimens.xml 17 <!-- Customize dimensions originally defined in res/values/dimens.xml (such as
  /development/samples/browseable/MediaRecorder/res/values-sw720dp-land/
dimens.xml 18 <!-- Customize dimensions originally defined in res/values/dimens.xml (such as
  /development/samples/browseable/TextLinkify/res/values-sw720dp-land/
dimens.xml 20 Customize dimensions originally defined in res/values/dimens.xml (such as
  /development/samples/browseable/TextSwitcher/res/values-sw600dp/
dimens.xml 20 Customize dimensions originally defined in res/values/dimens.xml (such as
  /development/samples/browseable/TextSwitcher/res/values-sw720dp-land/
dimens.xml 20 Customize dimensions originally defined in res/values/dimens.xml (such as
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
TableSizingMethod.java 23 * regardless of what the table's dimensions actually are.
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
FitCenter.java 9 * Scales the image uniformly (maintaining the image's aspect ratio) so that one of the dimensions of the image
  /frameworks/base/core/java/com/android/internal/widget/
DialogViewAnimator.java 51 // First measure all children and record maximum dimensions where the
66 // Measured dimensions only count against the maximum
67 // dimensions if they're not MATCH_PARENT.
106 // Measure remaining MATCH_PARENT children again using real dimensions.
  /frameworks/data-binding/integration-tests/App With Spaces/app/src/main/res/values-w820dp/
dimens.xml 18 <!-- Example customization of dimensions originally defined in res/values/dimens.xml
  /frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/main/res/values-w820dp/
dimens.xml 18 <!-- Example customization of dimensions originally defined in res/values/dimens.xml
  /frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/src/main/res/values-w820dp/
dimens.xml 18 <!-- Example customization of dimensions originally defined in res/values/dimens.xml
  /frameworks/data-binding/samples/BindingDemo/app/src/main/res/values-w820dp/
dimens.xml 18 <!-- Example customization of dimensions originally defined in res/values/dimens.xml
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldAndroidArrayTest.java 75 int[] dimensions = {3, 2, 1}; local
76 Object intIntIntArray = Array.newInstance(Integer.TYPE, dimensions);
93 int[] dimensions = {1, 2, 3}; local
94 Object strStrStrArray = Array.newInstance(String.class, dimensions);
  /packages/apps/Settings/res/values-h480dp/
dimens.xml 20 <!-- Dimensions for Wifi Assistant Card -->
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
DimensionMismatchException.java 22 * Error thrown when two dimensions differ.
41 * Construct an exception from the mismatched dimensions
  /external/glide/library/src/main/java/com/bumptech/glide/load/
ResourceDecoder.java 23 * there is no requirement that the decoded resource exactly match the given dimensions.
24 * A typical use case would be to use the target dimensions to determine
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SimpleTarget.java 45 * Constructor for the target that takes the desired dimensions of the decoded and/or transformed resource.
64 + " height: " + height + ", either provide dimensions in the constructor or call override()");
  /external/skia/src/codec/
SkCodec_libico.cpp 195 * Chooses the best dimensions given the desired scale
198 // We set the dimensions to the largest candidate image by default.
202 return this->getInfo().dimensions();
222 return fEmbeddedCodecs->operator[](minIndex)->getInfo().dimensions();
233 // dimensions.
236 // If the dimensions match, try to decode
237 if (dstInfo.dimensions() ==
238 fEmbeddedCodecs->operator[](i)->getInfo().dimensions()) {
  /external/skia/src/utils/
SkTextureCompressor.h 109 // Returns the desired dimensions of the block size for the given format. These dimensions
110 // don't necessarily correspond to the specification's dimensions, since there may
112 // flag 'matchSpec' is true, then the actual dimensions from the specification are
113 // returned. If the flag is false, then these dimensions reflect the appropriate operable
114 // dimensions of the compression functions.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameImage2D.java 136 private void validateBitmapSize(Bitmap bitmap, int[] dimensions) {
137 if (bitmap.getWidth() != dimensions[0] || bitmap.getHeight() != dimensions[1]) {
139 + "x" + bitmap.getHeight() + " to frame of size " + dimensions[0] + "x"
140 + dimensions[1] + "!");
159 // Convert rectangles to integer rectangles in image dimensions

Completed in 1528 milliseconds

1 2 34 5 6 7 8 91011>>