Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 30) sorted by relevance

12

/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DTouchHighlightImageButton.java46 init(); in TouchHighlightImageButton()
51 init(); in TouchHighlightImageButton()
56 init(); in TouchHighlightImageButton()
62 private void init() { in init() method in TouchHighlightImageButton
/development/tools/emulator/opengl/system/GLESv2/
Dgl2.cpp119 void init() in init() function
136 s_gl->init = init; in init_emul_gles()
/development/tools/emulator/opengl/system/GLESv1/
Dgl.cpp122 void init() in init() function
139 s_gl->init = init; in init_emul_gles()
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
DGL2JNILib.java31 public static native void init(int width, int height); in init() method in GL2JNILib
DGL2JNIView.java73 init(false, 0, 0); in GL2JNIView()
78 init(translucent, depth, stencil); in GL2JNIView()
81 private void init(boolean translucent, int depth, int stencil) { in init() method in GL2JNIView
332 GL2JNILib.init(width, height); in onSurfaceChanged()
/development/tools/emulator/opengl/system/OpenglSystemCommon/
DEGLClientIface.h29 void (*init)(); member
/development/samples/training/multiscreen/newsreader/
Dproguard.cfg22 public <init>(android.content.Context, android.util.AttributeSet);
26 public <init>(android.content.Context, android.util.AttributeSet, int);
/development/samples/training/basic/ActivityLifecycle/
Dproguard.cfg22 public <init>(android.content.Context, android.util.AttributeSet);
26 public <init>(android.content.Context, android.util.AttributeSet, int);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DWindowSurface.java102 void init(int width, int height, float minStep) { in init() method in WindowSurface.MovingPoint
218 mPoint1.init(canvas.getWidth(), canvas.getHeight(), mMinStep); in run()
219 mPoint2.init(canvas.getWidth(), canvas.getHeight(), mMinStep); in run()
220 mColor.init(127, 127, 1); in run()
DStaticTriangleRenderer.java61 init(context, new RobotTextureLoader()); in StaticTriangleRenderer()
65 init(context, loader); in StaticTriangleRenderer()
68 private void init(Context context, TextureLoader loader) { in init() method in StaticTriangleRenderer
/development/samples/ApiDemos/src/com/example/android/apis/view/
DInternalSelectionView.java66 init(); in InternalSelectionView()
71 init(); in InternalSelectionView()
74 private void init() { in init() method in InternalSelectionView
DVideoPlayerActivity.java86 public void init(Activity activity, TextView title, Button playButton, in init() method in VideoPlayerActivity.Content
197 mContent.init(this, (TextView)findViewById(R.id.title), in onCreate()
DContentBrowserActivity.java91 public void init(TextView title, SeekBar seek) { in init() method in ContentBrowserActivity.Content
174 mContent.init((TextView)findViewById(R.id.title), in onCreate()
/development/samples/KeyChainDemo/src/com/example/android/keychain/
DSecureWebServer.java72 kmf.init(ks, KeyChainDemoActivity.PKCS12_PASSWORD.toCharArray()); in SecureWebServer()
75 sslContext.init(kmf.getKeyManagers(), null, null); in SecureWebServer()
/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
DInputMethodSettingsFragment.java42 mSettings.init(context, getPreferenceScreen()); in onCreate()
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
DImageFetcher.java64 init(context); in ImageFetcher()
75 init(context); in ImageFetcher()
78 private void init(Context context) { in init() method in ImageFetcher
DImageCache.java77 init(cacheParams); in ImageCache()
87 init(new ImageCacheParams(context, uniqueName)); in ImageCache()
121 private void init(ImageCacheParams cacheParams) { in init() method in ImageCache
/development/tools/hosttestlib/src/com/android/hosttest/
DDeviceConnector.java44 AndroidDebugBridge.init(false /* clientSupport */); in connectToDevice()
/development/tools/emulator/system/gps/
Dgps_qemu.c585 int init; member
610 s->init = 0; in gps_state_done()
777 state->init = 1; in gps_state_init()
827 if (!s->init) in qemu_gps_init()
841 if (s->init) in qemu_gps_cleanup()
851 if (!s->init) { in qemu_gps_start()
867 if (!s->init) { in qemu_gps_stop()
/development/tools/emulator/opengl/
Dcommon.mk41 $(call _emugl-init-module,$1,$2,$3)
100 _emugl-init-module = \
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Dplasma.c370 static int init; in Java_com_example_plasma_PlasmaView_renderPlasma() local
372 if (!init) { in Java_com_example_plasma_PlasmaView_renderPlasma()
375 init = 1; in Java_com_example_plasma_PlasmaView_renderPlasma()
/development/tools/emulator/opengl/system/egl/
Degl.cpp242 EGLBoolean init();
264 EGLBoolean egl_window_surface_t::init() in init() function in egl_window_surface_t
289 if (wnd && !wnd->init()) { in create()
347 EGLBoolean init(GLenum format);
370 EGLBoolean egl_pbuffer_surface_t::init(GLenum pixelFormat) in init() function in egl_pbuffer_surface_t
399 if (pb && !pb->init(pixelFormat)) { in create()
992 s_display.gles2_iface()->init(); in eglMakeCurrent()
999 s_display.gles_iface()->init(); in eglMakeCurrent()
/development/samples/ApiDemos/src/com/example/android/apis/media/
DAudioFxDemo.java211 init(); in VisualizerView()
214 private void init() { in init() method in VisualizerView
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
DMyGLSurfaceView.java47 init(); in MyGLSurfaceView()
50 private void init() { in init() method in MyGLSurfaceView
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c448 static int init; in android_main() local
461 if (!init) { in android_main()
463 init = 1; in android_main()

12