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

  /frameworks/base/graphics/java/android/graphics/
AvoidXfermode.java 33 Mode(int nativeInt) {
34 this.nativeInt = nativeInt;
36 final int nativeInt;
PorterDuff.java 360 Mode(int nativeInt) {
361 this.nativeInt = nativeInt;
367 public final int nativeInt;
374 return mode.nativeInt;
Shader.java 72 TileMode(int nativeInt) {
73 this.nativeInt = nativeInt;
75 final int nativeInt;
Region.java 44 Op(int nativeInt) {
45 this.nativeInt = nativeInt;
51 public final int nativeInt;
260 op.nativeInt);
269 op.nativeInt);
286 op.nativeInt);
295 region2.mNativeRegion, op.nativeInt);
Matrix.java 552 ScaleToFit(int nativeInt) {
553 this.nativeInt = nativeInt;
556 final int nativeInt;
572 return nSetRectToRect(native_instance, src, dst, stf.nativeInt);
Path.java 238 nativeInt = ni;
241 final int nativeInt;
268 nSetFillType(mNativePath, ft.nativeInt);
278 return (ft & FillType.INVERSE_WINDING.nativeInt) != 0;
286 ft ^= FillType.INVERSE_WINDING.nativeInt;
522 nativeInt = ni;
524 final int nativeInt;
560 nAddRect(mNativePath, left, top, right, bottom, dir.nativeInt);
580 nAddOval(mNativePath, left, top, right, bottom, dir.nativeInt);
593 nAddCircle(mNativePath, x, y, radius, dir.nativeInt);
    [all...]
Bitmap.java 272 nativeReconfigure(mNativePtr, width, height, config.nativeInt, mRequestPremultiplied);
533 final int nativeInt;
540 this.nativeInt = ni;
662 Bitmap b = nativeCopy(mNativePtr, config.nativeInt, isMutable);
698 Bitmap b = nativeCopyAshmemConfig(mNativePtr, config.nativeInt);
    [all...]
Canvas.java 804 op.nativeInt);
828 op.nativeInt);
    [all...]
Paint.java 384 Style(int nativeInt) {
385 this.nativeInt = nativeInt;
387 final int nativeInt;
410 private Cap(int nativeInt) {
411 this.nativeInt = nativeInt;
413 final int nativeInt;
434 private Join(int nativeInt) {
435 this.nativeInt = nativeInt
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 382 return delegate.mConfig.nativeInt;
685 long nativeInt = sManager.addNewDelegate(delegate);
693 return new Bitmap(nativeInt, width, height, density, isMutable,
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 352 milliseconds