Searched defs:initialize (Results 1 - 25 of 69) sorted by last modified time

123

/frameworks/support/volley/src/com/android/volley/
H A DCache.java38 * Performs any potentially long-running actions needed to initialize the cache;
41 public void initialize(); method in interface:Cache
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java138 public synchronized void initialize() { method in class:DiskBasedCache
H A DNoCache.java47 public void initialize() { method in class:NoCache
/frameworks/support/volley/tests/src/com/android/volley/mock/
H A DMockCache.java62 public void initialize() { method in class:MockCache
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java67 initialize();
72 initialize();
75 private void initialize() { method in class:PhotoViewPager
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java163 initialize();
168 initialize();
173 initialize();
920 private void initialize() { method in class:PhotoView
/frameworks/ex/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java67 initialize();
72 initialize();
75 private void initialize() { method in class:PhotoViewPager
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java161 initialize();
166 initialize();
171 initialize();
914 private void initialize() { method in class:PhotoView
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp88 void egl_cache_t::initialize(egl_display_t *display) { function in class:android::egl_cache_t
H A Degl_display.cpp137 EGLBoolean egl_display_t::initialize(EGLint *major, EGLint *minor) { function in class:android::egl_display_t
161 // initialize each EGL and
240 egl_cache_t::get()->initialize(this);
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h145 initialize();
159 initialize();
241 inline void initialize() { function in class:mcld::LinearAllocatorBase
/frameworks/compile/mclinker/lib/Support/
H A DRealPath.cpp22 initialize();
27 initialize();
32 initialize();
45 void RealPath::initialize() function in class:RealPath
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.cpp59 bool TestLinker::initialize(const std::string &pTriple) function in class:TestLinker
118 assert(NULL != m_pInfo && "initialize() must be called before addSearchDir");
137 assert(NULL != m_pInfo && "initialize() must be called before setSysRoot");
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java157 void initialize() { method in class:WifiConfigStore
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java58 * {@link #initialize} before doing any p2p operation.
121 * Registering an application handler with {@link #initialize} requires the permissions
516 * Application could try re-initializing using {@link #initialize}
698 * by doing a call on {@link #initialize}
927 public Channel initialize(Context srcContext, Looper srcLooper, ChannelListener listener) { method in class:WifiP2pManager
956 * @param c is the channel created at {@link #initialize}
972 * @param c is the channel created at {@link #initialize}
998 * @param c is the channel created at {@link #initialize}
1015 * @param c is the channel created at {@link #initialize}
1039 * @param c is the channel created at {@link #initialize}
[all...]
/frameworks/base/services/input/
H A DInputManager.cpp33 initialize();
41 initialize();
48 void InputManager::initialize() { function in class:android::InputManager
H A DInputReader.h1743 void initialize(const RawAbsoluteAxisInfo& rawAxisInfo, const AxisInfo& axisInfo, function in struct:android::JoystickInputMapper::Axis
/frameworks/base/services/java/com/android/server/
H A DCountryDetectorService.java176 private void initialize() { method in class:CountryDetectorService
193 initialize();
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java555 mTempStateChangeForCurrentUserMemento.initialize(mCurrentUserId, getCurrentUserStateLocked());
2402 public void initialize(int userId, UserState userState) { method in class:AccessibilityManagerService.TempUserStateChangeMemento
H A DScreenMagnifier.java802 info.initialize(event, rawEvent, policyFlags);
807 private void initialize(MotionEvent event, MotionEvent rawEvent, method in class:ScreenMagnifier.MotionEventInfo
1367 mCurrentMagnificationSpec.initialize(scale, centerX, centerY);
1418 public void initialize(float scale, float magnifiedRegionCenterX, method in class:ScreenMagnifier.MagnificationController.MagnificationSpec
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerController.java520 private void initialize() { method in class:DisplayPowerController
594 initialize();
/frameworks/base/services/java/com/android/server/wm/
H A DMagnificationSpec.java24 public void initialize(float scale, float offsetX, float offsetY) { method in class:MagnificationSpec
/frameworks/base/telephony/java/android/telephony/
H A DCellSignalStrengthCdma.java53 initialize(cdmaDbm, cdmaEcio, evdoDbm, evdoEcio, evdoSnr);
78 public void initialize(int cdmaDbm, int cdmaEcio, int evdoDbm, int evdoEcio, int evdoSnr) { method in class:CellSignalStrengthCdma
H A DCellSignalStrengthGsm.java53 initialize(ss, ber);
74 public void initialize(int ss, int ber) { method in class:CellSignalStrengthGsm
H A DCellSignalStrengthLte.java54 initialize(signalStrength, rsrp, rsrq, rssnr, cqi, timingAdvance);
79 public void initialize(int lteSignalStrength, int rsrp, int rsrq, int rssnr, int cqi, method in class:CellSignalStrengthLte
96 public void initialize(SignalStrength ss, int timingAdvance) { method in class:CellSignalStrengthLte

Completed in 321 milliseconds

123