Home
last modified time | relevance | path

Searched refs:newAction (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DMotionEvent.java3807 final int newAction; in split() local
3811 newAction = ACTION_MOVE; in split()
3814 newAction = oldActionMasked == ACTION_POINTER_DOWN in split()
3819 newAction = oldActionMasked in split()
3824 newAction = oldAction; in split()
3839 newAction, nativeGetFlags(mNativePtr), in split() local
/aosp14/frameworks/base/services/core/java/com/android/server/textclassifier/
H A DTextClassificationManagerService.java1335 final RemoteAction newAction = new RemoteAction( in validAction() local
1340 newAction.setEnabled(action.isEnabled()); in validAction()
1341 newAction.setShouldShowIcon(action.shouldShowIcon()); in validAction()
1342 return newAction; in validAction()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...