Home
last modified time | relevance | path

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

1234

/frameworks/base/core/java/android/view/
DWindowInsetsController.java43 void show(@InsetType int types); in show()
56 void hide(@InsetType int types); in hide()
67 void controlWindowInsetsAnimation(@InsetType int types, in controlWindowInsetsAnimation()
DInsetsController.java223 public void show(@InsetType int types) { in show()
227 private void show(@InsetType int types, boolean fromIme) { in show()
253 public void hide(@InsetType int types) { in hide()
272 public void controlWindowInsetsAnimation(@InsetType int types, in controlWindowInsetsAnimation()
277 private void controlWindowInsetsAnimation(@InsetType int types, in controlWindowInsetsAnimation()
288 private void controlAnimationUnchecked(@InsetType int types, in controlAnimationUnchecked()
381 private void cancelExistingControllers(@InsetType int types) { in cancelExistingControllers()
494 private void applyAnimation(@InsetType final int types, boolean show, boolean fromIme) { in applyAnimation()
550 private void hideDirectly(@InsetType int types) { in hideDirectly()
557 private void showDirectly(@InsetType int types) { in showDirectly()
DWindowInsetsAnimationControlListener.java41 void onReady(@NonNull WindowInsetsAnimationController controller, @InsetType int types); in onReady()
/frameworks/native/opengl/tools/glgen/stubs/gles11/
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()
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()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java193 int types = Type.sideBars() | Type.systemBars(); in testShowHideSelectively() local
219 int types = Type.sideBars() | Type.systemBars(); in testShowHideSingle() local
274 int types = Type.sideBars() | Type.systemBars(); in testShowHideMultiple() local
300 int types = Type.sideBars() | Type.systemBars(); in testShowMultipleHideOneByOne() 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/cmds/idmap2/tests/
DIdmapTests.cpp105 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries(); in TEST() local
145 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries(); in TEST() local
211 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries(); in TEST() local
248 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries(); in TEST() local
278 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries(); in TEST() local
307 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries(); in TEST() local
339 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries(); in TEST() local
374 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries(); in TEST() local
420 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries(); in TEST() 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/native/libs/ui/include_vndk/ui/
DHdrCapabilities.h32 HdrCapabilities(const std::vector<ui::Hdr>& types, in HdrCapabilities()
/frameworks/native/libs/ui/include/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()
DMediaRouteChooserDialog.java85 public void setRouteTypes(int types) { in setRouteTypes()
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.h57 SymbolTypes types = SymbolTypes::kAll; member
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DDeviceDescriptor.h113 DeviceTypeSet types() const { return mDeviceTypes; } in types() function
/frameworks/base/media/java/android/media/
DMediaRouter.java776 static String typesToString(int types) { in typesToString()
876 public boolean isRouteAvailable(int types, int flags) { in isRouteAvailable()
923 public void addCallback(int types, Callback cb) { in addCallback()
943 public void addCallback(int types, Callback cb, int flags) { in addCallback()
996 public void selectRoute(int types, @NonNull RouteInfo route) { in selectRoute()
1007 public void selectRouteInt(int types, RouteInfo route, boolean explicit) { in selectRouteInt()
1011 static void selectRouteStatic(int types, @NonNull RouteInfo route, boolean explicit) { in selectRouteStatic()
1868 public boolean matchesTypes(int types) { in matchesTypes()
2687 int types = 0; in routeUpdated() local
2755 RouteCategory(CharSequence name, int types, boolean groupable) { in RouteCategory()
[all …]
/frameworks/base/core/java/android/app/
DMediaRouteActionProvider.java75 public void setRouteTypes(int types) { in setRouteTypes()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.h43 namespace types = hardware::graphics::common; variable
/frameworks/base/tests/net/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java145 List<NotificationType> types = Arrays.asList(NotificationType.values()); in testNotificationsShownAndCleared() local
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityEvent.java893 private static String contentChangeTypesToString(int types) { in contentChangeTypesToString()
941 private static String windowChangeTypesToString(@WindowsChangeTypes int types) { in windowChangeTypesToString()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlManager.java305 int[] types = null; in HdmiControlManager() local
320 private static boolean hasDeviceType(int[] types, int type) { in hasDeviceType()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DApnSettingTest.java525 String types[] = {"mms"}; in testCanHandleType() local

1234