Searched defs:init (Results 151 - 175 of 284) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/util/
H A DGridScenario.java202 protected abstract void init(Params params); method in class:GridScenario
239 init(params);
H A DInternalSelectionView.java69 init();
78 init();
81 private void init() { method in class:InternalSelectionView
/frameworks/base/graphics/java/android/renderscript/
H A DScript.java294 protected void init(RenderScript rs, int dimx) { method in class:Script.FieldBase
298 protected void init(RenderScript rs, int dimx, int usages) { method in class:Script.FieldBase
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h95 void init() { function in class:android::uirenderer::CacheTexture
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardMultiUserAvatar.java78 icon.init(info, userSelector);
119 public void init(UserInfo user, KeyguardMultiUserSelectorView userSelector) { method in class:KeyguardMultiUserAvatar
/frameworks/base/services/java/com/android/server/
H A DDropBoxManagerService.java84 // Accounting of all currently written log files (set in init()).
114 // The init() and trimToFit() methods are synchronized, so they still
119 init();
122 Slog.e(TAG, "Can't init", e);
167 // The real work gets done lazily in init() -- that way service creation always
185 init();
279 init();
281 Slog.e(TAG, "Can't init", e);
313 init();
316 Slog.e(TAG, "Can't init",
579 private synchronized void init() throws IOException { method in class:DropBoxManagerService
[all...]
/frameworks/base/services/java/com/android/server/net/
H A DLockdownVpnTracker.java178 public void init() { method in class:LockdownVpnTracker
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestView.java60 init(context);
65 init(context);
70 init(context);
73 private void init(Context context) { method in class:BiDiTestView
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDatePicker.java187 init(cal.get(Calendar.YEAR), cal.get(Calendar.MONTH), cal.get(Calendar.DAY_OF_MONTH), null);
398 public void init(int year, int monthOfYear, int dayOfMonth, method in class:DatePicker
400 init(year, monthOfYear, dayOfMonth, false, onDateChangedListener);
411 public void init(int year, int monthOfYear, int dayOfMonth, boolean yearOptional, method in class:DatePicker
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncRS.java35 public void init(RenderScriptGL rs, Resources res) { method in class:FBOSyncRS
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphRS.java42 public void init(RenderScriptGL rs, Resources res, int width, int height) { method in class:SceneGraphRS
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java57 public void init(RenderScriptGL rs, Resources res, int width, int height, int loops) { method in class:RsBenchRS
305 if (test.init(mRS, mRes)) {
309 if (test.init(mRS, mRes)) {
313 if (test.init(mRS, mRes)) {
317 if (test.init(mRS, mRes)) {
321 if (test.init(mRS, mRes)) {
H A DTorusTest.java114 public boolean init(RenderScriptGL rs, Resources res) { method in class:TorusTest
H A DUiTest.java99 public boolean init(RenderScriptGL rs, Resources res) { method in class:UiTest
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DColladaParser.java74 public void init(InputStream is, String rootDir) { method in class:ColladaParser
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppRS.java94 public void init(RenderScriptGL rs, Resources res, int width, int height) { method in class:TestAppRS
117 // When a new model file is selected from the UI, this function gets called to init everything
222 mTouchHandler.init(mActiveScene);
266 Log.v("TIMER", "Scene init time: " + (end - start));
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackView.java93 init();
98 init();
103 init();
116 private void init() { method in class:PlaybackView
H A DProfiledWebView.java79 public void init(Context c) { method in class:ProfiledWebView
/frameworks/compile/llvm-ndk-cc/
H A DCompiler.cpp185 void Compiler::init(const std::string &Triple, const std::string &CPU, function in class:ndkpc::Compiler
/frameworks/compile/slang/
H A Dslang.cpp260 void Slang::init(const std::string &Triple, const std::string &CPU, function in class:slang::Slang
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp28 init();
41 void EGLTextureObject::init() function in class:android::EGLTextureObject
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java62 init(false, 0, 0);
67 init(translucent, depth, stencil);
70 private void init(boolean translucent, int depth, int stencil) { method in class:GL2JNIView
288 GL2JNILib.init(width, height);
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java62 init(false, 0, 0);
67 init(translucent, depth, stencil);
70 private void init(boolean translucent, int depth, int stencil) { method in class:GLPerfView
288 GLPerfLib.init(width, height);
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java60 init(false, 0, 0);
65 init(false, 0, 0);
70 init(translucent, depth, stencil);
73 private void init(boolean translucent, int depth, int stencil) { method in class:GLDualGL2View
291 GLDualLib.init(width, height);
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp133 void init(void);
292 init();
413 void init(void) function

Completed in 353 milliseconds

1234567891011>>