/frameworks/base/tests/Internal/src/com/android/internal/protolog/common/ |
D | LogDataTypeTest.java | 61 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/ |
D | glGetDebugMessageLogKHR.java | 8 int[] types, in glGetDebugMessageLogKHR() 24 java.nio.IntBuffer types, in glGetDebugMessageLogKHR() 36 int[] types, in glGetDebugMessageLogKHR() 48 java.nio.IntBuffer types, in glGetDebugMessageLogKHR()
|
D | glGetDebugMessageLog.java | 8 int[] types, in glGetDebugMessageLog() 24 java.nio.IntBuffer types, in glGetDebugMessageLog() 36 int[] types, in glGetDebugMessageLog() 48 java.nio.IntBuffer types, in glGetDebugMessageLog()
|
/frameworks/base/core/java/android/view/ |
D | PendingInsetsController.java | 50 public void show(int types) { in show() 59 public void hide(int types) { in hide() 215 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() 235 public ShowRequest(int types) { in ShowRequest() 249 public HideRequest(int types) { in HideRequest()
|
D | IDisplayWindowInsetsController.aidl | 53 void showInsets(int types, boolean fromIme); in showInsets() 58 void hideInsets(int types, boolean fromIme); in hideInsets()
|
D | InsetsController.java | 362 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady() 537 PendingControlRequest(@InsetsType int types, WindowInsetsAnimationControlListener listener, in PendingControlRequest() 551 final @InsetsType int types; field in InsetsController.PendingControlRequest 802 @InsetsType int types = 0; in startResizingAnimationIfNeeded() local 935 public void show(@InsetsType int types) { in show() 940 public void show(@InsetsType int types, boolean fromIme) { in show() 999 public void hide(@InsetsType int types) { in hide() 1004 public void hide(@InsetsType int types, boolean fromIme) { in hide() 1029 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() 1037 private void controlWindowInsetsAnimation(@InsetsType int types, in controlWindowInsetsAnimation() [all …]
|
D | InsetsAnimationControlCallbacks.java | 39 void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, in startAnimation() 78 void reportPerceptible(@InsetsType int types, boolean perceptible); in reportPerceptible()
|
D | WindowInsetsController.java | 161 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()
|
D | InsetsAnimationThreadControlRunner.java | 112 @InsetsType int types, InsetsAnimationControlCallbacks controller, long durationMs, in InsetsAnimationThreadControlRunner() 157 public void notifyControlRevoked(@InsetsType int types) { in notifyControlRevoked()
|
D | InsetsResizeAnimationRunner.java | 58 Interpolator interpolator, long duration, @InsetsType int types, in InsetsResizeAnimationRunner() 111 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady() 215 public void notifyControlRevoked(int types) { in notifyControlRevoked()
|
D | WindowInsetsAnimationControlListener.java | 56 void onReady(@NonNull WindowInsetsAnimationController controller, @InsetsType int types); in onReady()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | DisplayInsetsController.java | 159 private void showInsets(int types, boolean fromIme) { in showInsets() 169 private void hideInsets(int types, boolean fromIme) { in hideInsets() 217 public void showInsets(int types, boolean fromIme) throws RemoteException { in showInsets() 224 public void hideInsets(int types, boolean fromIme) throws RemoteException { in hideInsets() 265 default void showInsets(int types, boolean fromIme) {} in showInsets() 273 default void hideInsets(int types, boolean fromIme) {} in hideInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsControlTarget.java | 55 default void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 64 default void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
/frameworks/base/media/java/android/media/tv/interactive/ |
D | TvInteractiveAppServiceInfo.java | 96 List<String> types = new ArrayList<>(); in TvInteractiveAppServiceInfo() local 103 private TvInteractiveAppServiceInfo(ResolveInfo service, String id, int types) { in TvInteractiveAppServiceInfo() 179 ResolveInfo resolveInfo, Context context, List<String> types) { in parseServiceMetadata() 222 private static int toTypesFlag(List<String> types) { in toTypesFlag()
|
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
D | ControllerActivity.java | 90 private static String insetsTypesToString(int types) { in insetsTypesToString() 149 private void updateWidgets(WindowInsets insets, int types, ToggleButton toggle, SeekBar seek) { in updateWidgets() 165 ToggleListener(int types) { in ToggleListener() 189 SeekBarListener(int types) { in SeekBarListener()
|
/frameworks/base/core/java/com/android/internal/protolog/common/ |
D | LogDataType.java | 39 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/ |
D | LockTargetStateAnalysis.java | 56 List<LockTarget> types = new ArrayList<>(); in naryOperation() local 70 List<LockTarget> types = new ArrayList<>(); in newValue() local
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerFilter.java | 48 public NotificationListenerFilter(int types, ArraySet<VersionedPackage> pkgs) { in NotificationListenerFilter() 101 public void setTypes(int types) { in setTypes()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/ |
D | ComplicationUtils.java | 70 public static int convertComplicationTypes(@DreamBackend.ComplicationType Set<Integer> types) { in convertComplicationTypes()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | CommandQueueTest.java | 159 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testShowTransient() local 167 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testShowTransientForSecondaryDisplay() local 175 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testAbortTransient() local 183 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/ |
D | CodecUtils.java | 30 String[] types = codecInfo.getSupportedTypes(); in selectCodecs() local
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/ |
D | DisplayInsetsControllerTest.java | 195 public void showInsets(int types, boolean fromIme) { in showInsets() 200 public void hideInsets(int types, boolean fromIme) { in hideInsets()
|
/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/ |
D | EfficientCollectionsChecker.java | 59 final List<Type> types = ASTHelpers.getType(tree).getTypeArguments(); in matchNewClass() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ApkChecksums.java | 389 @Checksum.TypeMask int types, in getAvailableApkChecksums() 422 @Checksum.TypeMask int types, in getInstallerChecksums() 530 @Checksum.TypeMask int types, in needToWait() 571 @Checksum.TypeMask int types, in getRequiredApkChecksums() 603 @Checksum.TypeMask int types, Map<Integer, ApkChecksum> checksums) { in isRequired() 712 String split, String filePath, int types) { in extractHashFromV2V3Signature()
|
/frameworks/native/libs/ui/include/ui/ |
D | HdrCapabilities.h | 32 HdrCapabilities(const std::vector<ui::Hdr>& types, in HdrCapabilities()
|