HomeSort by relevance Sort by last modified time
    Searched refs:moving (Results 1 - 25 of 33) sorted by null

1 2

  /development/tools/emulator/system/qemud/
Android.mk 3 # We're moving the emulator-specific platform libs to
  /sdk/emulator/qemud/
Android.mk 3 # We're moving the emulator-specific platform libs to
  /frameworks/base/core/java/android/text/
PackedObjectVector.java 134 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); local
136 for (int i = mRowGapStart + mRowGapLength; i < mRowGapStart + mRowGapLength + moving; i++)
150 int moving = mRowGapStart - where; local
152 for (int i = where + moving - 1; i >= where; i--)
154 int destrow = i - where + mRowGapStart + mRowGapLength - moving;
PackedIntVector.java 317 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); local
323 for (int i = gapend; i < gapend + moving; i++) {
341 int moving = mRowGapStart - where; local
347 for (int i = where + moving - 1; i >= where; i--) {
348 int destrow = i - where + gapend - moving;
  /development/tools/emulator/system/gps/
Android.mk 16 # We're moving the emulator-specific platform libs to
  /sdk/emulator/sensors/
Android.mk 16 # We're moving the emulator-specific platform libs to
  /development/tools/emulator/system/qemu-props/
Android.mk 19 # We're moving the emulator-specific platform libs to
  /development/tools/emulator/system/sensors/
Android.mk 16 # We're moving the emulator-specific platform libs to
  /external/webkit/Source/WebKit/win/
WebNodeHighlight.cpp 250 bool moving = !(windowPos->flags & SWP_NOMOVE); local
253 if (!moving)
  /sdk/emulator/gps/
Android.mk 16 # We're moving the emulator-specific platform libs to
  /sdk/emulator/tools/
Android.mk 19 # We're moving the emulator-specific platform libs to
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 123 are labeled A, B, C, and D, starting at the lower-left corner and moving
  /external/v8/test/mjsunit/
function-prototype.js 44 // Test moving between non-object and object values.
  /packages/apps/Camera/src/com/android/camera/
FocusManager.java 295 public void onAutoFocusMoving(boolean moving) {
303 if (moving) {
Camera.java 192 * TODO: consider publishing by moving into MediaStore.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 168 // Set up a key event handler that handles moving the selected app up/down,
  /external/v8/tools/
profile.js 180 * Reports about moving of a dynamic code entry.
209 * Reports about moving of a dynamic code entry.
  /external/v8/src/
array.js 323 // know we are not deleting or moving a lot of elements.
705 // If we are only deleting/moving a few things near the end of the
996 // chain that has become exposed by sort moving a hole to its position.
    [all...]
  /build/core/
java.mk 212 # common_java.mk, and moving the include of base_rules.mk to
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 159 // Note that we assume here that we only use a Grabber for moving apps,
393 // Create a grabber to support moving apps around
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 744 mMoveAppButton.setText(R.string.moving);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 778 // tricky. We need to fill in gaps, which will involve moving items
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 155 // Note that we assume here that we only use a Grabber for moving apps,

Completed in 742 milliseconds

1 2