Searched refs:init (Results 151 - 175 of 869) sorted by relevance

1234567891011>>

/frameworks/base/cmds/statsd/src/matchers/
H A DCombinationLogMatchingTracker.h36 bool init(const std::vector<AtomMatcher>& allLogMatchers,
H A DLogMatchingTracker.h49 virtual bool init(const std::vector<AtomMatcher>& allLogMatchers,
H A DSimpleLogMatchingTracker.h41 bool init(const std::vector<AtomMatcher>& allLogMatchers,
/frameworks/base/core/java/android/net/
H A DIpConfiguration.java66 private void init(IpAssignment ipAssignment, method in class:IpConfiguration
79 init(IpAssignment.UNASSIGNED, ProxySettings.UNASSIGNED, null, null);
86 init(ipAssignment, proxySettings, staticIpConfiguration, httpProxy);
92 init(source.ipAssignment, source.proxySettings,
/frameworks/base/core/java/android/view/
H A DWindowAnimationFrameStats.java50 public void init(long refreshPeriodNano, long[] framesPresentedTimeNano) { method in class:WindowAnimationFrameStats
/frameworks/base/core/java/android/widget/
H A DSimpleCursorTreeAdapter.java107 init(groupFrom, groupTo, childFrom, childTo);
143 init(groupFrom, groupTo, childFrom, childTo);
176 init(groupFrom, groupTo, childFrom, childTo);
179 private void init(String[] groupFromNames, int[] groupTo, String[] childFromNames, method in class:SimpleCursorTreeAdapter
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridSimple.java29 protected void init(Params params) { method in class:GridSimple
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListButtonsDiagonalAcrossItems.java30 protected void init(Params params) { method in class:ListButtonsDiagonalAcrossItems
H A DListInterleaveFocusables.java35 protected void init(Params params) { method in class:ListInterleaveFocusables
H A DListSetSelection.java34 protected void init(Params params) { method in class:ListSetSelection
H A DListSimple.java28 protected void init(Params params) { method in class:ListSimple
H A DListWithHeaders.java28 protected void init(Params params) { method in class:ListWithHeaders
/frameworks/base/libs/common_time/
H A Dcommon_clock.h33 bool init(uint64_t local_freq);
/frameworks/base/media/jni/
H A Dandroid_media_SyncParams.h50 void init(JNIEnv *env);
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTileView.java49 public abstract void init(QSTile tile); method in class:QSTileView
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
H A DWirelessChargingView.java60 init(context, null);
65 init(context, attr);
70 init(context, attr);
73 public void init(Context context, AttributeSet attr) { method in class:WirelessChargingView
/frameworks/base/services/core/jni/
H A Dcom_android_server_vr_VrManagerService.cpp47 gVr->init();
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DPerfTimeline.java52 init(null, 0);
57 init(attrs, 0);
62 init(attrs, defStyle);
65 private void init(AttributeSet attrs, int defStyle) { method in class:PerfTimeline
/frameworks/base/tests/JankBench/app/src/main/jni/
H A DWorkerPool.cpp39 bool WorkerPool::Signal::init() { function in class:WorkerPool::Signal
42 __android_log_print(ANDROID_LOG_INFO, "bench", "WorkerPool mutex init failure");
48 __android_log_print(ANDROID_LOG_INFO, "bench", "WorkerPool condition init failure");
157 bool WorkerPool::init(int threadCount) { function in class:WorkerPool
174 mCompleteSignal.init();
182 __android_log_print(ANDROID_LOG_INFO, "bench", "Failed to init thread attribute.");
207 wp->mLaunchSignals[idx].init();
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.cpp33 void Texture::init(Target textureTarget, uint32_t textureName) { function in class:android::Texture
H A DTexture.h40 void init(Target textureTarget, uint32_t textureName);
/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerService.cpp49 if (!mClient->init()) {
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
H A DInputMethodSettingsActivity.java35 mSettings.init(this, getPreferenceScreen());
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DTemplateLayout.java57 init(template, containerId, null, R.attr.suwLayoutTheme);
62 init(0, 0, attrs, R.attr.suwLayoutTheme);
68 init(0, 0, attrs, defStyleAttr);
71 // All the constructors delegate to this init method. The 3-argument constructor is not
73 private void init(int template, int containerId, AttributeSet attrs, int defStyleAttr) { method in class:TemplateLayout
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderListView.java62 init(null, android.R.attr.listViewStyle);
67 init(attrs, android.R.attr.listViewStyle);
72 init(attrs, defStyleAttr);
75 private void init(AttributeSet attrs, int defStyleAttr) { method in class:StickyHeaderListView

Completed in 359 milliseconds

1234567891011>>