/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. 44 void onDockedStackMinimizedChanged(boolean minimized, long animDuration); 47 * Called when window manager decides to adjust the divider for IME. Like the minimized state, 50 * @param minimized Whether the stacks are currently adjusted for the IME
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
Divider.java | 111 private void updateMinimizedDockedStack(final boolean minimized, final long animDuration) { 115 if (mMinimized != minimized) { 116 mMinimized = minimized; 119 mView.setMinimizedDockStack(minimized, animDuration); 121 mView.setMinimizedDockStack(minimized); 161 public void onDockedStackMinimizedChanged(boolean minimized, long animDuration) 163 updateMinimizedDockedStack(minimized, animDuration);
|
DividerView.java | 98 * How much the background gets scaled when we are in the minimized dock state. 695 public void setMinimizedDockStack(boolean minimized) { 697 mHandle.setAlpha(minimized ? 0f : 1f); 698 if (!minimized) { 710 mMinimizedShadow.setAlpha(minimized ? 1f : 0f); 711 mDockedStackMinimized = minimized; 714 public void setMinimizedDockStack(boolean minimized, long animDuration) { 719 .alpha(minimized ? 0f : 1f) 724 .scaleY(minimized ? MINIMIZE_DOCK_SCALE : 1f); 731 .scaleX(minimized ? MINIMIZE_DOCK_SCALE : 1f) [all...] |
MinimizedDockShadow.java | 33 * Shadow for the minimized dock state on homescreen.
|
/external/autotest/client/site_tests/security_StatefulPermissions/ |
control | 11 PURPOSE = "To maintain a vetted, minimized set of attack surfaces in stateful."
|
/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.
|
full_screen_chrome_window_detector.h | 26 // 0. The original shared window is minimized.
|
/external/webrtc/webrtc/base/ |
win32windowpicker.cc | 33 // Skip windows that are invisible, minimized, have no title, or are owned, 34 // unless they have the app window style set. Except for minimized windows, 36 // TODO: Figure out how to grab a thumbnail of a minimized window and
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
LocaleDisplayNames.java | 272 * Returns the minimized locale for an input locale, such as sr-Cyrl ? sr 275 public final ULocale minimized; field in class:LocaleDisplayNames.UiListItem 294 * @param minimized locale for an input locale 300 public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSelf) { 301 this.minimized = minimized; 317 && minimized.equals(other.minimized) 338 return "{" + minimized + ", " + modified + ", " + nameInDisplayLocale + ", " + nameInSelf + "}";
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
LocaleDisplayNames.java | 295 * Returns the minimized locale for an input locale, such as sr-Cyrl ? sr 299 public final ULocale minimized; field in class:LocaleDisplayNames.UiListItem 321 * @param minimized locale for an input locale 328 public UiListItem(ULocale minimized, ULocale modified, String nameInDisplayLocale, String nameInSelf) { 329 this.minimized = minimized; 346 && minimized.equals(other.minimized) 369 return "{" + minimized + ", " + modified + ", " + nameInDisplayLocale + ", " + nameInSelf + "}";
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
dogleg.h | 71 /* at which the quadratic is minimized. */ 92 /* at which the quadratic is minimized. */
|
/external/chromium-trace/catapult/tracing/tracing/metrics/system_health/ |
animation_smoothness_metric.html | 20 // The smoothness score is minimized when frame timestamp discrepancy is
|
animation_throughput_metric.html | 20 // The Animation Throughput score is minimized at this value of average
|
/external/jdiff/src/jdiff/ |
Comments.java | 520 * tag.equalsIgnoreCase("tr") || // Is sometimes minimized 521 * tag.equalsIgnoreCase("th") || // Is sometimes minimized 522 * tag.equalsIgnoreCase("td") || // Is sometimes minimized 523 * tag.equalsIgnoreCase("dt") || // Is sometimes minimized 524 * tag.equalsIgnoreCase("dd") || // Is sometimes minimized 525 * tag.equalsIgnoreCase("img") || // Is sometimes minimized 526 * tag.equalsIgnoreCase("code") || // Is sometimes minimized (error) 527 * tag.equalsIgnoreCase("font") || // Is sometimes minimized (error) 528 * tag.equalsIgnoreCase("ul") || // Is sometimes minimized 529 * tag.equalsIgnoreCase("ol") || // Is sometimes minimized [all...] |
/external/ImageMagick/www/Magick++/ |
PixelPacket.html | 12 <p style="margin-bottom: 0cm">The <i>PixelPacket</i> structure is used to represent pixels in ImageMagick. ImageMagick may be compiled to support 32 or 64 bit pixels. The size of PixelPacket is controlled by the value of the <i>QuantumDepth</i> define. The default is 64 bit pixels, which provide the best accuracy. If memory consumption must be minimized, or processing time must be minimized, then ImageMagick may be compiled with QuantumDepth=8. The following table shows the relationship between <i>QuantumDepth</i>, the type of <i>Quantum</i>, and the overall <i>PixelPacket</i> size.</p>
|
/frameworks/base/core/java/android/app/ |
ActivityManagerInternal.java | 143 * minimized state. 145 public abstract void notifyDockedStackMinimizedChanged(boolean minimized);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
Estimator.java | 62 * criterion that is minimized by the estimator as follows: if
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
DifferentiableMultivariateVectorialOptimizer.java | 96 * The cost function to be minimized is
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
index.jd | 34 ensure that the impact of your app on battery life is minimized, without compromising the user
|
/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/ |
AbstractPlayMusicHelper.java | 84 * Setup expectations: PlayMusic is open with a song playing the controls minimized.
|
/external/webrtc/webrtc/modules/desktop_capture/ |
window_capturer_win.cc | 30 // Skip windows that are invisible, minimized, have no title, or are owned, 165 // Return a 1x1 black frame if the window is minimized or invisible, to match
|
/frameworks/base/services/core/java/com/android/server/wm/ |
DockedStackDividerController.java | 424 Slog.e(TAG_WM, "Error delivering minimized dock changed event.", e); 532 * Sets whether the docked stack is currently in a minimized state, i.e. all the tasks in the 535 * @param minimizedDock Whether the docked stack is currently minimized. 662 private boolean setMinimizedDockedStack(boolean minimized) { 664 notifyDockedStackMinimizedChanged(minimized, 0); 665 return stack != null && stack.setAdjustedForMinimizedDock(minimized ? 1f : 0f); [all...] |
/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...] |
/external/llvm/lib/Support/ |
DAGDeltaAlgorithm.cpp | 29 // this by allowing the required set to be minimized as well, but need more test 147 /// \param Changes - The set of active changes being minimized, which should 333 // Replace the current set with the predecssors of the minimized set of
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
LwjglApplication.java | 160 if (wasActive && !isActive) { // if it's just recently minimized from active state 170 if (!wasActive && isActive) { // if it's just recently focused from minimized state
|