HomeSort by relevance Sort by last modified time
    Searched full:midle (Results 1 - 7 of 7) sorted by null

  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 93 private boolean mIdle = false;
138 mIdle = true;
145 mIdle = false;
243 while (mIdle != true) {
  /external/webkit/Source/WebCore/platform/qt/
QtMobileWebStyle.cpp 263 int midle = width >> 1; local
266 for (int x = 0, y = 0; x < midle; x++, y++) {
268 lines[x + midle] = QLine(width - x - 1, y, width - x - 1, y + 2);
271 lines[width] = QLine(midle, midle, midle, midle + 2);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 56 public int mIdle;
384 if (mWorldState.mIdle == 0) {
385 mWorldState.mIdle = 1;
388 if (mWorldState.mIdle != 0) {
389 mWorldState.mIdle = 0;
412 mScript.set_gIdle(mWorldState.mIdle);
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 55 // Explicitly mark midle-mouse clicks as non-handled to ensure the tab
  /frameworks/base/core/java/android/app/
Instrumentation.java     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 316 // We poison two bytes in the midle of a 4-byte word to make the test
    [all...]
  /cts/tools/dex-tools/dex/
classes.out.dex     [all...]

Completed in 156 milliseconds