HomeSort by relevance Sort by last modified time
    Searched defs:mWhich (Results 1 - 3 of 3) sorted by null

  /packages/apps/Browser/src/com/android/browser/
MeshTracker.java 28 private int mWhich;
37 mWhich = which;
140 switch (mWhich) {
158 private int mWhich;
162 mWhich = which;
170 mMesh = new Mesh(mWhich, 16, 16);
188 if (mWhich == 2) {
  /frameworks/base/core/java/android/app/
Instrumentation.java 417 private final IntentFilter mWhich;
444 mWhich = which;
465 mWhich = null;
475 return mWhich;
558 if (mWhich != null
559 && mWhich.match(who.getContentResolver(), intent,
    [all...]
  /system/media/opensles/libopensles/
sles_allinclusive.h 239 SLuint32 mWhich; // which buffer to use next
    [all...]

Completed in 110 milliseconds