HomeSort by relevance Sort by last modified time
    Searched refs:minimized (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/base/core/java/android/view/
IDockedStackListener.aidl 41 * @param minimized Whether the docked stack is currently minimized.
42 * @param animDuration The duration of the animation for changing the minimized state.
46 void onDockedStackMinimizedChanged(boolean minimized, long animDuration,
50 * Called when window manager decides to adjust the divider for IME. Like the minimized state,
53 * @param minimized Whether the stacks are currently adjusted for the IME
IRecentsAnimationController.aidl 64 * Informs the system that the primary split-screen stack should be minimized.
66 void setSplitScreenMinimized(boolean minimized);
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
RecentsAnimationWrapper.java 124 * minimized mode, and not the inverse.
127 public void setSplitScreenMinimizedForTransaction(boolean minimized) {
128 if (mSplitScreenMinimized || !minimized) {
131 mSplitScreenMinimized = minimized;
137 controller.setSplitScreenMinimized(minimized);
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
RecentsAnimationControllerCompat.java 64 public void setSplitScreenMinimized(boolean minimized) {
66 mAnimationController.setSplitScreenMinimized(minimized);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
Divider.java 127 private void updateMinimizedDockedStack(final boolean minimized, final long animDuration,
133 if (mMinimized != minimized) {
134 mMinimized = minimized;
137 mView.setMinimizedDockStack(minimized, animDuration, isHomeStackResizable);
139 mView.setMinimizedDockStack(minimized, isHomeStackResizable);
191 public void onDockedStackMinimizedChanged(boolean minimized, long animDuration,
194 updateMinimizedDockedStack(minimized, animDuration, isHomeStackResizable);
DividerView.java 100 * How much the background gets scaled when we are in the minimized dock state.
317 // Save the current target if not minimized once attached to window
377 // Set the previous position ratio before minimized state after attaching this divider
646 // Reset minimized divider position after unminimized state animation finishes
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
LocaleDisplayNames.java 283 * Returns the minimized locale for an input locale, such as sr-Cyrl ? sr
285 public final ULocale minimized; field in class:LocaleDisplayNames.UiListItem
301 * @param minimized locale for an input locale
306 public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSelf) {
307 this.minimized = minimized;
327 && minimized.equals(other.minimized)
344 return "{" + minimized + ", " + modified + ", " + nameInDisplayLocale + ", " + nameInSelf + "}";
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
LocaleDisplayNames.java 306 * Returns the minimized locale for an input locale, such as sr-Cyrl ? sr
309 public final ULocale minimized; field in class:LocaleDisplayNames.UiListItem
328 * @param minimized locale for an input locale
334 public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSelf) {
335 this.minimized = minimized;
357 && minimized.equals(other.minimized)
378 return "{" + minimized + ", " + modified + ", " + nameInDisplayLocale + ", " + nameInSelf + "}";
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.h 87 boolean minimized; /**< Is the window currently minimized? */ member in struct:stw_framebuffer
stw_framebuffer.c 143 fb->minimized = width == 0 || height == 0;
147 * When the window is minimized GetClientRect will return zeros. Simply
520 if (!fb->minimized) {
  /external/v8/tools/foozzie/
v8_mock_archs.js 11 // minimized.
v8_mock.js 9 // minimized.
12 // This will be overridden in the test cases. The override can be minimized.
  /external/webrtc/webrtc/modules/desktop_capture/mac/
full_screen_chrome_window_detector.cc 29 // Returns true if the window is minimized.
35 bool minimized = false; local
43 minimized = !on_screen;
49 return minimized;
233 // No need to update the window list when the window is minimized.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java 360 protected void setDrawerState(boolean minimized) {
367 flf.animateMinimized(minimized);
368 mLayout.animateDrawer(minimized);
377 if (minimized) {
407 protected void onDrawerDragEnded(boolean minimized) {
409 setDrawerState(minimized);
    [all...]
TwoPaneLayout.java 347 public void animateDrawer(boolean minimized) {
350 translatePanes(minimized ? 0 : openDrawerDelta, 0 /* drawerDeltaX */, true /* animate */);
517 // Drawer is minimized if velocity is toward the left or it's rtl.
    [all...]
FolderListFragment.java 766 public void setMinimized(boolean minimized) {
771 mIsMinimized = minimized;
786 public void animateMinimized(boolean minimized) {
791 mIsMinimized = minimized;
796 // From the current state (either maximized or partially dragged) to minimized.
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManagerInternal.java 191 * minimized state.
193 public abstract void notifyDockedStackMinimizedChanged(boolean minimized);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipMotionHelper.java 195 * @return the closest minimized PiP bounds.
206 * @return whether the PiP at the current bounds should be minimized.
238 * Flings the minimized PiP to the closest minimized snap target.
242 // We currently only allow flinging the minimized stack up and down, so just lock the
259 * Animates the PiP to the minimized state, slightly offscreen.
337 Rect normalMovementBounds, Rect currentMovementBounds, boolean minimized,
345 if (minimized) {
  /frameworks/base/services/core/java/com/android/server/wm/
RecentsAnimationController.java 106 // minimized
210 public void setSplitScreenMinimized(boolean minimized) {
218 mSplitScreenMinimized = minimized;
303 // Save the minimized home height
DockedStackDividerController.java 233 // The offset in the left (landscape)/top (portrait) is calculated with the minimized
240 // minimized size height in portrait mode.
551 Slog.e(TAG_WM, "Error delivering minimized dock changed event.", e);
645 // We were minimized, and now we are still minimized, but somebody is trying to launch an
655 // When the home activity is the recents component and we are already minimized,
693 // Do not minimize when dock is already minimized while keyguard is showing and not
719 * Sets whether the docked stack is currently in a minimized state, i.e. all the tasks in the
722 * @param minimizedDock Whether the docked stack is currently minimized.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleDisplayNamesImpl.java 614 ULocale minimized = ULocale.minimizeSubtags(modified, ULocale.Minimize.FAVOR_SCRIPT); local
623 return new UiListItem(minimized, modified, nameInDisplayLocale, nameInSelf);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java 610 ULocale minimized = ULocale.minimizeSubtags(modified, ULocale.Minimize.FAVOR_SCRIPT); local
619 return new UiListItem(minimized, modified, nameInDisplayLocale, nameInSelf);
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex_test.go 373 // minimized JavaScript. Should have fixed it before Go 1.1.
  /prebuilts/go/linux-x86/src/text/template/parse/
lex_test.go 373 // minimized JavaScript. Should have fixed it before Go 1.1.
  /prebuilts/jdk/jdk8/darwin-x86/lib/
jconsole.jar 

Completed in 605 milliseconds

1 2