HomeSort by relevance Sort by last modified time
    Searched refs:minimized (Results 1 - 25 of 34) 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
  /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.
321 // Save the current target if not minimized once attached to window
381 // Set the previous position ratio before minimized state after attaching this divider
390 // Set the snap target before minimized but do not save until divider is attached and not
391 // minimized because it does not know its minimized state yet.
618 // Reset minimized divider position after unminimized state animation finishes
731 public void setMinimizedDockStack(boolean minimized, boolean isHomeStackResizable) {
734 if (!minimized) {
748 mMinimizedShadow.setAlpha(minimized ? 1f : 0f)
    [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.
  /frameworks/base/core/java/android/app/
ActivityManagerInternal.java 161 * minimized state.
163 public abstract void notifyDockedStackMinimizedChanged(boolean 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/packages/SystemUI/src/com/android/systemui/pip/phone/
PipMotionHelper.java 200 * @return the closest minimized PiP bounds.
211 * @return whether the PiP at the current bounds should be minimized.
242 * Flings the minimized PiP to the closest minimized snap target.
246 // We currently only allow flinging the minimized stack up and down, so just lock the
263 * Animates the PiP to the minimized state, slightly offscreen.
341 Rect normalMovementBounds, Rect currentMovementBounds, boolean minimized,
349 if (minimized) {
  /frameworks/base/services/core/java/com/android/server/wm/
DockedStackDividerController.java 194 // The offset in the left (landscape)/top (portrait) is calculated with the minimized
201 // minimized size height in portrait mode.
476 Slog.e(TAG_WM, "Error delivering minimized dock changed event.", e);
558 // We were minimized, and now we are still minimized, but somebody is trying to launch an
601 // Do not minimize when dock is already minimized while keyguard is showing and not
621 * Sets whether the docked stack is currently in a minimized state, i.e. all the tasks in the
624 * @param minimizedDock Whether the docked stack is currently minimized.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleDisplayNamesImpl.java 606 ULocale minimized = ULocale.minimizeSubtags(modified, ULocale.Minimize.FAVOR_SCRIPT); local
612 return new UiListItem(minimized, modified, nameInDisplayLocale, nameInSelf);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java 602 ULocale minimized = ULocale.minimizeSubtags(modified, ULocale.Minimize.FAVOR_SCRIPT); local
608 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 
  /prebuilts/jdk/jdk8/linux-x86/lib/
jconsole.jar 
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java 565 * Is dock currently minimized.
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 

Completed in 1791 milliseconds

1 2