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

1 2

  /packages/apps/Camera2/src_pd/com/android/camera/stats/
SessionStatsCollector.java 33 public synchronized void autofocusMoving(boolean moving) {
  /device/generic/goldfish/qemud/
Android.mk 3 # We're moving the emulator-specific platform libs to
  /frameworks/base/core/java/android/text/
PackedObjectVector.java 135 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); local
137 for (int i = mRowGapStart + mRowGapLength; i < mRowGapStart + mRowGapLength + moving; i++)
151 int moving = mRowGapStart - where; local
153 for (int i = where + moving - 1; i >= where; i--)
155 int destrow = i - where + mRowGapStart + mRowGapLength - moving;
PackedIntVector.java 318 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); local
324 for (int i = gapend; i < gapend + moving; i++) {
342 int moving = mRowGapStart - where; local
348 for (int i = where + moving - 1; i >= where; i--) {
349 int destrow = i - where + gapend - moving;
  /packages/apps/Camera2/src/com/android/camera/
FocusOverlayManager.java 308 public void onAutoFocusMoving(boolean moving) {
320 if (moving && !mPreviousMoving) {
324 } else if (!moving && mFocusRing.isPassiveFocusRunning()) {
327 mPreviousMoving = moving;
PhotoModule.java 181 * completed. TODO: consider publishing by moving into MediaStore.
    [all...]
VideoModule.java 109 * TODO: consider publishing by moving into MediaStore.
230 public void onAutoFocusMoving(boolean moving, CameraProxy camera) {
231 mFocusManager.onAutoFocusMoving(moving);
    [all...]
  /device/generic/goldfish/gps/
Android.mk 16 # We're moving the emulator-specific platform libs to
  /frameworks/base/core/java/com/android/internal/view/
FloatingActionMode.java 195 // Content rect is moving.
337 public void setMoving(boolean moving) {
338 mMoving = moving;
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 123 are labeled A, B, C, and D, starting at the lower-left corner and moving
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
FocusOverlayManager.java 287 public void onAutoFocusMoving(boolean moving) {
298 if (moving) {
  /external/v8/test/mjsunit/
function-prototype.js 47 // Test moving between non-object and object values.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 241 boolean showHandles, boolean moving) {
322 if (moving && mCurrentControlPoint != null) {
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
timeline_view_test.js 152 * Simulates moving the mouse wheel up.
171 * Simulates moving the mouse wheel down.
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraAgent.java 178 public void onAutoFocusMoving(boolean moving, CameraProxy camera);
    [all...]
AndroidCamera2AgentImpl.java 205 // Available in FOCUS_LOCKED between AF trigger receipt and whenever the lens stops moving:
    [all...]
AndroidCameraAgentImpl.java     [all...]
  /system/core/adb/
Android.mk 44 # small by moving common files into a static library. Hopefully some day we can
  /external/v8/tools/
profile.js 181 * Reports about moving of a dynamic code entry.
210 * Reports about moving of a dynamic code entry.
  /external/v8/src/js/
array.js 259 // Bail out if no moving is necessary.
318 // know we are not deleting or moving a lot of elements.
1023 // chain that has become exposed by sort moving a hole to its position.
    [all...]
  /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/libunwind/doc/
libunwind.tex 118 Besides just moving the unwind cursor and reading/writing saved
  /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
Antlr.Runtime.Tree.pas     [all...]

Completed in 1885 milliseconds

1 2