/frameworks/base/core/java/android/view/ |
D | WindowInsetsController.java | 43 void show(@InsetType int types); in show() 56 void hide(@InsetType int types); in hide() 67 void controlWindowInsetsAnimation(@InsetType int types, in controlWindowInsetsAnimation()
|
D | InsetsController.java | 223 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()
|
D | WindowInsetsAnimationControlListener.java | 41 void onReady(@NonNull WindowInsetsAnimationController controller, @InsetType int types); in onReady()
|
/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/tests/coretests/src/android/view/ |
D | InsetsControllerTest.java | 193 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/ |
D | LockTargetStateAnalysis.java | 54 List<LockTarget> types = new ArrayList<>(); in naryOperation() local 68 List<LockTarget> types = new ArrayList<>(); in newValue() local
|
/frameworks/base/cmds/idmap2/tests/ |
D | IdmapTests.cpp | 105 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/ |
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/native/libs/ui/include_vndk/ui/ |
D | HdrCapabilities.h | 32 HdrCapabilities(const std::vector<ui::Hdr>& types, in HdrCapabilities()
|
/frameworks/native/libs/ui/include/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()
|
D | MediaRouteChooserDialog.java | 85 public void setRouteTypes(int types) { in setRouteTypes()
|
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator.h | 57 SymbolTypes types = SymbolTypes::kAll; member
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | DeviceDescriptor.h | 113 DeviceTypeSet types() const { return mDeviceTypes; } in types() function
|
/frameworks/base/media/java/android/media/ |
D | MediaRouter.java | 776 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/ |
D | MediaRouteActionProvider.java | 75 public void setRouteTypes(int types) { in setRouteTypes()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | ComposerHal.h | 43 namespace types = hardware::graphics::common; variable
|
/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | NetworkNotificationManagerTest.java | 145 List<NotificationType> types = Arrays.asList(NotificationType.values()); in testNotificationsShownAndCleared() local
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityEvent.java | 893 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/ |
D | HdmiControlManager.java | 305 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/ |
D | ApnSettingTest.java | 525 String types[] = {"mms"}; in testCanHandleType() local
|