Lines Matching refs:nativeObject

37     private static native void nativeRelease(long nativeObject);
38 private static native void nativeDestroy(long nativeObject);
39 private static native void nativeDisconnect(long nativeObject);
52 private static native void nativeSetLayer(long nativeObject, int zorder);
53 private static native void nativeSetPosition(long nativeObject, float x, float y);
54 private static native void nativeSetGeometryAppliesWithResize(long nativeObject);
55 private static native void nativeSetSize(long nativeObject, int w, int h);
56 private static native void nativeSetTransparentRegionHint(long nativeObject, Region region);
57 private static native void nativeSetAlpha(long nativeObject, float alpha);
58 private static native void nativeSetMatrix(long nativeObject, float dsdx, float dtdx, float dsdy, float dtdy);
59 private static native void nativeSetFlags(long nativeObject, int flags, int mask);
60 private static native void nativeSetWindowCrop(long nativeObject, int l, int t, int r, int b);
61 private static native void nativeSetFinalCrop(long nativeObject, int l, int t, int r, int b);
62 private static native void nativeSetLayerStack(long nativeObject, int layerStack);
64 private static native boolean nativeClearContentFrameStats(long nativeObject);
65 private static native boolean nativeGetContentFrameStats(long nativeObject, WindowContentFrameStats outStats);
91 private static native void nativeDeferTransactionUntil(long nativeObject,
93 private static native void nativeSetOverrideScalingMode(long nativeObject,
95 private static native IBinder nativeGetHandle(long nativeObject);
96 private static native boolean nativeGetTransformToDisplayInverse(long nativeObject);