Home
last modified time | relevance | path

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

123456

/frameworks/base/services/tests/servicestests/src/com/android/server/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()
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()
DIDisplayWindowInsetsController.aidl49 void showInsets(int types, boolean fromIme); in showInsets()
54 void hideInsets(int types, boolean fromIme); in hideInsets()
DInsetsController.java300 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 …]
DInsetsAnimationControlCallbacks.java38 WindowInsetsAnimationControlListener listener, int types, in startAnimation()
78 void reportPerceptible(@InsetsType int types, boolean perceptible); in reportPerceptible()
DWindowInsetsController.java130 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()
DWindowInsetsAnimationControlListener.java56 void onReady(@NonNull WindowInsetsAnimationController controller, @InsetsType int types); in onReady()
DInsetsAnimationThreadControlRunner.java103 @InsetsType int types, in InsetsAnimationThreadControlRunner()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsControlTarget.java61 default void showInsets(@InsetsType int types, boolean fromIme) { in showInsets()
70 default void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
DInsetsPolicy.java161 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/
DLogDataType.java39 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/
DDisplaySystemBarsController.java126 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/
DLockTargetStateAnalysis.java54 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/
DCommandQueueTest.java139 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/
DAudioContainers.h97 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/
DCodecUtils.java30 String[] types = codecInfo.getSupportedTypes(); in selectCodecs() local
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java293 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/
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/java/android/hardware/camera2/utils/
DTypeReference.java188 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/
DBridgeXmlBlockParserTest.java95 String[] types = { in dump() local
/frameworks/base/core/java/com/android/internal/app/
DMediaRouteChooserDialogFragment.java59 public void setRouteTypes(int types) { in setRouteTypes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayImeController.java277 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()

123456