HomeSort by relevance Sort by last modified time
    Searched defs:BOUNDS (Results 1 - 18 of 18) sorted by null

  /frameworks/base/core/java/android/view/
ViewOutlineProvider.java 47 * Maintains the outline of the View to match its rectangular bounds,
52 public static final ViewOutlineProvider BOUNDS = new ViewOutlineProvider() {
60 * Maintains the outline of the View to match its rectangular padded bounds,
  /frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/widget/
ChangeClipBoundsUsage.java 36 private static final Rect BOUNDS = new Rect(20, 20, 100, 100);
62 if (BOUNDS.equals(ViewCompat.getClipBounds(mPhoto))) {
65 ViewCompat.setClipBounds(mPhoto, BOUNDS);
  /cts/tests/tests/view/src/android/view/cts/
ViewOutlineProviderTest.java 88 ViewOutlineProvider.BOUNDS.getOutline(view, outline);
94 ViewOutlineProvider.BOUNDS.getOutline(view, outline);
  /external/droiddriver/src/io/appium/droiddriver/finders/
Attribute.java 37 BOUNDS("bounds");
ByXPath.java 167 element.setAttribute(Attribute.BOUNDS.getName(), uiElement.getBounds().toShortString());
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_inst.h 74 #define BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, hi7, lo7, hi8, lo8) \
100 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, hi7, lo7, hi8, lo8) \
106 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, hi7, lo7, hi8, lo8) \
745 #undef BOUNDS
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimationProps.java 43 @IntDef({ALL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, ALPHA, SCALE, BOUNDS})
52 public static final int BOUNDS = 6;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCropRepresentation.java 30 public static final String[] BOUNDS = {
155 writer.name(BOUNDS[0]).value(mCrop.left);
156 writer.name(BOUNDS[1]).value(mCrop.top);
157 writer.name(BOUNDS[2]).value(mCrop.right);
158 writer.name(BOUNDS[3]).value(mCrop.bottom);
167 if (BOUNDS[0].equals(name)) {
169 } else if (BOUNDS[1].equals(name)) {
171 } else if (BOUNDS[2].equals(name)) {
173 } else if (BOUNDS[3].equals(name)) {
  /external/selinux/libselinux/src/
audit2why.c 31 #define BOUNDS 6
430 RETURN(BOUNDS)
488 PyModule_AddIntConstant(m,"BOUNDS", BOUNDS);
  /external/freetype/src/truetype/
ttinterp.c 83 /* Two simple bounds-checking macros. */
85 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) )
5478 FT_Short contour, bounds; local
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.c 85 /* Two simple bounds-checking macros. */
87 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) )
5542 FT_Short contour, bounds; local
    [all...]
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
droiddriver-1.0.0-BETA1.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 620 milliseconds