Searched refs:force (Results 76 - 95 of 95) sorted by relevance

1234

/frameworks/base/include/androidfw/
H A DResourceTypes.h1678 status_t applyStyle(uint32_t resID, bool force=false);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp5347 // to apply the necessary force to depress an integrated button below the surface.
7127 sync(rawEvent->when, false /*force*/);
7134 void JoystickInputMapper::sync(nsecs_t when, bool force) { argument
7135 if (!filterAxes(force)) {
7185 bool JoystickInputMapper::filterAxes(bool force) { argument
7186 bool atLeastOneSignificantChange = force;
7190 if (force || hasValueChangedSignificantly(axis.filter,
7196 if (force || hasValueChangedSignificantly(axis.filter,
/frameworks/av/services/audioflinger/
H A DEffects.cpp306 // force transition to IDLE state when engine is ready
1844 bool AudioFlinger::EffectChain::setVolume_l(uint32_t *left, uint32_t *right, bool force) argument
1862 if (!force && ctrlIdx == mVolumeCtrlIdx &&
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1061 jboolean force)
1064 theme->applyStyle(styleRes, force ? true : false);
1058 android_content_AssetManager_applyThemeStyle(JNIEnv* env, jobject clazz, jlong themeHandle, jint styleRes, jboolean force) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java369 true /* force */);
561 true /* force */);
1065 animateCollapsePanels(CommandQueue.FLAG_EXCLUDE_RECENTS_PANEL, true /* force */);
1244 mStackScroller.resetExposedGearView(animate, true /* force */);
1854 true /* force */, true /* delayed */);
2020 true /* force */, true /* delayed */);
2049 public void animateCollapsePanels(int flags, boolean force) { argument
2052 public void animateCollapsePanels(int flags, boolean force, boolean delayed) { argument
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java351 // force the crop rect to lie within the measured bounds
1591 boolean bindWallpaperComponentLocked(ComponentName componentName, boolean force, argument
1595 if (!force) {
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java1135 protected void dumpsysOnLogcat(String message, boolean force) { argument
1136 if (force || !ENABLE_DUMP) return;
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java500 // mVolumeControlStream is set by VolumePanel to temporarily force the stream type which volume
1753 * @param force If true, set the volume even if the desired volume is same
1759 boolean force,
1763 if (streamState.setIndex(index, device, caller) || force) {
2374 // force reading new top of mSetModeDeathHandlers stack
3332 private void onConfigureSafeVolume(boolean force, String caller) { argument
3335 if ((mMcc != mcc) || ((mMcc == 0) && force)) {
3339 SystemProperties.getBoolean("audio.safemedia.force", false)
3900 // force maximum volume on all streams if fixed volume property is set
5493 return SystemProperties.getBoolean("audio.camerasound.force", fals
1756 setStreamVolumeInt(int streamType, int index, int device, boolean force, String caller) argument
[all...]
/frameworks/base/core/java/android/app/
H A DIActivityManager.java467 public int stopUser(int userid, boolean force, IStopUserCallback callback) throws RemoteException; argument
H A DActivityManagerNative.java2143 boolean force = data.readInt() != 0;
2146 int result = stopUser(userid, force, callback);
5804 public int stopUser(int userid, boolean force, IStopUserCallback callback) argument
5810 data.writeInt(force ? 1 : 0);
H A DActivityThread.java3440 static final void cleanUpPendingRemoveWindows(ActivityClientRecord r, boolean force) { argument
3441 if (r.mPreserveWindow && !force) {
3531 cleanUpPendingRemoveWindows(r, false /* force */);
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1618 boolean force) {
1619 if (!force && r.restartDelay == 0) {
1617 unscheduleServiceRestartLocked(ServiceRecord r, int callingUid, boolean force) argument
H A DActivityManagerService.java1650 // saw a crash dialog and hit "force quit".
6148 Slog.w(TAG, "Can't force stop all processes of all users, that is insane!");
6218 // Remove pending intents. For now we only do this when force
18097 // If resources are unavailable just force stop all those packages
19563 app.adjType = "force-fg";
20009 // is large we want to force it down since we would prefer to
21758 public int stopUser(final int userId, boolean force, final IStopUserCallback callback) { argument
21759 return mUserController.stopUser(userId, force, callback);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java489 * list or contain windows that need to be force removed.
2097 // toast focusable to force it not being hidden after the timeout.
2244 mInputMonitor.updateInputWindowsLw(false /*force*/);
2387 mInputMonitor.updateInputWindowsLw(false /*force*/);
2490 mInputMonitor.updateInputWindowsLw(true /*force*/);
2653 mInputMonitor.updateInputWindowsLw(true /*force*/);
2953 mInputMonitor.updateInputWindowsLw(true /*force*/);
3086 mInputMonitor.updateInputWindowsLw(true /*force*/);
3512 mInputMonitor.updateInputWindowsLw(true /*force*/);
4340 // immediately force th
4744 unsetAppFreezingScreenLocked(AppWindowToken wtoken, boolean unfreezeSurfaceNow, boolean force) argument
4830 stopAppFreezingScreen(IBinder token, boolean force) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java420 * more than this long since the last fstrim, we force one during the boot sequence.
7341 false /* force */);
7377 false /* checkProfiles */, getFullCompilerFilter(), false /* force */);
7383 boolean checkProfiles, int compileReason, boolean force) {
7385 getCompilerFilterForReason(compileReason), force);
7391 boolean checkProfiles, String targetCompilerFilter, boolean force) {
7393 targetCompilerFilter, force);
7398 boolean checkProfiles, String targetCompilerFilter, boolean force) {
7402 targetCompilerFilter, force);
7411 boolean checkProfiles, String targetCompilerFilter, boolean force) {
7382 performDexOpt(String packageName, boolean checkProfiles, int compileReason, boolean force) argument
7390 performDexOptMode(String packageName, boolean checkProfiles, String targetCompilerFilter, boolean force) argument
7397 performDexOptTraced(String packageName, boolean checkProfiles, String targetCompilerFilter, boolean force) argument
7410 performDexOptInternal(String packageName, boolean checkProfiles, String targetCompilerFilter, boolean force) argument
7445 performDexOptInternalWithDependenciesLI(PackageParser.Package p, boolean checkProfiles, String targetCompilerFilter, boolean force) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3351 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force) argument
3431 if (force || curEntry->value.dataType == Res_value::TYPE_NULL) {
3443 ALOGI("Applying style 0x%08x (force=%d) theme %p...\n", resID, force, this);
5056 // escapes, so they can be used to force whitespace into the string.
/frameworks/base/core/java/android/widget/
H A DEditor.java4246 * @param forceUpdatePosition whether to force update the position. This should be true
5653 public void update(int x, int y, int w, int h, boolean force) { argument
5654 super.update(x, y, w, h, force);
5830 if (DEBUG_UNDO) Log.d(TAG, "filter: force merge " + edit);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java139 * Set this system property to true to force the view hierarchy to render
1697 // relaunching), so we need to force a call into window manager to pick up the latest
2301 * to blank containers, and force a second request/measure/layout pass in this frame. If
3306 void updateConfiguration(Configuration config, boolean force) { argument
3329 if (force || mLastConfiguration.diff(config) != 0) {
7262 * need to force a relayout of the window to make sure we get the correct bounds from window
H A DView.java165 * response to user input. To force focus to a specific view, call
481 * To force a view to draw, call {@link #invalidate()}.
2396 * view to force the quickReject test to run again.
2878 * not set, {@link #SYSTEM_UI_FLAG_HIDE_NAVIGATION} will be force cleared by the system on any
2890 * {@link #SYSTEM_UI_FLAG_HIDE_NAVIGATION} will be force cleared by the system on any user
2891 * interaction, and {@link #SYSTEM_UI_FLAG_FULLSCREEN} will be force-cleared by the system
7797 * in addition to the default behavior. Clients that wish to force a view subtree
10535 void needGlobalAttributesUpdate(boolean force) { argument
10538 if (force || ai.mKeepScreenOn || (ai.mSystemUiVisibility != 0)
11607 * {@link View#invalidate()} on the view's parent to force th
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1338 milliseconds

1234