Searched defs:init (Results 1 - 25 of 48) sorted by relevance

12

/development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/
H A DGLES3JNILib.java27 public static native void init(); method in class:GLES3JNILib
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
H A DGL2JNILib.java31 public static native void init(int width, int height); method in class:GL2JNILib
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
H A DShadowLayout.java49 init();
54 init();
59 init();
65 private void init() { method in class:ShadowLayout
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
H A DRoundView.java44 init();
49 init();
54 init();
57 private void init() { method in class:RoundView
H A DInsertionListView.java73 init(context);
78 init(context);
83 init(context);
86 public void init(Context context) { method in class:InsertionListView
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
H A DTouchHighlightImageButton.java46 init();
51 init();
56 init();
62 private void init() { method in class:TouchHighlightImageButton
/development/samples/training/testingfun/
H A Dgradlew.bat24 if "%ERRORLEVEL%" == "0" goto init
38 if exist "%JAVA_EXE%" goto init
48 :init label
/development/tools/idegen/src/com/android/idegen/
H A DModuleCache.java49 public void init(File indexFile) throws IOException { method in class:ModuleCache
55 Preconditions.checkState(indexes != null, "You must call init() first.");
H A DIntellijProject.java55 private void init() throws IOException { method in class:IntellijProject
57 cache.init(indexFile);
61 init();
/development/ndk/platforms/android-18/samples/gles3jni/jni/
H A DRendererES2.cpp44 bool init();
67 if (!renderer->init()) {
84 bool RendererES2::init() { function in class:RendererES2
106 * cleaning up after a failed init().
H A DRendererES3.cpp54 bool init();
73 if (!renderer->init()) {
89 bool RendererES3::init() { function in class:RendererES3
130 * cleaning up after a failed init().
/development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
H A DAnticiButton.java56 init();
61 init();
66 init();
69 private void init() { method in class:AnticiButton
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
H A DExpandingListView.java51 init();
56 init();
61 init();
64 private void init() { method in class:ExpandingListView
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
H A DBackgroundContainer.java34 init();
39 init();
44 init();
47 private void init() { method in class:BackgroundContainer
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
H A DBackgroundContainer.java34 init();
39 init();
44 init();
47 private void init() { method in class:BackgroundContainer
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
H A DImageCache.java42 init(memCacheSizePercent);
76 private void init(float memCacheSizePercent) { method in class:ImageCache
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DStaticTriangleRenderer.java61 init(context, new RobotTextureLoader());
65 init(context, loader);
68 private void init(Context context, TextureLoader loader) { method in class:StaticTriangleRenderer
/development/samples/ApiDemos/src/com/example/android/apis/media/
H A DAudioFxDemo.java211 init();
214 private void init() { method in class:VisualizerView
/development/samples/HelloEffects/src/com/example/android/mediafx/
H A DTextureRenderer.java68 public void init() { method in class:TextureRenderer
/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
H A DInputMethodSettingsImpl.java57 public boolean init(final Context context, final PreferenceScreen prefScreen) { method in class:InputMethodSettingsImpl
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/
H A DDrawerLayoutActivity.java97 mActionBar.init();
192 public void init() {} method in class:DrawerLayoutActivity.ActionBarHelper
211 public void init() { method in class:DrawerLayoutActivity.ActionBarHelperICS
H A DSlidingPaneLayoutActivity.java89 mActionBar.init();
165 public void init() {} method in class:SlidingPaneLayoutActivity.ActionBarHelper
185 public void init() { method in class:SlidingPaneLayoutActivity.ActionBarHelperICS
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DImageFetcher.java64 init(context);
75 init(context);
78 private void init(Context context) { method in class:ImageFetcher
/development/apps/OBJViewer/com/android/objviewer/
H A DOBJViewer.java144 private void init(GL10 gl) { method in class:OBJView
173 init(gl);
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java47 init();
50 private void init() { method in class:MyGLSurfaceView

Completed in 1281 milliseconds

12