Home
last modified time | relevance | path

Searched defs:up (Results 1 – 25 of 65) sorted by relevance

123

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DFalsingCollectorImplTest.java175 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testPassThroughGesture() local
193 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testAvoidGesture() local
208 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testIgnoreActionOutside() local
222 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testAvoidUnlocked() local
241 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testGestureWhenDozing() local
257 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testGestureWhenPulsing() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_packing_common.h22 uvec2 PackVec4Half2x16(const vec4 up) in PackVec4Half2x16()
32 vec4 up; in UnpackVec4Half2x16() local
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dnet_interface_callback.cpp69 int32_t NetInterfaceStateCallback::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged()
75 int32_t NetInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_notify_callback_test.h47 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override in OnInterfaceChanged()
52 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override in OnInterfaceLinkStateChanged()
/aosp14/frameworks/base/core/java/android/net/
H A DINetworkManagementEventObserver.aidl34 void interfaceStatusChanged(String iface, boolean up); in interfaceStatusChanged()
43 void interfaceLinkStateChanged(String iface, boolean up); in interfaceLinkStateChanged()
/aosp14/frameworks/base/core/java/com/android/server/net/
H A DBaseNetworkObserver.java37 public void interfaceStatusChanged(String iface, boolean up) { in interfaceStatusChanged()
57 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnotify_callback_stub.cpp127 bool up = data.ReadBool(); in CmdOnInterfaceChanged() local
141 bool up = data.ReadBool(); in CmdOnInterfaceLinkStateChanged() local
154 bool up = data.ReadBool(); in CmdOnRouteChanged() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DZenModeDialogMetricsLogger.java73 public void logOnClickTimeButton(boolean up) { in logOnClickTimeButton()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DQSZenModeDialogMetricsLogger.java65 public void logOnClickTimeButton(boolean up) { in logOnClickTimeButton()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetsys_wrapper_test.cpp103 int32_t NetlinkNativeNotifyCallBack::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged()
114 int32_t NetlinkNativeNotifyCallBack::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
H A Dwrapper_distributor_test.cpp78 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override in OnInterfaceChanged()
86 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override in OnInterfaceLinkStateChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutLauncher.java108 final UserPackage up = pinnedPackages.get(i); in onRestoreBlocked() local
138 final UserPackage up = UserPackage.of(packageUserId, packageName); in pinShortcuts() local
244 final UserPackage up = mPinnedShortcuts.keyAt(i); in saveToXml() local
389 final UserPackage up = mPinnedShortcuts.keyAt(i); in dump() local
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnotify_callback_proxy.cpp61 bool WriteLinkStateData(MessageParcel &data, const std::string &ifName, bool up) in WriteLinkStateData()
188 int32_t NotifyCallbackProxy::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged()
213 int32_t NotifyCallbackProxy::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_interface_callback_proxy.cpp177 int32_t NetInterfaceStateCallbackProxy::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged()
209 …2_t NetInterfaceStateCallbackProxy::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dinterface_state_observer.cpp52 int32_t InterfaceStateObserver::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_interface_callback_stub.cpp213 int32_t NetInterfaceStateCallbackStub::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged()
219 …32_t NetInterfaceStateCallbackStub::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
/aosp14/frameworks/base/core/java/android/util/
H A DDayOfMonthCursor.java100 public boolean up() { in up() method in DayOfMonthCursor
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H A Dinterface_state_callback_proxy.cpp89 int32_t InterfaceStateCallbackProxy::OnInterfaceChanged(const std::string &ifName, bool up) in OnInterfaceChanged()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListScrollListenerTest.java85 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridScrollListenerTest.java87 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_distributor.cpp198 void WrapperDistributor::NotifyInterfaceChange(const std::string &ifName, bool up) in NotifyInterfaceChange()
213 void WrapperDistributor::NotifyInterfaceLinkStateChange(const std::string &ifName, bool up) in NotifyInterfaceLinkStateChange()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserPackage.java109 UserPackage up = sCache.get(userId, packageName); in of() local
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp169 …thernetService::GlobalInterfaceStateCallback::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged()
174 …vice::GlobalInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
/aosp14/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp61 float *up, *vp, *wp; in poly_clip_to_halfspace() local
/aosp14/frameworks/base/tests/Input/src/com/android/test/input/
H A DInputEventAssignerTest.kt121 val up = createKeyEvent(KeyEvent.ACTION_UP, 21) regex

123