Searched refs:force (Results 51 - 67 of 67) sorted by relevance

123

/frameworks/base/core/java/android/content/res/
H A DResources.java856 * the drawable returned is not the requested density, then force it
1343 * <p>The semantics of this function depends on the <var>force</var>
1351 * @param force If true, values in the style resource will always be
1355 public void applyStyle(int resId, boolean force) { argument
1356 AssetManager.applyThemeStyle(mTheme, resId, force);
1359 mKey += Integer.toHexString(resId) + (force ? "! " : " ");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java190 updateAirplaneMode(true /* force callback */);
503 updateAirplaneMode(true /* force */);
519 private void updateAirplaneMode(boolean force) { argument
522 if (airplaneMode != mAirplaneMode || force) {
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java890 boolean bindWallpaperComponentLocked(ComponentName componentName, boolean force, argument
894 if (!force) {
/frameworks/native/services/inputflinger/
H A DInputReader.h1837 void sync(nsecs_t when, bool force);
1841 bool filterAxes(bool force);
H A DInputReader.cpp4801 // to apply the necessary force to depress an integrated button below the surface.
6483 sync(rawEvent->when, false /*force*/);
6490 void JoystickInputMapper::sync(nsecs_t when, bool force) { argument
6491 if (!filterAxes(force)) {
6541 bool JoystickInputMapper::filterAxes(bool force) { argument
6542 bool atLeastOneSignificantChange = force;
6546 if (force || hasValueChangedSignificantly(axis.filter,
6552 if (force || hasValueChangedSignificantly(axis.filter,
/frameworks/base/include/androidfw/
H A DResourceTypes.h1619 status_t applyStyle(uint32_t resID, bool force=false);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java1630 public void writeKnownNetworkHistory(boolean force) { argument
1631 boolean needUpdate = force;
3834 private void localLog(String s, boolean force) { argument
3836 if (force) loge(s);
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp955 jboolean force)
958 theme->applyStyle(styleRes, force ? true : false);
952 android_content_AssetManager_applyThemeStyle(JNIEnv* env, jobject clazz, jlong themeHandle, jint styleRes, jboolean force) argument
/frameworks/base/media/java/android/media/
H A DAudioService.java477 // mVolumeControlStream is set by VolumePanel to temporarily force the stream type which volume
1488 * @param force If true, set the volume even if the desired volume is same
1494 boolean force) {
1497 if (streamState.setIndex(index, device) || force) {
2178 // force reading new top of mSetModeDeathHandlers stack
3045 private void onConfigureSafeVolume(boolean force) { argument
3048 if ((mMcc != mcc) || ((mMcc == 0) && force)) {
3052 SystemProperties.getBoolean("audio.safemedia.force", false)
3509 // force maximum volume on all streams if fixed volume property
4982 // and disconnected with its address (card , device) and force th
1491 setStreamVolumeInt(int streamType, int index, int device, boolean force) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java4128 public void update(int x, int y, int w, int h, boolean force) { argument
4129 super.update(x, y, w, h, force);
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1287 boolean force) {
1288 if (!force && r.restartDelay == 0) {
1286 unscheduleServiceRestartLocked(ServiceRecord r, int callingUid, boolean force) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java420 * list or contain windows that need to be force removed.
2546 mInputMonitor.updateInputWindowsLw(false /*force*/);
2667 mInputMonitor.updateInputWindowsLw(false /*force*/);
2790 mInputMonitor.updateInputWindowsLw(true /*force*/);
3158 mInputMonitor.updateInputWindowsLw(true /*force*/);
3297 mInputMonitor.updateInputWindowsLw(true /*force*/);
3604 mInputMonitor.updateInputWindowsLw(true /*force*/);
4237 // immediately force the new one to be displayed. If
4532 mInputMonitor.updateInputWindowsLw(false /*force*/);
4655 boolean unfreezeSurfaceNow, boolean force) {
4654 unsetAppFreezingScreenLocked(AppWindowToken wtoken, boolean unfreezeSurfaceNow, boolean force) argument
4750 stopAppFreezingScreen(IBinder token, boolean force) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java315 true /* force */);
396 true /* force */);
831 animateCollapsePanels(CommandQueue.FLAG_EXCLUDE_RECENTS_PANEL, true /* force */);
1602 true /* force */);
1611 public void animateCollapsePanels(int flags, boolean force) { argument
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java117 * Set this system property to true to force the view hierarchy to render
2041 * to blank containers, and force a second request/measure/layout pass in this frame. If
3025 void updateConfiguration(Configuration config, boolean force) { argument
3047 if (force || mLastConfiguration.diff(config) != 0) {
H A DView.java150 * response to user input. To force focus to a specific view, call
466 * To force a view to draw, call {@link #invalidate()}.
2305 * view to force the quickReject test to run again.
2573 * not set, {@link #SYSTEM_UI_FLAG_HIDE_NAVIGATION} will be force cleared by the system on any
2585 * {@link #SYSTEM_UI_FLAG_HIDE_NAVIGATION} will be force cleared by the system on any user
2586 * interaction, and {@link #SYSTEM_UI_FLAG_FULLSCREEN} will be force-cleared by the system
6464 * in addition to the default behavior. Clients that wish to force a view subtree
8901 void needGlobalAttributesUpdate(boolean force) { argument
8904 if (force || ai.mKeepScreenOn || (ai.mSystemUiVisibility != 0)
9837 * {@link View#invalidate()} on the view's parent to force th
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3054 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force) argument
3126 if (force || curEntry->value.dataType == Res_value::TYPE_NULL) {
3137 //ALOGI("Applying style 0x%08x (force=%d) theme %p...\n", resID, force, this);
4587 // escapes, so they can be used to force whitespace into the string.
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java290 * more than this long since the last fstrim, we force one during the boot sequence.
635 void write(boolean force) { argument
636 if (force) {
1736 false /* force dexopt */, false /* defer dexopt */);
4738 performDexOptLI(p, null /* instruction sets */, false /* force dex */,
4788 return performDexOptLI(p, instructionSets, false /* force dex */, false /* defer */,
5748 // renderscript code. We'll need to force the app to 32 bit if it has
13209 // broadcast when packages get disabled, force a gc to clean things up.

Completed in 990 milliseconds

123