| /frameworks/base/services/tests/servicestests/src/com/android/server/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 | 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 | 49 public void show(int types) { in show() 58 public void hide(int types) { in hide() 198 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() 218 public ShowRequest(int types) { in ShowRequest() 232 public HideRequest(int types) { in HideRequest()
|
| D | IDisplayWindowInsetsController.aidl | 49 void showInsets(int types, boolean fromIme); in showInsets() 54 void hideInsets(int types, boolean fromIme); in hideInsets()
|
| D | InsetsController.java | 300 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady() 449 PendingControlRequest(@InsetsType int types, WindowInsetsAnimationControlListener listener, in PendingControlRequest() 463 final @InsetsType int types; field in InsetsController.PendingControlRequest 804 public void show(@InsetsType int types) { in show() 809 public void show(@InsetsType int types, boolean fromIme) { in show() 853 public void hide(@InsetsType int types) { in hide() 857 void hide(@InsetsType int types, boolean fromIme) { in hide() 875 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() 883 private void controlWindowInsetsAnimation(@InsetsType int types, in controlWindowInsetsAnimation() 898 private void controlAnimationUnchecked(@InsetsType int types, in controlAnimationUnchecked() [all …]
|
| D | InsetsAnimationControlCallbacks.java | 38 WindowInsetsAnimationControlListener listener, int types, in startAnimation() 78 void reportPerceptible(@InsetsType int types, boolean perceptible); in reportPerceptible()
|
| D | WindowInsetsController.java | 130 void show(@InsetsType int types); in show() 142 void hide(@InsetsType int types); in hide() 167 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation()
|
| D | WindowInsetsAnimationControlListener.java | 56 void onReady(@NonNull WindowInsetsAnimationController controller, @InsetsType int types); in onReady()
|
| D | InsetsAnimationThreadControlRunner.java | 103 @InsetsType int types, in InsetsAnimationThreadControlRunner()
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | InsetsControlTarget.java | 61 default void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 70 default void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
| D | InsetsPolicy.java | 161 void showTransient(@InternalInsetsType int[] types) { in showTransient() 463 InsetsPolicyAnimationControlListener(boolean show, Runnable finishCallback, int types) { in InsetsPolicyAnimationControlListener() 555 WindowInsetsAnimationControlListener listener, int types, in startAnimation() 561 public void reportPerceptible(int types, boolean perceptible) { in reportPerceptible()
|
| /frameworks/base/services/core/java/com/android/server/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/packages/CarSystemUI/src/com/android/systemui/wm/ |
| D | DisplaySystemBarsController.java | 126 public void hideInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme) { in hideInsets() 136 public void showInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme) { in showInsets() 170 private void updateInsetsState(@WindowInsets.Type.InsetsType int types, boolean visible) { in updateInsetsState()
|
| /frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
| D | LockTargetStateAnalysis.java | 54 List<LockTarget> types = new ArrayList<>(); in naryOperation() local 68 List<LockTarget> types = new ArrayList<>(); in newValue() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
| D | CommandQueueTest.java | 139 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testShowTransient() local 147 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testShowTransientForSecondaryDisplay() local 155 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testAbortTransient() local 163 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testAbortTransientForSecondaryDisplay() local
|
| /frameworks/av/media/libaudiofoundation/include/media/ |
| D | AudioContainers.h | 97 audio_devices_t types = AUDIO_DEVICE_NONE; in deviceTypesToBitMask() local 106 static inline DeviceTypeSet deviceTypesFromBitMask(audio_devices_t types) { in deviceTypesFromBitMask()
|
| /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/core/tests/coretests/src/android/view/ |
| D | InsetsControllerTest.java | 293 int types = Type.navigationBars() | Type.systemBars(); in testShowHideSelectively() local 325 int types = Type.navigationBars() | Type.systemBars(); in testShowHideSingle() local 384 int types = Type.navigationBars() | Type.systemBars(); in testShowHideMultiple() local 414 int types = Type.navigationBars() | Type.systemBars(); in testShowMultipleHideOneByOne() local
|
| /frameworks/native/libs/ui/include/ui/ |
| D | HdrCapabilities.h | 32 HdrCapabilities(const std::vector<ui::Hdr>& types, in HdrCapabilities()
|
| /frameworks/native/libs/ui/include_vndk/ui/ |
| D | HdrCapabilities.h | 32 HdrCapabilities(const std::vector<ui::Hdr>& types, in HdrCapabilities()
|
| /frameworks/base/core/java/android/hardware/camera2/utils/ |
| D | TypeReference.java | 188 private static final Class<?> getRawType(Type[] types) { in getRawType() 401 private static void toString(Type[] types, StringBuilder out) { in toString()
|
| /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/ |
| D | BridgeXmlBlockParserTest.java | 95 String[] types = { in dump() local
|
| /frameworks/base/core/java/com/android/internal/app/ |
| D | MediaRouteChooserDialogFragment.java | 59 public void setRouteTypes(int types) { in setRouteTypes()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/wm/ |
| D | DisplayImeController.java | 277 public void showInsets(int types, boolean fromIme) { in showInsets() 285 public void hideInsets(int types, boolean fromIme) { in hideInsets() 483 public void showInsets(int types, boolean fromIme) throws RemoteException { in showInsets() 490 public void hideInsets(int types, boolean fromIme) throws RemoteException { in hideInsets()
|