/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/ |
H A D | CollapsedStatusBarFragment.java | 402 private void hideSystemIconArea(boolean animate) { in hideSystemIconArea() 406 private void showSystemIconArea(boolean animate) { in showSystemIconArea() 414 private void hideClock(boolean animate) { in hideClock() 418 private void showClock(boolean animate) { in showClock() 423 public void hideOngoingCallChip(boolean animate) { in hideOngoingCallChip() 428 public void showOngoingCallChip(boolean animate) { in showOngoingCallChip() 444 public void hideNotificationIconArea(boolean animate) { in hideNotificationIconArea() 449 public void showNotificationIconArea(boolean animate) { in showNotificationIconArea() 454 public void hideOperatorName(boolean animate) { in hideOperatorName() 460 public void showOperatorName(boolean animate) { in showOperatorName() [all …]
|
/aosp12/packages/apps/Settings/src/com/android/settings/widget/ |
H A D | LoadingViewController.java | 59 public void showContent(boolean animate) { in showContent() 69 public void showEmpty(boolean animate) { in showEmpty() 92 private void handleLoadingContainer(boolean showContent, boolean showEmpty, boolean animate) { in handleLoadingContainer() 106 boolean animate) { in handleLoadingContainer() 122 boolean showContent, boolean showEmpty, boolean animate) { in handleLoadingContainer() 130 private static void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
H A D | ConversationInputManager.java | 191 public void showHideMediaPicker(final boolean show, final boolean animate) { in showHideMediaPicker() 201 public boolean showHideSimSelector(final boolean show, final boolean animate) { in showHideSimSelector() 205 public void showHideImeKeyboard(final boolean show, final boolean animate) { in showHideImeKeyboard() 209 public void hideAllInputs(final boolean animate) { in hideAllInputs() 262 final boolean animate) { in showHideInternal() 350 public boolean show(boolean animate) { in show() 425 public boolean hide(boolean animate) { in hide() 516 public boolean show(boolean animate) { in show() 523 public boolean hide(boolean animate) { in hide() 539 public boolean show(boolean animate) { in show() [all …]
|
H A D | ConversationInput.java | 31 final boolean animate); in showHideInternal() 41 public abstract boolean show(boolean animate); in show() 42 public abstract boolean hide(boolean animate); in hide() 66 public boolean toggle(final boolean animate) { in toggle()
|
H A D | ConversationSimSelector.java | 80 public boolean show(boolean animate) { in show() 86 public boolean hide(boolean animate) { in hide() 90 private boolean showHide(final boolean show, final boolean animate) { in showHide()
|
H A D | ConversationActivityUiState.java | 33 void onConversationContactPickerUiStateChanged(int oldState, int newState, boolean animate); in onConversationContactPickerUiStateChanged() 207 private void performUiStateUpdate(final int conversationContactState, final boolean animate) { in performUiStateUpdate() 221 final int oldState, final int newState, final boolean animate) { in notifyOnOverallUiStateChanged()
|
H A D | ConversationActivity.java | 284 final boolean animate) { in onConversationContactPickerUiStateChanged() 289 private void updateUiState(final boolean animate) { in updateUiState() 338 animate); in updateUiState() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
H A D | FolderInfo.java | 121 public void add(WorkspaceItemInfo item, boolean animate) { in add() 128 public void add(WorkspaceItemInfo item, int rank, boolean animate) { in add() 142 public void remove(WorkspaceItemInfo item, boolean animate) { in remove() 143 removeAll(Collections.singletonList(item), animate); in remove() local 149 public void removeAll(List<WorkspaceItemInfo> items, boolean animate) { in removeAll() 172 public void itemsChanged(boolean animate) { in itemsChanged() 181 void onItemsChanged(boolean animate); in onItemsChanged()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/main/impl/toolbar/ |
H A D | MainToolbar.java | 75 public void slideUp(boolean animate, View container) { in slideUp() 111 public void slideDown(boolean animate, View container) { in slideDown() 130 public void collapse(boolean animate) { in collapse() 135 public void expand(boolean animate, Optional<String> text, boolean requestFocus) { in expand()
|
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/utils/ |
H A D | Utils.java | 27 View loading, View doneLoading, boolean done, boolean animate) { in handleLoadingContainer() 32 private static void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | StackScrollerDecorView.java | 99 public void setContentVisible(boolean visible, boolean animate, Runnable runAfter) { in setContentVisible() 119 public void setVisible(boolean nowVisible, boolean animate) { in setVisible() 131 public void setVisible(boolean nowVisible, boolean animate, Runnable runAfter) { in setVisible() 158 public void setSecondaryVisible(boolean nowVisible, boolean animate) { in setSecondaryVisible() 195 boolean animate, Runnable endRunnable) { in setViewVisible()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarTransitions.java | 154 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() 160 private void applyLightsOut(boolean animate, boolean force) { in applyLightsOut() 162 applyLightsOut(isLightsOut(getMode()), animate, force); in applyLightsOut() local 165 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { in applyLightsOut()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | AbstractFloatingView.java | 137 public final void close(boolean animate) { in close() 146 protected abstract void handleClose(boolean animate); in handleClose() 240 public static void closeOpenViews(ActivityContext activity, boolean animate, in closeOpenViews() 256 public static void closeAllOpenViews(ActivityContext activity, boolean animate) { in closeAllOpenViews() 265 public static void closeAllOpenViewsExcept(ActivityContext activity, boolean animate, in closeAllOpenViewsExcept()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/television/ |
H A D | PermissionsFrameFragment.java | 87 protected void setLoading(boolean loading, boolean animate) { in setLoading() 91 private void setLoading(boolean loading, boolean animate, boolean force) { in setLoading() 110 private void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/ |
H A D | PermissionsFrameFragment.java | 118 protected void setLoading(boolean loading, boolean animate) { in setLoading() 122 private void setLoading(boolean loading, boolean animate, boolean force) { in setLoading() 190 private void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/ |
H A D | FloatingActionButtonController.java | 115 public void align(int align, boolean animate) { in align() 127 public void align(int align, int offsetX, int offsetY, boolean animate) { in align() 153 public void resize(int dimension, boolean animate) { in resize()
|
/aosp12/packages/apps/TV/src/com/android/tv/ui/ |
H A D | TvViewUiManager.java | 261 public int setDisplayMode(int displayMode, boolean storeInPreference, boolean animate) { in setDisplayMode() 267 applyDisplayMode(mTvView.getVideoDisplayAspectRatio(), animate, false); in setDisplayMode() local 272 public void restoreDisplayMode(boolean animate) { in restoreDisplayMode() 320 int color, FrameLayout.LayoutParams targetLayoutParams, boolean animate) { in setBackgroundColor() 358 boolean animate) { in setTvViewPosition() 500 float videoDisplayAspectRatio, boolean animate, boolean forceUpdate) { in applyDisplayMode()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
H A D | MediaPickerPanel.java | 243 void setExpanded(final boolean expanded, final boolean animate, final int startingPage) { in setExpanded() 247 private void setExpanded(final boolean expanded, final boolean animate, final int startingPage, in setExpanded() 278 private void setDesiredHeight(int height, final boolean animate) { in setDesiredHeight() 323 void setFullScreenView(final boolean fullScreen, final boolean animate) { in setFullScreenView() 333 setDesiredHeight(getDesiredHeight(), animate); in setFullScreenView() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/main/impl/ |
H A D | MainSearchController.java | 141 public void showDialpad(boolean animate) { in showDialpad() 146 private void showDialpad(boolean animate, boolean fromNewIntent) { in showDialpad() 196 private void hideDialpad(boolean animate) { in hideDialpad() 321 private void closeSearch(boolean animate) { in closeSearch()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarTransitions.java | 72 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() 77 private void applyMode(int mode, boolean animate) { in applyMode()
|
H A D | BarTransitions.java | 110 public void transitionTo(int mode, boolean animate) { in transitionTo() 126 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() 130 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground() 251 public void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/ |
H A D | ButtonDispatcher.java | 174 public void setAlpha(float alpha, boolean animate) { in setAlpha() 178 public void setAlpha(float alpha, boolean animate, long duration) { in setAlpha() 182 public void setAlpha(float alpha, boolean animate, boolean cancelAnimator) { in setAlpha() 190 public void setAlpha(float alpha, boolean animate, long duration, boolean cancelAnimator) { in setAlpha()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardUserSwitcherController.java | 256 public boolean closeSwitcherIfOpenAndNotSimple(boolean animate) { in closeSwitcherIfOpenAndNotSimple() 341 public void updatePosition(int x, int y, boolean animate) { in updatePosition() 391 private void setUserSwitcherOpened(boolean open, boolean animate) { in setUserSwitcherOpened() 401 private void updateVisibilities(boolean animate) { in updateVisibilities()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/widget/ |
H A D | FloatingActionButtonController.java | 116 public void align(int align, boolean animate) { in align() 128 private void align(int align, int offsetX, int offsetY, boolean animate) { in align()
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | SplashScreenSurface.java | 48 public void remove(boolean animate) { in remove()
|