Home
last modified time | relevance | path

Searched defs:show (Results 1 – 25 of 231) sorted by relevance

12345678910

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DFadeAnimationController.java61 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 DNavBarFadeAnimationController.java71 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 Dwifi_hdi_util_test.cpp36 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 DCompatUILayout.java73 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 DUserAspectRatioSettingsLayout.java89 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 DZenPolicy.java701 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 DITransientNotification.aidl23 void show(IBinder windowToken); in show() method
H A DProgressDialog.java130 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 DIAccessibilityFloatingMenu.java32 void show(); in show() method
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_view_bounds.cpp28 void UIViewBounds::SetShowState(bool show) in SetShowState()
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DShowableListMenu.java25 public void show(); in show() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/scrim/
H A DScrimController.java29 default void show() { in show() method
H A DBouncerScrimController.java36 public void show() { in show() method in BouncerScrimController
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DISidefpsController.aidl25 void show(int sensorId, int reason); in show() method
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-methods-calendarpicker-dialog.md13 ### show subsection
H A Dts-methods-timepicker-dialog.md15 ### show subsection
H A Dts-methods-textpicker-dialog.md15 ### show subsection
H A Dts-methods-datepicker-dialog.md15 ### show subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-methods-calendarpicker-dialog.md13 ### show subsection
H A Dts-methods-timepicker-dialog.md15 ### show subsection
H A Dts-methods-textpicker-dialog.md15 ### show subsection
H A Dts-methods-datepicker-dialog.md15 ### show subsection
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DIAutofillWindowPresenter.aidl29 void show(in WindowManager.LayoutParams p, in Rect transitionEpicenter, in show() method
/ohos5.0/base/request/request/services/src/service/command/
H A Dshow.rs22 pub(crate) fn show(&self, data: &mut MsgParcel, reply: &mut MsgParcel) -> IpcResult<()> { in show() method
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInkWindow.java84 void show() { in show() method in InkWindow
88 private void show(boolean keepInvisible) { in show() method in InkWindow

12345678910