Searched refs:up (Results 1 - 25 of 49) sorted by last modified time

12

/frameworks/wilhelm/src/itf/
H A DI3DLocation.c252 SLVec3D up = thiz->mOrientationVectors.mUp; local
255 *pUp = up;
H A DI3DMacroscopic.c165 SLVec3D up = thiz->mOrientationVectors.mUp; local
168 *pUp = up;
/frameworks/compile/slang/tests/
H A Dtest.py83 # any .rs file. We automatically bundle up all of these extra args and invoke
178 ' -n, --no-cleanup Don\'t clean up after running tests\n'
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselController.java715 public void setLookAt(float[] eye, float[] at, float[] up) { argument
718 mUp = up;
720 mRenderScript.setLookAt(eye, at, up);
H A DCarouselRS.java286 public void setLookAt(float[] eye, float[] at, float[] up) { argument
290 mUp[i] = up[i];
292 mScript.invoke_lookAt(eye[0], eye[1], eye[2], at[0], at[1], at[2], up[0], up[1], up[2]);
H A DCarouselView.java526 public void setLookAt(float[] eye, float[] at, float[] up) { argument
527 mController.setLookAt(eye, at, up);
H A Dcarousel.rs62 float3 up;
274 {0,1,0}, // up
438 // up - a normalized vector indicating up (typically { 0, 1, 0})
440 // NOTE: the view direction and up vector cannot be parallel/antiparallel with each other
451 camera.up.x = upX;
452 camera.up.y = upY;
453 camera.up.z = upZ;
468 // Construct a matrix based on eye point, center and up direction. Based on the
470 static void loadLookatMatrix(rs_matrix4x4* matrix, float3 eye, float3 center, float3 up)
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2379 protected boolean up(TextView widget, Spannable buffer) { method in class:EditStyledText.StyledTextArrowKeyMethod
2381 Log.d(LOG_TAG, "--- up:");
2453 handled |= up(widget, buffer);
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java80 * remain consistent even though the rules for filling content up vs. filling down vary.
395 final boolean up;
399 up = true;
402 up = false;
405 offsetChildren(up ? movedBy : -movedBy);
1553 // TODO: Consider matching these back up if we have stable IDs.
/frameworks/native/services/sensorservice/
H A DFusion.cpp261 vec3_t up(mData[0]);
262 vec3_t east(cross_product(mData[1], up));
264 vec3_t north(cross_product(up, east));
265 R << east << north << up; local
312 const vec3_t up( getRotationMatrix() * Ba );
313 const vec3_t east( cross_product(m, up) );
315 // If the m and up vectors align, the cross product magnitude will
325 vec3_t north( cross_product(up, east) );
/frameworks/compile/libbcc/runtime/make/
H A Doptions.mk3 # This list of such variables should be kept up to date with AvailableOptions in
H A Dutil.mk92 # Clean up make behavior
/frameworks/base/services/java/com/android/server/
H A DCommonTimeManagementService.java110 public void interfaceStatusChanged(String iface, boolean up) {
113 public void interfaceLinkStateChanged(String iface, boolean up) {
272 Log.i(TAG, "Timeout waiting for interface to come up. " +
H A DNetworkManagementService.java232 private void notifyInterfaceStatusChanged(String iface, boolean up) { argument
236 mObservers.getBroadcastItem(i).interfaceStatusChanged(iface, up);
247 private void notifyInterfaceLinkStateChanged(String iface, boolean up) { argument
251 mObservers.getBroadcastItem(i).interfaceLinkStateChanged(iface, up);
409 * "NNN Iface changed <name> <up/down>"
410 * "NNN Iface linkstatus <name> <up/down>"
423 notifyInterfaceStatusChanged(cooked[3], cooked[4].equals("up"));
426 notifyInterfaceLinkStateChanged(cooked[3], cooked[4].equals("up"));
577 IPv6 addresses on interface down, but we need to do full clean up here */
H A DThrottleService.java178 public void interfaceStatusChanged(String iface, boolean up) { argument
179 if (up) {
186 public void interfaceLinkStateChanged(String iface, boolean up) { argument
427 // queue up a poll to happen in a little while - after ntp and imsi are avail
627 } // else already up!
669 // TODO - fix up intent
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java530 // Hook the automation service up.
573 // Automation service is not bound, so pretend it died to perform clean up.
602 // we take a stateless approach and look it up. This is fine
1504 // If this service is up and running we may have to enable touch
1991 // but the event is already dispatched and hence looking it up in the pending
2048 // Inject up.
2050 KeyEvent up = KeyEvent.obtain(downTime, upTime, KeyEvent.ACTION_UP, keyCode, 0, 0,
2053 InputManager.getInstance().injectInputEvent(up,
2055 up.recycle();
2328 // many, so the linear look up i
[all...]
H A DGestureUtils.java15 public static boolean isTap(MotionEvent down, MotionEvent up, int tapTimeSlop, argument
17 return eventsWithinTimeAndDistanceSlop(down, up, tapTimeSlop, tapDistanceSlop, actionIndex);
H A DScreenMagnifier.java89 * viewport dragging mode until the finger goes up. One can think of this
94 * finger goes up the screen will clear zoom out. If the same user interaction
96 * be the same but when the finger goes up the screen will stay magnified.
723 private void onActionTap(MotionEvent up, int policyFlags) { argument
729 up.getX(), up.getY(), true);
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java208 public void interfaceStatusChanged(String iface, boolean up) { argument
209 if (VDBG) Log.d(TAG, "interfaceStatusChanged " + iface + ", " + up);
224 if (up) {
243 public void interfaceLinkStateChanged(String iface, boolean up) { argument
244 if (VDBG) Log.d(TAG, "interfaceLinkStateChanged " + iface + ", " + up);
245 interfaceStatusChanged(iface, up);
754 // notification that this interface is up
1130 // we received notice that the cellular DUN connection is up
1327 * requests to keep trying to bring up something we can use.
1336 // we think mobile should be coming up
[all...]
H A DVpn.java325 public synchronized void interfaceStatusChanged(String iface, boolean up) { argument
327 mObserver.interfaceStatusChanged(iface, up);
335 public void interfaceStatusChanged(String interfaze, boolean up) {
337 if (!up && mLegacyVpnRunner != null) {
586 // wait for old thread to completely finish before spinning up
618 * Bringing up a VPN connection takes time, and that is all this thread
621 * requests will be piled up. This can be done in a Handler as a state
685 throw new IllegalStateException("Time is up");
690 // Catch all exceptions so we can clean up few things.
/frameworks/base/services/java/com/android/server/net/
H A DBaseNetworkObserver.java29 public void interfaceStatusChanged(String iface, boolean up) { argument
39 public void interfaceLinkStateChanged(String iface, boolean up) { argument
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css1071 background: white url('../images/arrows-up-down.png') right center no-repeat;
1121 /* bump up spacing above subheadings */
1734 background: #f3f3f3 url(../images/arrows-up-down.png) right center no-repeat;
2066 background: transparent url(../images/arrows-up-down.png) 23px 5px no-repeat;
2751 .tagdata blocks that make up the detailed
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css1071 background: white url('../images/arrows-up-down.png') right center no-repeat;
1121 /* bump up spacing above subheadings */
1734 background: #f3f3f3 url(../images/arrows-up-down.png) right center no-repeat;
2066 background: transparent url(../images/arrows-up-down.png) 23px 5px no-repeat;
2751 .tagdata blocks that make up the detailed
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs405 <span class="en">Setting up the Search Interface</span>
/frameworks/base/core/tests/coretests/src/android/util/
H A DDayOfMonthCursorTest.java112 // up, same month
113 assertFalse(mc.up());
118 // up, flips back
119 assertTrue(mc.up());

Completed in 1095 milliseconds

12