| /frameworks/base/tests/Internal/src/com/android/internal/protolog/common/ |
| D | LogDataTypeTest.java | 58 List<Integer> types = Arrays.asList(LogDataType.STRING, LogDataType.DOUBLE, in logDataTypesToBitMask() local 66 ArrayList<Integer> types = new ArrayList<>(); in logDataTypesToBitMask_toManyParams() local 76 List<Integer> types = Arrays.asList(LogDataType.STRING, LogDataType.DOUBLE, in bitmaskToLogDataTypes() local
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | InsetsControlTarget.java | 46 default boolean isRequestedVisible(@InsetsType int types) { in isRequestedVisible() 64 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 75 default void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
| /frameworks/native/opengl/tools/glgen/stubs/gles11/ |
| 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()
|
| 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()
|
| /frameworks/base/core/java/android/view/ |
| D | PendingInsetsController.java | 52 public void show(int types) { in show() 62 public void hide(int types) { in hide() 228 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() 248 public ShowRequest(int types) { in ShowRequest() 262 public HideRequest(int types) { in HideRequest()
|
| D | IDisplayWindowInsetsController.aidl | 52 void showInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in showInsets() 57 void hideInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in hideInsets()
|
| D | InsetsController.java | 126 void updateRequestedVisibleTypes(@InsetsType int types); in updateRequestedVisibleTypes() 403 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady() 602 PendingControlRequest(@InsetsType int types, WindowInsetsAnimationControlListener listener, in PendingControlRequest() 616 @InsetsType int types; field in InsetsController.PendingControlRequest 1080 public void show(@InsetsType int types) { in show() 1092 public void show(@InsetsType int types, boolean fromIme, in show() 1185 public void hide(@InsetsType int types) { in hide() 1197 public void hide(@InsetsType int types, boolean fromIme, in hide() 1258 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() 1266 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 | 160 void show(@InsetsType int types); in show() 172 void hide(@InsetsType int types); in hide() 197 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation()
|
| D | InsetsResizeAnimationRunner.java | 58 Interpolator interpolator, long duration, @InsetsType int types, in InsetsResizeAnimationRunner() 117 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady() 220 public void notifyControlRevoked(int types) { in notifyControlRevoked()
|
| D | InsetsAnimationThreadControlRunner.java | 113 @InsetsType int types, InsetsAnimationControlCallbacks controller, long durationMs, in InsetsAnimationThreadControlRunner() 164 public void notifyControlRevoked(@InsetsType 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 | 161 private void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 176 private void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets() 229 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 237 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets() 283 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 294 default void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
| /frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
| D | ControllerActivity.java | 90 private static String insetsTypesToString(int types) { in insetsTypesToString() 110 private void updateWidgets(WindowInsets insets, int types, ToggleButton toggle, SeekBar seek) { in updateWidgets() 126 ToggleListener(int types) { in ToggleListener() 150 SeekBarListener(int types) { in SeekBarListener()
|
| /frameworks/base/media/java/android/media/tv/interactive/ |
| D | TvInteractiveAppServiceInfo.java | 103 List<String> types = new ArrayList<>(); in TvInteractiveAppServiceInfo() local 111 ResolveInfo service, String id, int types, List<String> extraTypes) { in TvInteractiveAppServiceInfo() 213 ResolveInfo resolveInfo, Context context, List<String> types) { in parseServiceMetadata() 256 private void toTypesFlag(List<String> types) { in toTypesFlag()
|
| /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/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/ |
| D | CodecUtils.java | 29 String[] types = codecInfo.getSupportedTypes(); in selectCodecs() local 55 String[] types = codecInfo.getSupportedTypes(); in getMediaCodec() 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/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 = WindowInsets.Type.statusBars() | WindowInsets.Type.navigationBars(); in testShowTransient() local 167 int types = WindowInsets.Type.statusBars() | WindowInsets.Type.navigationBars(); in testShowTransientForSecondaryDisplay() local 175 int types = WindowInsets.Type.statusBars() | WindowInsets.Type.navigationBars(); in testAbortTransient() local 183 int types = WindowInsets.Type.statusBars() | WindowInsets.Type.navigationBars(); in testAbortTransientForSecondaryDisplay() local
|
| /frameworks/base/core/tests/coretests/src/android/view/ |
| D | InsetsControllerTest.java | 280 final @InsetsType int types = navigationBars() | statusBars() | ime(); in testAnimationEndState() local 317 int types = navigationBars() | statusBars(); in testShowHideSelectively() local 345 int types = navigationBars() | statusBars(); in testShowHideSingle() local 379 int types = navigationBars() | statusBars(); in testShowHideMultiple() local 417 int types = navigationBars() | statusBars(); in testShowMultipleHideOneByOne() local 980 public boolean isRequestedVisible(@InsetsType int types) { in isRequestedVisible()
|
| /frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/ |
| D | DisplayInsetsControllerTest.java | 200 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) { in showInsets() 205 public void hideInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) { in hideInsets()
|
| /frameworks/native/libs/ui/include/ui/ |
| D | HdrCapabilities.h | 30 HdrCapabilities(const std::vector<ui::Hdr>& types, in HdrCapabilities()
|
| /frameworks/native/libs/ui/include_vndk/ui/ |
| D | HdrCapabilities.h | 30 HdrCapabilities(const std::vector<ui::Hdr>& types, in HdrCapabilities()
|