Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 170) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
DFalsingCollectorImplTest.java175 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testPassThroughGesture() local
182 mFalsingCollector.onTouchEvent(up); in testPassThroughGesture()
187 orderedCalls.verify(mFalsingDataProvider).onMotionEvent(up); in testPassThroughGesture()
193 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testAvoidGesture() local
201 mFalsingCollector.onTouchEvent(up); in testAvoidGesture()
208 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testIgnoreActionOutside() local
215 mFalsingCollector.onTouchEvent(up); in testIgnoreActionOutside()
216 verify(mFalsingDataProvider).onMotionEvent(up); in testIgnoreActionOutside()
222 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testAvoidUnlocked() local
231 mFalsingCollector.onTouchEvent(up); in testAvoidUnlocked()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DTypeClassifier.java56 boolean up = isUp(); in calculateFalsingResult()
65 wrongDirection = !vertical || up; in calculateFalsingResult()
79 wrongDirection = !vertical || !up; in calculateFalsingResult()
82 wrongDirection = !right || !up; in calculateFalsingResult()
85 wrongDirection = right || !up; in calculateFalsingResult()
91 wrongDirection = !vertical || !up; in calculateFalsingResult()
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
Dnbody.rscript76 float4 up = {0, 0, 1, 0};
80 right = normalize(cross(normv, up));
81 up = normalize(cross(normv, right));
83 up *= TSIZE * 0.5f;
92 float4 p2 = p - normv + right + up;
94 float4 p3 = p - normv - right + up;
96 float4 p4 = p - normv - up * 2;
/frameworks/base/core/proto/android/app/
Dalarmmanager.proto32 // will wake up the device when it goes off.
35 // alarm does not wake the device up; if it goes off while the device is
36 // asleep, it will not be delivered until the next time the device wakes up.
39 // sleep), which will wake up the device when it goes off.
42 // sleep). This alarm does not wake the device up; if it goes off while the
44 // wakes up.
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DViewMatrix.java212 double[] up = {0, 0, 1}; in main() local
218 v.setUpVector(up); in main()
280 double[] up = new double[3]; in look() local
284 VectorUtil.cross(zv, rv, up); in look()
285 VectorUtil.cross(zv, up, rv); in look()
286 VectorUtil.cross(zv, rv, up); in look()
287 mUpVector = up; in look()
300 double[] up = new double[3]; in lookAt() local
304 VectorUtil.cross(zv, rv, up); in lookAt()
305 VectorUtil.cross(zv, up, rv); in lookAt()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DQSZenModeDialogMetricsLogger.java65 public void logOnClickTimeButton(boolean up) { in logOnClickTimeButton() argument
66 super.logOnClickTimeButton(up); in logOnClickTimeButton()
67 mUiEventLogger.log(up in logOnClickTimeButton()
/frameworks/base/core/jni/android/opengl/
Dpoly_clip.cpp61 float *up, *vp, *wp; in poly_clip_to_halfspace() local
79 up = (float *)u; in poly_clip_to_halfspace()
82 for(int i = 0; i < 4; i++, wp++, up++, vp++) { in poly_clip_to_halfspace()
83 *wp = *up+t*(*vp-*up); in poly_clip_to_halfspace()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DZenModeDialogMetricsLogger.java73 public void logOnClickTimeButton(boolean up) { in logOnClickTimeButton() argument
74 MetricsLogger.action(mContext, MetricsProto.MetricsEvent.QS_DND_TIME, up); in logOnClickTimeButton()
/frameworks/base/core/java/android/net/
DINetworkManagementEventObserver.aidl34 void interfaceStatusChanged(String iface, boolean up); in interfaceStatusChanged() argument
43 void interfaceLinkStateChanged(String iface, boolean up); in interfaceLinkStateChanged() argument
/frameworks/native/services/sensorservice/
DFusion.cpp294 vec3_t up(mData[0]); in checkInitComplete() local
298 east = normalize(cross_product(mData[1], up)); in checkInitComplete()
300 east = getOrthogonal(up); in checkInitComplete()
303 vec3_t north(cross_product(up, east)); in checkInitComplete()
304 R << east << north << up; in checkInitComplete()
370 const vec3_t up( getRotationMatrix() * Ba ); in handleMag() local
371 const vec3_t east( cross_product(m, up) ); in handleMag()
383 vec3_t north( cross_product(up, east) ); in handleMag()
/frameworks/libs/net/common/netd/binder/android/net/
DINetdUnsolicitedEventListener.aidl113 void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
121 void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/frameworks/base/core/java/com/android/server/net/
DBaseNetworkObserver.java37 public void interfaceStatusChanged(String iface, boolean up) { in interfaceStatusChanged() argument
57 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged() argument
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/3/android/net/
DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
29 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/current/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/8/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/2/android/net/
DINetdUnsolicitedEventListener.aidl27 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
28 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/7/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/9/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/10/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/1/android/net/
DINetdUnsolicitedEventListener.aidl10 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
11 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/6/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
45 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/4/android/net/
DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
29 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/frameworks/libs/net/common/netd/aidl_api/netd_aidl_interface/5/android/net/
DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() argument
29 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() argument
/frameworks/base/tests/Input/src/com/android/test/input/
DInputEventAssignerTest.kt121 val up = createKeyEvent(KeyEvent.ACTION_UP, 21) in testKeyEvent() constant
122 eventId = assigner.processEvent(up) in testKeyEvent()
124 assertEquals(up.id, eventId) in testKeyEvent()
/frameworks/libs/net/client-libs/netd/com/android/net/module/util/
DBaseNetdUnsolicitedEventListener.java54 public void onInterfaceChanged(@NonNull String ifName, boolean up) { } in onInterfaceChanged() argument
57 public void onInterfaceLinkStateChanged(@NonNull String ifName, boolean up) { } in onInterfaceLinkStateChanged() argument

1234567