Searched refs:visibility (Results 226 - 250 of 259) sorted by relevance

1234567891011

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java704 (sbn.getNotification().visibility == Notification.VISIBILITY_SECRET
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java297 * Keep track of wallpaper visibility to notify changes.
677 // current wallpaper's visibility has been updated accordingly.
2788 void updateSystemUiVisibility(int visibility, int globalDiff) { argument
2792 final int diff = (curValue ^ visibility) & globalDiff;
2793 final int newValue = (curValue & ~diff) | (visibility & diff);
2800 visibility, newValue, diff);
/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp299 switch(entry->visibility.level) {
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp534 // and visibility - Default or retain
537 vis = old_info->visibility();
541 // Add symbol and refine the visibility if needed
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp422 (pReloc.symInfo()->visibility() != ResolveInfo::Default));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java676 @VisibleForTesting(visibility = VisibleForTesting.Visibility.PRIVATE)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnSetting.java713 @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java2595 public void setVisibility(int visibility) { argument
2596 super.setVisibility(visibility);
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java466 * Notification visibility: Show this notification in its entirety on all lockscreens.
468 * {@see android.app.Notification#visibility}
473 * Notification visibility: Show this notification on all lockscreens, but conceal sensitive or
476 * {@see android.app.Notification#visibility}
481 * Notification visibility: Do not reveal any part of this notification on a secure lockscreen.
483 * {@see android.app.Notification#visibility}
1431 * Sets {@link Notification#visibility}.
1433 * @param visibility One of {@link Notification#VISIBILITY_PRIVATE} (the default),
1437 public Builder setVisibility(@NotificationVisibility int visibility) { argument
1438 mVisibility = visibility;
[all...]
/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp1288 __attribute__ ((visibility ("default")))
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java450 switch (n.visibility) {
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java268 @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE)
733 @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE)
735 @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE)
737 @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE)
785 @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE)
865 @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE)
1358 @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE)
1386 @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE)
1392 @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE)
6685 @VisibleForTesting(visibility
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java3493 public void setVisibility(int visibility) { argument
3494 super.setVisibility(visibility);
3496 if (visibility != GONE && mRequiresShrinkWhenNotGone) {
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java4366 final int visibility = visibleToEphemeral
4371 intent.setVisibilityToInstantApp(visibility);
4407 final int visibility = visibleToEphemeral
4412 intent.setVisibilityToInstantApp(visibility);
4745 final int visibility = visibleToEphemeral
4750 intent.setVisibilityToInstantApp(visibility);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2223 private boolean shouldShowImeSwitcherLocked(int visibility) { argument
2228 if ((visibility & InputMethodService.IME_ACTIVE) == 0) return false;
2237 } else if ((visibility & InputMethodService.IME_VISIBLE) == 0) {
/frameworks/av/media/extractors/mkv/
H A DMatroskaExtractor.cpp1640 __attribute__ ((visibility ("default")))
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp2240 __attribute__ ((visibility ("default")))
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1957 __attribute__ ((visibility ("default")))
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java270 // visibility to control drawing. The decor view visibility will get adjusted when the app get
273 // Used for tracking app visibility updates separately in case we get double change. This will
1073 // Transfer over system UI visibility values as they carry current state.
1080 // Recompute system ui visibility.
1383 // visibility in the virtual canvas being given to the view hierarchy.
1508 // Translucent decor window flags imply stable system ui visibility.
1702 // Also check for possible double visibility update, which will make current
1959 // manager, and it is being added or changing its visibility,
2308 // Not the first pass and no window/insets/visibility chang
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp1281 ((pReloc.symInfo()->visibility() != ResolveInfo::Default) ||
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp117 __attribute__((visibility("default"))) hwvulkan_module_t HAL_MODULE_INFO_SYM = {
/frameworks/base/core/java/android/app/
H A DFragmentManager.java1312 // dispatchOnFragmentViewCreated in case visibility is changed
1498 * Fragments that have been shown or hidden don't have their visibility changed or
1502 * hidden must have their visibility changed and their animations started here.
1505 * visibility and start the show or hide animation.
1541 final int visibility = fragment.mHidden && !fragment.isHideReplaced()
1544 fragment.mView.setVisibility(visibility);
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2555 * @param viewId The id of the view whose visibility should change
2556 * @param visibility The new visibility for the view
2558 public void setViewVisibility(int viewId, int visibility) { argument
2559 setInt(viewId, "setVisibility", visibility);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1640 int visibility = (horizontalProgressBar.isIndeterminate() || level < 10000) ?
1642 horizontalProgressBar.setVisibility(visibility);
1682 // We want to set the progress value before testing for visibility
2447 // therefore must know about visibility changes of those.
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragmentManager.java1475 // dispatchOnFragmentViewCreated in case visibility is changed
1704 * Fragments that have been shown or hidden don't have their visibility changed or
1708 * hidden must have their visibility changed and their animations started here.
1711 * visibility and start the show or hide animation.
1750 final int visibility = fragment.mHidden && !fragment.isHideReplaced()
1753 fragment.mView.setVisibility(visibility);

Completed in 791 milliseconds

1234567891011