HomeSort by relevance Sort by last modified time
    Searched defs:init (Results 1451 - 1475 of 2236) sorted by null

<<51525354555657585960>>

  /packages/apps/Browser/src/com/android/browser/
NavScreen.java 78 init(); method
105 init(); method
116 private void init() { method in class:NavScreen
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeeksAdapter.java 113 init(); method
120 protected void init() { method in class:SimpleWeeksAdapter
  /packages/apps/DeskClock/src/com/android/deskclock/
CircleTimerView.java 51 init(context);
113 private void init(Context c) { method in class:CircleTimerView
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerObj.java 185 init(timerLength);
193 private void init (long length) { method in class:TimerObj
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageMove.java 105 public static void init() { method in class:MessageMove
MessageStateChange.java 98 public static void init() { method in class:MessageStateChange
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
BaseFiltersManager.java 41 protected void init() { method in class:BaseFiltersManager
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 58 private void init() { method in class:MtpImageView
64 init(); method
69 init(); method
74 init(); method
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 58 init(translucent, depth, stencil); method
68 private void init(boolean translucent, int depth, int stencil) { method in class:MosaicRendererSurfaceView
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 112 category.init();
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
SurfaceTextureView.java 97 init(); method
102 init(); method
105 private void init() { method in class:SurfaceTextureView
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtils.java 79 public static synchronized void init(final Context context) { method in class:SubtypeLocaleUtils
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java 245 /** @see jp.co.omronsoft.openwnn.WnnEngine#init */
246 public void init() {} method in class:OpenWnnEngineEN
TutorialEN.java 98 init(context, inputView, backgroundResource, bx, by, text, guide, false); method
103 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign); method
106 void init(Context context, View inputView, int backgroundResource, method in class:TutorialEN.Bubble
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 100 init(context, inputView, backgroundResource, bx, by, text, guide, false); method
105 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign); method
108 void init(Context context, View inputView, int backgroundResource, method in class:TutorialJAJP.Bubble
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 112 if (mConverter != null) { mConverter.init(); }
237 if (mConverter != null) { mConverter.init(); }
  /packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java 160 public static CallerInfoCache init(Context context) { method in class:CallerInfoCache
161 if (DBG) log("init()");
Ringer.java 74 /* package */ static Ringer init(Context context, BluetoothManager bluetoothManager) { method in class:Ringer
79 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance);
85 /** Private constructor; @see init() */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
throw_allocator.h 70 init(unsigned int);
99 init(unsigned long seed);
291 init(unsigned int seed) function in class:twister_rand_gen
320 throw_allocator_base::init(unsigned long seed) function in class:throw_allocator_base
321 { _S_g.init(seed); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 70 init(unsigned int);
99 init(unsigned long seed);
291 init(unsigned int seed) function in class:twister_rand_gen
320 throw_allocator_base::init(unsigned long seed) function in class:throw_allocator_base
321 { _S_g.init(seed); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 70 init(unsigned int);
99 init(unsigned long seed);
291 init(unsigned int seed) function in class:twister_rand_gen
320 throw_allocator_base::init(unsigned long seed) function in class:throw_allocator_base
321 { _S_g.init(seed); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 70 init(unsigned int);
99 init(unsigned long seed);
291 init(unsigned int seed) function in class:twister_rand_gen
320 throw_allocator_base::init(unsigned long seed) function in class:throw_allocator_base
321 { _S_g.init(seed); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
throw_allocator.h 70 init(unsigned int);
99 init(unsigned long seed);
291 init(unsigned int seed) function in class:twister_rand_gen
320 throw_allocator_base::init(unsigned long seed) function in class:throw_allocator_base
321 { _S_g.init(seed); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 81 self.init(arg)
84 def init(self, arg): member in class:Stats
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 81 self.init(arg)
84 def init(self, arg): member in class:Stats

Completed in 723 milliseconds

<<51525354555657585960>>