HomeSort by relevance Sort by last modified time
    Searched refs:what (Results 276 - 300 of 1186) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 170 // with the first character for that key, and remember what
235 Object what, int s, int e, int start, int stop) {
236 if (what == Selection.SELECTION_END) {
287 public void onSpanAdded(Spannable s, Object what, int start, int end) { }
288 public void onSpanRemoved(Spannable s, Object what, int start, int end) { }
TextKeyListener.java 176 public void onSpanAdded(Spannable s, Object what, int start, int end) { }
177 public void onSpanRemoved(Spannable s, Object what, int start, int end) { }
179 public void onSpanChanged(Spannable s, Object what, int start, int end,
181 if (what == Selection.SELECTION_END) {
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 120 public void scheduleDrawable(Drawable who, Runnable what, long when) {
123 callback.scheduleDrawable(this, what, when);
127 public void unscheduleDrawable(Drawable who, Runnable what) {
130 callback.unscheduleDrawable(this, what);
InsetDrawable.java 140 public void scheduleDrawable(Drawable who, Runnable what, long when) {
143 callback.scheduleDrawable(this, what, when);
147 public void unscheduleDrawable(Drawable who, Runnable what) {
150 callback.unscheduleDrawable(this, what);
  /frameworks/base/media/java/android/media/
JetPlayer.java 411 switch(msg.what) {
443 loge("Unknown message type " + msg.what);
562 int what, int arg1, int arg2) {
563 //logd("Event posted from the native side: event="+ what + " args="+ arg1+" "+arg2);
568 jet.mEventHandler.obtainMessage(what, arg1, arg2, null);
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeView.java 37 switch (msg.what) {
  /frameworks/base/services/java/com/android/server/am/
AppWaitingForDebuggerDialog.java 66 switch (msg.what) {
BaseErrorDialog.java 74 if (msg.what == 0) {
  /frameworks/native/include/ui/
FramebufferNativeWindow.h 71 static int query(const ANativeWindow* window, int what, int* value);
  /ndk/sources/cxx-stl/gabi++/src/
new.cc 49 const char* bad_alloc::what() const throw() { function in class:std::bad_alloc
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapAuthenticator.java 78 msg.what = BluetoothPbapService.MSG_OBEX_AUTH_CHALL;
  /packages/apps/Phone/src/com/android/phone/
ContactsAsyncHelper.java 81 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
234 " token: " + msg.what + " image URI: " + args.uri);
241 " token: " + msg.what + " image URI: " + args.uri +
259 Message reply = ContactsAsyncHelper.this.mResultHandler.obtainMessage(msg.what);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
boost_sp_counted_base.h 58 what() const throw() function in class:std::bad_weak_ptr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_simple.h 145 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_simple.h 145 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_simple.h 146 void (*notify)(void *private_data, struct snd_seq_kinstr *instr, int what);
seq_instr.h 85 void (*notify)(void *private_data, struct snd_seq_kinstr *kinstr, int what);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_simple.h 145 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_simple.h 146 void (*notify)(void *private_data, struct snd_seq_kinstr *instr, int what);
seq_instr.h 85 void (*notify)(void *private_data, struct snd_seq_kinstr *kinstr, int what);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 58 what() const throw() function in class:std::bad_weak_ptr
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 58 what() const throw() function in class:std::bad_weak_ptr
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 58 what() const throw() function in class:std::bad_weak_ptr
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
boost_sp_counted_base.h 58 what() const throw() function in class:std::bad_weak_ptr
  /bionic/libc/upstream-netbsd/libc/isc/
ev_timers.c 460 set_index(void *what, int idx) {
463 timer = what;
468 free_timer(void *what, void *uap) {
469 evTimer *t = what;
477 print_timer(void *what, void *uap) {
478 evTimer *cur = what;
481 cur = what;

Completed in 1245 milliseconds

<<11121314151617181920>>