Home
last modified time | relevance | path

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

123

/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
DBackgroundContainer.java34 init(); in BackgroundContainer()
39 init(); in BackgroundContainer()
44 init(); in BackgroundContainer()
47 private void init() { in init() method in BackgroundContainer
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
DBackgroundContainer.java34 init(); in BackgroundContainer()
39 init(); in BackgroundContainer()
44 init(); in BackgroundContainer()
47 private void init() { in init() method in BackgroundContainer
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCardLayout.java38 init(); in CardLayout()
43 init(); in CardLayout()
48 init(); in CardLayout()
51 private void init(){ in init() method in CardLayout
/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/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DRoundView.java44 init(); in RoundView()
49 init(); in RoundView()
54 init(); in RoundView()
57 private void init() { in init() method in RoundView
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DShadowLayout.java49 init(); in ShadowLayout()
54 init(); in ShadowLayout()
59 init(); in ShadowLayout()
65 private void init() { in init() method in ShadowLayout
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
DThumbnailRadioButton.java43 init(); in ThumbnailRadioButton()
48 init(); in ThumbnailRadioButton()
53 init(); in ThumbnailRadioButton()
56 private void init() { in init() method in ThumbnailRadioButton
/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
DPartyLightView.java57 init(); in PartyLightView()
62 init(); in PartyLightView()
79 private void init() { in init() method in PartyLightView
/development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
DAnticiButton.java56 init(); in AnticiButton()
61 init(); in AnticiButton()
66 init(); in AnticiButton()
69 private void init() { in init() method in AnticiButton
/development/vndk/tools/definition-tool/assets/insight/
Dinsight-data.js23 insight.init(document, strs, mods);
/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/tools/repo_diff/service/repodiff/
Dcommandline.go25 func init() { func
/development/samples/Vault/src/com/example/android/vault/
DSecretKeyWrapper.java99 mCipher.init(Cipher.WRAP_MODE, mPair.getPublic()); in wrap()
111 mCipher.init(Cipher.UNWRAP_MODE, mPair.getPrivate()); in unwrap()
/development/samples/training/testingfun/
Dgradlew.bat24 if "%ERRORLEVEL%" == "0" goto init
38 if exist "%JAVA_EXE%" goto init
48 :init label
/development/tools/checkcolor/
Dgradlew.bat24 if "%ERRORLEVEL%" == "0" goto init
38 if exist "%JAVA_EXE%" goto init
48 :init label
/development/samples/devbytes/telephony/SmsSampleProject/
Dgradlew.bat24 if "%ERRORLEVEL%" == "0" goto init
38 if exist "%JAVA_EXE%" goto init
48 :init label
/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/animation/
DPathAnimations.java200 init(); in CanvasView()
205 init(); in CanvasView()
210 init(); in CanvasView()
213 private void init() { in init() method in PathAnimations.CanvasView
/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
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageCache.java42 init(memCacheSizePercent); in ImageCache()
76 private void init(float memCacheSizePercent) { in init() method in ImageCache
/development/vndk/tools/header-checker/src/diff/
Dheader_abi_diff.cpp110 llvm::cl::init(TextFormatIR::Json),
118 llvm::cl::init(TextFormatIR::Json),
125 llvm::cl::init(TextFormatIR::ProtobufTextFormat),
132 llvm::cl::init(false), llvm::cl::Optional,
/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/Vault/tests/src/com/example/android/vault/
DEncryptedDocumentTest.java219 final JSONObject init = new JSONObject(); in testErrorAbortsWrite() local
220 init.put("color", "red"); in testErrorAbortsWrite()
221 doc.writeMetadataAndContent(init, null); in testErrorAbortsWrite()

123