Home
last modified time | relevance | path

Searched defs:types (Results 1 – 25 of 140) sorted by relevance

123456

/frameworks/base/tests/Internal/src/com/android/internal/protolog/common/
DLogDataTypeTest.java61 List<Integer> types = Arrays.asList(LogDataType.STRING, LogDataType.DOUBLE, in logDataTypesToBitMask() local
69 ArrayList<Integer> types = new ArrayList<>(); in logDataTypesToBitMask_toManyParams() local
79 List<Integer> types = Arrays.asList(LogDataType.STRING, LogDataType.DOUBLE, in bitmaskToLogDataTypes() local
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetDebugMessageLog.java8 int[] types, in glGetDebugMessageLog()
24 java.nio.IntBuffer types, in glGetDebugMessageLog()
36 int[] types, in glGetDebugMessageLog()
48 java.nio.IntBuffer types, in glGetDebugMessageLog()
DglGetDebugMessageLogKHR.java8 int[] types, in glGetDebugMessageLogKHR()
24 java.nio.IntBuffer types, in glGetDebugMessageLogKHR()
36 int[] types, in glGetDebugMessageLogKHR()
48 java.nio.IntBuffer types, in glGetDebugMessageLogKHR()
/frameworks/base/core/java/android/view/
DPendingInsetsController.java49 public void show(int types) { in show()
58 public void hide(int types) { in hide()
201 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation()
221 public ShowRequest(int types) { in ShowRequest()
235 public HideRequest(int types) { in HideRequest()
DIDisplayWindowInsetsController.aidl49 void showInsets(int types, boolean fromIme); in showInsets()
54 void hideInsets(int types, boolean fromIme); in hideInsets()
DInsetsController.java343 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady()
509 PendingControlRequest(@InsetsType int types, WindowInsetsAnimationControlListener listener, in PendingControlRequest()
523 final @InsetsType int types; field in InsetsController.PendingControlRequest
868 public void show(@InsetsType int types) { in show()
873 public void show(@InsetsType int types, boolean fromIme) { in show()
932 public void hide(@InsetsType int types) { in hide()
937 public void hide(@InsetsType int types, boolean fromIme) { in hide()
962 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation()
970 private void controlWindowInsetsAnimation(@InsetsType int types, in controlWindowInsetsAnimation()
990 private void controlAnimationUnchecked(@InsetsType int types, in controlAnimationUnchecked()
[all …]
DInsetsAnimationControlCallbacks.java38 WindowInsetsAnimationControlListener listener, int types, in startAnimation()
78 void reportPerceptible(@InsetsType int types, boolean perceptible); in reportPerceptible()
DWindowInsetsController.java161 void show(@InsetsType int types); in show()
173 void hide(@InsetsType int types); in hide()
198 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation()
DInsetsAnimationThreadControlRunner.java112 @InsetsType int types, InsetsAnimationControlCallbacks controller, long durationMs, in InsetsAnimationThreadControlRunner()
157 public void notifyControlRevoked(@InsetsType int types) { in notifyControlRevoked()
DWindowInsetsAnimationControlListener.java56 void onReady(@NonNull WindowInsetsAnimationController controller, @InsetsType int types); in onReady()
DInsetsAnimationControlRunner.java46 void notifyControlRevoked(@InsetsType int types); in notifyControlRevoked()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsControlTarget.java55 default void showInsets(@InsetsType int types, boolean fromIme) { in showInsets()
64 default void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
/frameworks/base/core/java/com/android/internal/protolog/common/
DLogDataType.java39 public static int logDataTypesToBitMask(List<Integer> types) { in logDataTypesToBitMask()
66 ArrayList<Integer> types = new ArrayList<>(); in parseFormatString() local
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockTargetStateAnalysis.java54 List<LockTarget> types = new ArrayList<>(); in naryOperation() local
68 List<LockTarget> types = new ArrayList<>(); in newValue() local
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DControllerActivity.java105 private void updateWidgets(WindowInsets insets, int types, ToggleButton toggle, SeekBar seek) { in updateWidgets()
121 ToggleListener(int types) { in ToggleListener()
145 SeekBarListener(int types) { in SeekBarListener()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerFilter.java48 public NotificationListenerFilter(int types, ArraySet<VersionedPackage> pkgs) { in NotificationListenerFilter()
101 public void setTypes(int types) { in setTypes()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DCommandQueueTest.java149 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testShowTransient() local
157 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testShowTransientForSecondaryDisplay() local
165 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testAbortTransient() local
173 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testAbortTransientForSecondaryDisplay() local
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
DCodecUtils.java30 String[] types = codecInfo.getSupportedTypes(); in selectCodecs() local
/frameworks/av/media/libaudiofoundation/include/media/
DAudioContainers.h106 audio_devices_t types = AUDIO_DEVICE_NONE; in deviceTypesToBitMask() local
115 static inline DeviceTypeSet deviceTypesFromBitMask(audio_devices_t types) { in deviceTypesFromBitMask()
/frameworks/base/services/core/java/com/android/server/pm/
DApkChecksums.java385 @Checksum.TypeMask int types, in getAvailableApkChecksums()
418 @Checksum.TypeMask int types, in getInstallerChecksums()
526 @Checksum.TypeMask int types, in needToWait()
567 @Checksum.TypeMask int types, in getRequiredApkChecksums()
599 @Checksum.TypeMask int types, Map<Integer, ApkChecksum> checksums) { in isRequired()
663 String split, String filePath, int types) { in extractHashFromV2V3Signature()
/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
DEfficientCollectionsChecker.java57 final List<Type> types = ASTHelpers.getType(tree).getTypeArguments(); in matchNewClass() local
/frameworks/native/libs/ui/include/ui/
DHdrCapabilities.h32 HdrCapabilities(const std::vector<ui::Hdr>& types, in HdrCapabilities()
/frameworks/native/libs/ui/include_vndk/ui/
DHdrCapabilities.h32 HdrCapabilities(const std::vector<ui::Hdr>& types, in HdrCapabilities()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java283 int types = Type.navigationBars() | Type.systemBars(); in testShowHideSelectively() local
315 int types = Type.navigationBars() | Type.systemBars(); in testShowHideSingle() local
374 int types = Type.navigationBars() | Type.systemBars(); in testShowHideMultiple() local
404 int types = Type.navigationBars() | Type.systemBars(); in testShowMultipleHideOneByOne() local
/frameworks/base/core/java/android/hardware/camera2/utils/
DTypeReference.java189 private static final Class<?> getRawType(Type[] types) { in getRawType()
402 private static void toString(Type[] types, StringBuilder out) { in toString()

123456