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

1 2 3 4 5 6 7 8 91011>>

  /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);
IPinnedStackController.aidl 28 * Notifies the controller that the PiP is currently minimized.
IRecentsAnimationRunner.aidl 42 * @param minimizedHomeBounds Specifies the bounds of the minimized home app, will be
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue19632.go 14 // Minimized test case from github.com/mvdan/sh/syntax.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue19632.go 14 // Minimized test case from github.com/mvdan/sh/syntax.
  /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/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/autotest/client/site_tests/security_StatefulPermissions/
control 11 PURPOSE = "To maintain a vetted, minimized set of attack surfaces in stateful."
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
RecentsAnimationControllerCompat.java 64 public void setSplitScreenMinimized(boolean minimized) {
66 mAnimationController.setSplitScreenMinimized(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.
  /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/v8/tools/foozzie/
v8_mock.js 9 // minimized.
12 // This will be overridden in the test cases. The override can be minimized.
v8_mock_archs.js 11 // minimized.
  /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/eigen/unsupported/Eigen/src/NonLinearOptimization/
dogleg.h 71 /* at which the quadratic is minimized. */
92 /* at which the quadratic is 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) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
S3SmmSaveState.h 15 runtime calls be minimized by the caller.
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
ISystemUiProxy.aidl 54 * Get the secondary split screen app's rectangle when not minimized.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitcodeWriter.h 86 /// Can be used to produce the same module hash for a minimized bitcode
93 /// Write the specified thin link bitcode file (i.e., the minimized bitcode
126 /// Can be used to produce the same module hash for a minimized bitcode
135 /// Write the specified thin link bitcode file (i.e., the minimized bitcode
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitcodeWriter.h 86 /// Can be used to produce the same module hash for a minimized bitcode
93 /// Write the specified thin link bitcode file (i.e., the minimized bitcode
126 /// Can be used to produce the same module hash for a minimized bitcode
135 /// Write the specified thin link bitcode file (i.e., the minimized bitcode
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitcodeWriter.h 86 /// Can be used to produce the same module hash for a minimized bitcode
93 /// Write the specified thin link bitcode file (i.e., the minimized bitcode
126 /// Can be used to produce the same module hash for a minimized bitcode
135 /// Write the specified thin link bitcode file (i.e., the minimized bitcode
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
BitcodeWriter.h 86 /// Can be used to produce the same module hash for a minimized bitcode
93 /// Write the specified thin link bitcode file (i.e., the minimized bitcode
126 /// Can be used to produce the same module hash for a minimized bitcode
135 /// Write the specified thin link bitcode file (i.e., the minimized bitcode

Completed in 7750 milliseconds

1 2 3 4 5 6 7 8 91011>>