Home
last modified time | relevance | path

Searched refs:sourceId (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DMultiSourceMinAlphaController.kt40 fun setAlpha(alpha: Float, sourceId: Int) { in setAlpha()
41 animators[sourceId]?.cancel() in setAlpha()
42 updateAlpha(alpha, sourceId) in setAlpha()
48 sourceId: Int, in animateToAlpha()
53 animators[sourceId]?.cancel() in animateToAlpha()
58 animator.addUpdateListener { updateAlpha(animator.animatedValue as Float, sourceId) } in animateToAlpha()
60 animators[sourceId] = animator in animateToAlpha()
70 private fun updateAlpha(alpha: Float, sourceId: Int) { in updateAlpha()
71 alphas[sourceId] = alpha in updateAlpha()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
DMultiSourceMinAlphaControllerTest.kt54 multiSourceMinAlphaController.setAlpha(alpha = 0.5f, sourceId = TEST_SOURCE_1) in testSetAlpha()
62 sourceId = TEST_SOURCE_1, in testAnimateToAlpha()
73 sourceId = TEST_SOURCE_1, in testReset()
76 multiSourceMinAlphaController.setAlpha(alpha = 0.7f, sourceId = TEST_SOURCE_2) in testReset()
85 multiSourceMinAlphaController.setAlpha(alpha = 0f, sourceId = TEST_SOURCE_1) in testMinOfTwoSourcesIsApplied()
86 multiSourceMinAlphaController.setAlpha(alpha = 0.5f, sourceId = TEST_SOURCE_2) in testMinOfTwoSourcesIsApplied()
88 multiSourceMinAlphaController.setAlpha(alpha = 1f, sourceId = TEST_SOURCE_1) in testMinOfTwoSourcesIsApplied()
96 sourceId = TEST_SOURCE_1, in testSetAlphaForSameSourceCancelsAnimator()
100 multiSourceMinAlphaController.setAlpha(alpha = 1f, sourceId = TEST_SOURCE_1) in testSetAlphaForSameSourceCancelsAnimator()
/frameworks/base/core/java/android/webkit/
DConsoleMessage.java49 public ConsoleMessage(String message, String sourceId, int lineNumber, MessageLevel msgLevel) { in ConsoleMessage() argument
51 mSourceId = sourceId; in ConsoleMessage()
64 public String sourceId() { in sourceId() method in ConsoleMessage
DWebChromeClient.java480 consoleMessage.sourceId()); in onConsoleMessage()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityCache.java262 final long sourceId = event.getSourceNodeId(); in onAccessibilityEvent() local
265 clearSubTreeLocked(windowId, sourceId); in onAccessibilityEvent()
267 nodeToRefresh = removeCachedNodeLocked(windowId, sourceId); in onAccessibilityEvent()
305 private AccessibilityNodeInfo removeCachedNodeLocked(int windowId, long sourceId) { in removeCachedNodeLocked() argument
313 AccessibilityNodeInfo cachedInfo = nodes.get(sourceId); in removeCachedNodeLocked()
318 nodes.remove(sourceId); in removeCachedNodeLocked()
494 final long sourceId = info.getSourceNodeId(); in add() local
495 AccessibilityNodeInfo oldInfo = nodes.get(sourceId); in add()
510 if (nodes.get(sourceId) == null) { in add()
531 nodes.put(sourceId, clone); in add()
[all …]
DIAccessibilityEmbeddedConnection.aidl27 IBinder associateEmbeddedHierarchy(IBinder hostToken, int sourceId); in associateEmbeddedHierarchy() argument
DAccessibilityNodeInfo.java3888 public void setSourceNodeId(long sourceId, int windowId) { in setSourceNodeId() argument
3890 mSourceNodeId = sourceId; in setSourceNodeId()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialog.java195 public void onSourceAdded(@NonNull BluetoothDevice sink, int sourceId, int reason) {
197 + ", sourceId: " + sourceId);
208 public void onSourceModified(@NonNull BluetoothDevice sink, int sourceId,
214 public void onSourceModifyFailed(@NonNull BluetoothDevice sink, int sourceId,
220 public void onSourceRemoved(@NonNull BluetoothDevice sink, int sourceId,
226 public void onSourceRemoveFailed(@NonNull BluetoothDevice sink, int sourceId,
232 public void onReceiveStateChanged(@NonNull BluetoothDevice sink, int sourceId,
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothLeBroadcast.java286 public void onSourceAdded(@NonNull BluetoothDevice sink, int sourceId, int reason) {
295 + sourceId);
333 @NonNull BluetoothDevice sink, int sourceId, int reason) {}
337 @NonNull BluetoothDevice sink, int sourceId, int reason) {}
341 @NonNull BluetoothDevice sink, int sourceId, int reason) {
350 + sourceId);
356 @NonNull BluetoothDevice sink, int sourceId, int reason) {
365 + sourceId);
372 int sourceId,
380 + sourceId
DLocalBluetoothLeBroadcastAssistant.java222 public void removeSource(@NonNull BluetoothDevice sink, int sourceId) { in removeSource() argument
230 mService.removeSource(sink, sourceId); in removeSource()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DFontInterpolator.kt64 var sourceId: Int, in <lambda>() variable in com.android.systemui.animation.VarFontKey
78 sourceId = font.sourceIdentifier in <lambda>()
/frameworks/base/libs/hwui/hwui/
DMinikinSkia.cpp37 MinikinFontSkia::MinikinFontSkia(sk_sp<SkTypeface> typeface, int sourceId, const void* fontData, in MinikinFontSkia() argument
41 , mSourceId(sourceId) in MinikinFontSkia()
DMinikinSkia.h33 MinikinFontSkia(sk_sp<SkTypeface> typeface, int sourceId, const void* fontData, size_t fontSize,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCommandDetails.java100 public int sourceId; field in DeviceIdentities
DValueParser.java81 devIds.sourceId = rawValue[valueIndex] & 0xff; in retrieveDeviceIdentities()
DCatService.java898 private void eventDownload(int event, int sourceId, int destinationId, in eventDownload() argument
920 buf.write(sourceId); // source device id in eventDownload()
/frameworks/base/core/java/android/security/net/config/
DXmlConfigSource.java184 int sourceId = parser.getAttributeResourceValue(null, "src", -1); in parseCertificatesEntry() local
190 if (sourceId != -1) { in parseCertificatesEntry()
192 source = new ResourceCertificateSource(sourceId, mContext); in parseCertificatesEntry()
/frameworks/base/services/incremental/
DIncrementalService.cpp1926 incfs::FileId sourceId; in configureNativeBinaries() local
1928 sourceId = mIncFs->getFileId(ifs->control, apkFullPath); in configureNativeBinaries()
1929 if (!incfs::isValidFileId(sourceId)) { in configureNativeBinaries()
1979 .sourceId = sourceId, in configureNativeBinaries()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java1665 private static boolean hasLocalSource(WindowContainer container, int sourceId) { in hasLocalSource() argument
1669 return container.mLocalInsetsSources.contains(sourceId); in hasLocalSource()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35988 method public java.lang.String sourceId();
/frameworks/base/core/api/
Dcurrent.txt57641 method public String sourceId();