/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | FadeAnimationController.java | 61 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType) { in fadeWindowToken() 73 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType, in fadeWindowToken() 86 show /* hidden */, animationType, finishedCallback); in fadeWindowToken() local 90 boolean show, WindowToken windowToken) { in createAdapter() 139 SurfaceAnimationRunner surfaceAnimationRunner, boolean show, in FadeAnimationAdapter()
|
H A D | NavBarFadeAnimationController.java | 71 boolean show, WindowToken windowToken) { in createAdapter() 82 public void fadeWindowToken(boolean show) { in fadeWindowToken() 124 SurfaceAnimationRunner surfaceAnimationRunner, boolean show, in NavFadeAnimationAdapter()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_util_test.cpp | 36 int show = 1; variable 382 int show = 1; variable 394 int show = 1; variable 409 int show = 1; variable 424 int show = 1; variable 435 int show = 1; variable 450 int show = 1; variable 465 int show = 1; variable 476 int show = 1; variable 491 int show = 1; variable [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
H A D | CompatUILayout.java | 73 void setSizeCompatHintVisibility(boolean show) { in setSizeCompatHintVisibility() 77 void setCameraCompatHintVisibility(boolean show) { in setCameraCompatHintVisibility() 81 void setRestartButtonVisibility(boolean show) { in setRestartButtonVisibility() 89 void setCameraControlVisibility(boolean show) { in setCameraControlVisibility() 97 private void setViewVisibility(@IdRes int resId, boolean show) { in setViewVisibility()
|
H A D | UserAspectRatioSettingsLayout.java | 89 void setUserAspectRatioSettingsHintVisibility(boolean show) { in setUserAspectRatioSettingsHintVisibility() 93 void setUserAspectRatioButtonVisibility(boolean show) { in setUserAspectRatioButtonVisibility() 101 private void setViewVisibility(@IdRes int resId, boolean show) { in setViewVisibility()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | ZenPolicy.java | 701 public @NonNull Builder showFullScreenIntent(boolean show) { in showFullScreenIntent() 711 public @NonNull Builder showLights(boolean show) { in showLights() 720 public @NonNull Builder showPeeking(boolean show) { in showPeeking() 730 public @NonNull Builder showStatusBarIcons(boolean show) { in showStatusBarIcons() 740 public @NonNull Builder showBadges(boolean show) { in showBadges() 750 public @NonNull Builder showInAmbientDisplay(boolean show) { in showInAmbientDisplay() 761 public @NonNull Builder showInNotificationList(boolean show) { in showInNotificationList() 772 public @NonNull Builder showVisualEffect(@VisualEffect int effect, boolean show) { in showVisualEffect()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ITransientNotification.aidl | 23 void show(IBinder windowToken); in show() method
|
H A D | ProgressDialog.java | 130 public static ProgressDialog show(Context context, CharSequence title, in show() method in ProgressDialog 145 public static ProgressDialog show(Context context, CharSequence title, in show() method in ProgressDialog 162 public static ProgressDialog show(Context context, CharSequence title, in show() method in ProgressDialog 181 public static ProgressDialog show(Context context, CharSequence title, in show() method in ProgressDialog
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | IAccessibilityFloatingMenu.java | 32 void show(); in show() method
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | ui_view_bounds.cpp | 28 void UIViewBounds::SetShowState(bool show) in SetShowState()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/ |
H A D | ShowableListMenu.java | 25 public void show(); in show() method
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/scrim/ |
H A D | ScrimController.java | 29 default void show() { in show() method
|
H A D | BouncerScrimController.java | 36 public void show() { in show() method in BouncerScrimController
|
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | ISidefpsController.aidl | 25 void show(int sensorId, int reason); in show() method
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-methods-calendarpicker-dialog.md | 13 ### show subsection
|
H A D | ts-methods-timepicker-dialog.md | 15 ### show subsection
|
H A D | ts-methods-textpicker-dialog.md | 15 ### show subsection
|
H A D | ts-methods-datepicker-dialog.md | 15 ### show subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-methods-calendarpicker-dialog.md | 13 ### show subsection
|
H A D | ts-methods-timepicker-dialog.md | 15 ### show subsection
|
H A D | ts-methods-textpicker-dialog.md | 15 ### show subsection
|
H A D | ts-methods-datepicker-dialog.md | 15 ### show subsection
|
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | IAutofillWindowPresenter.aidl | 29 void show(in WindowManager.LayoutParams p, in Rect transitionEpicenter, in show() method
|
/ohos5.0/base/request/request/services/src/service/command/ |
H A D | show.rs | 22 pub(crate) fn show(&self, data: &mut MsgParcel, reply: &mut MsgParcel) -> IpcResult<()> { in show() method
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | InkWindow.java | 84 void show() { in show() method in InkWindow 88 private void show(boolean keepInvisible) { in show() method in InkWindow
|