Searched defs:always (Results 1 - 23 of 23) sorted by relevance

/frameworks/support/v4/java/android/support/v4/util/
H A DTimeUtils.java38 static private int accumField(int amt, int suffix, boolean always, int zeropad) { argument
39 if (amt > 99 || (always && zeropad >= 3)) {
42 if (amt > 9 || (always && zeropad >= 2)) {
45 if (always || amt > 0) {
52 boolean always, int zeropad) {
53 if (always || amt > 0) {
55 if ((always && zeropad >= 3) || amt > 99) {
61 if ((always && zeropad >= 2) || amt > 9 || startPos != pos) {
51 printField(char[] formatStr, int amt, char suffix, int pos, boolean always, int zeropad) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java61 public void fling(float vel, boolean always) { argument
68 super.fling(vel, always);
71 // We draw the handle ourselves so that it's always glued to the bottom of the window.
H A DSettingsPanelView.java103 public void fling(float vel, boolean always) { argument
110 super.fling(vel, always);
119 // We draw the handle ourselves so that it's always glued to the bottom of the window.
H A DPanelView.java361 public void fling(float vel, boolean always) { argument
365 if (always||mVel != 0) {
494 fling(-mSelfCollapseVelocityPx, /*always=*/ true);
502 fling(mSelfExpandVelocityPx, /*always=*/ true);
/frameworks/base/core/java/android/util/
H A DTimeUtils.java253 static private int accumField(int amt, int suffix, boolean always, int zeropad) { argument
254 if (amt > 99 || (always && zeropad >= 3)) {
257 if (amt > 9 || (always && zeropad >= 2)) {
260 if (always || amt > 0) {
267 boolean always, int zeropad) {
268 if (always || amt > 0) {
270 if ((always && zeropad >= 3) || amt > 99) {
276 if ((always && zeropad >= 2) || amt > 9 || startPos != pos) {
266 printField(char[] formatStr, int amt, char suffix, int pos, boolean always, int zeropad) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DUniverseBackground.java322 void performFling(int y, float vel, boolean always) { argument
335 if (!always && (
354 if (always || (
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java492 private void performFling(int position, float velocity, boolean always) { argument
497 if (always || (velocity > mMaximumMajorVelocity ||
514 if (!always && (velocity > mMaximumMajorVelocity ||
952 // mAllowSingleTap isn't relevant here; you're *always*
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java282 void startSelected(int which, boolean always) { argument
285 onIntentSelected(ri, intent, always);
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java238 boolean always) {
244 effectId, always);
237 performHapticFeedback(IWindow window, int effectId, boolean always) argument
H A DWindowManagerService.java359 * logical location in this list. Note that this list is always in sync with mWindows.
4106 // Opening a new task always supersedes a close for the anim.
4110 // Opening a new activity always supersedes a close for the anim.
5628 public void showBootMessage(final CharSequence msg, final boolean always) { argument
5634 Slog.i(TAG, "showBootMessage: msg=" + msg + " always=" + always
5643 if (!always) {
5652 mPolicy.showBootMessage(msg, always);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java83 public boolean performHapticFeedback(IWindow window, int effectId, boolean always) { argument
/frameworks/base/core/java/android/app/
H A DFragmentManager.java1038 void moveToState(int newState, boolean always) { argument
1039 moveToState(newState, 0, 0, always);
1042 void moveToState(int newState, int transit, int transitStyle, boolean always) { argument
1047 if (!always && mCurState == newState) {
H A DActivityManagerNative.java1724 boolean always = data.readInt() != 0;
1725 showBootMessage(msg, always);
4005 public void showBootMessage(CharSequence msg, boolean always) throws RemoteException { argument
4010 data.writeInt(always ? 1 : 0);
H A DIActivityManager.java348 public void showBootMessage(CharSequence msg, boolean always) throws RemoteException; argument
359 // manage your activity to make sure it is always the uid you expect.
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java449 * The default implementation does nothing, and always returns null
821 void doOffsetsChanged(boolean always) { argument
826 if (!always && !mOffsetsChanged) {
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1040 public void showBootMessage(final CharSequence msg, final boolean always); argument
1065 public boolean performHapticFeedbackLw(WindowState win, int effectId, boolean always); argument
H A DViewGroup.java267 * When set, this ViewGroup tries to always draw its children using their drawing cache.
1696 * The default implementation always returns false.
1840 final int actionIndex = ev.getActionIndex(); // always 0 for down
2996 // Clearing a pressed state always propagates.
4475 * Indicates whether this ViewGroup will always try to draw its children using their
4490 * Indicates whether this ViewGroup will always try to draw its children using their
4499 * @param always true to always draw with the drawing cache, false otherwise
4506 public void setAlwaysDrawnWithCacheEnabled(boolean always) { argument
4507 setBooleanFlag(FLAG_ALWAYS_DRAWN_WITH_CACHE, always);
[all...]
H A DViewRootImpl.java1003 // that the screen be kept on, then it is always set; otherwise, it is
1180 // However, windows are now always 32 bits by default, so choose 32 bits
3389 // we always consider the trackball event handled.
4020 public boolean performHapticFeedback(int effectId, boolean always) { argument
4022 return mWindowSession.performHapticFeedback(mWindow, effectId, always);
H A DView.java470 * <p><em>Note: The entire view tree is single threaded. You must always be on
512 * always highlight, or give focus to, a particular view. This motivates a mode
2290 * will always represent the worst case that the application can expect
4358 * focus moved when requestFocus() is called. It may not always
4556 * It may not always apply, in which case use the default.
5280 * Subclasses of View overriding this method should always call super.onFocusLost().
5585 * Note that the insets provided by the framework are always relative to the
5782 // Focusable in touch mode should always be set before the focusable flag
7014 // When traversing by character we always put the cursor after the character
7665 * things like whether focus is always visibl
17610 performHapticFeedback(int effectId, boolean always) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java1069 void moveToState(int newState, boolean always) { argument
1070 moveToState(newState, 0, 0, always);
1073 void moveToState(int newState, int transit, int transitStyle, boolean always) { argument
1078 if (!always && mCurState == newState) {
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java494 void setCurrentItemInternal(int item, boolean smoothScroll, boolean always) { argument
495 setCurrentItemInternal(item, smoothScroll, always, 0);
498 void setCurrentItemInternal(int item, boolean smoothScroll, boolean always, int velocity) { argument
503 if (!always && mCurItem == item && mItems.size() != 0) {
1294 // For simple implementation, or internal size is always 0.
1812 * ACTION_DOWN always refers to pointer index 0.
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java396 // Bits that we are currently always keeping cleared.
579 * We always let the sensor be switched on by default except when
602 // we will always leave it on. Note that the user could go to
607 // changes to lag, so we'd like to keep it always on. (It will
616 * screen turning off, should always disable listeners if already enabled
1031 // The system bar is always at the bottom. If you are watching
1044 // The navigation bar is at the right in landscape; it seems always
1463 // For the system navigation bar, we always place it at the bottom.
1819 // First we always handle the home key here, so applications
2275 // Any user activity always cause
4171 showBootMessage(final CharSequence msg, final boolean always) argument
4407 performHapticFeedbackLw(WindowState win, int effectId, boolean always) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java4351 public void showBootMessage(final CharSequence msg, final boolean always) { argument
4353 mWindowManager.showBootMessage(msg, always);
4582 // actually executed. However, we do want to always do the
4935 * the given {@link ProviderInfo}. Final permission checking is always done
5757 // Return the entry if desired by the caller. We always return
5758 // the first entry, because callers always expect this to be the
6130 Bitmap thumbnail, CharSequence description, boolean always) {
6147 if (thumbnail == null && !always) {
6245 * given {@link ProviderInfo}. Final permission checking is always done
10621 ContentProviderRecord cpr, boolean always) {
6129 sendPendingThumbnail(ActivityRecord r, IBinder token, Bitmap thumbnail, CharSequence description, boolean always) argument
10620 removeDyingProviderLocked(ProcessRecord proc, ContentProviderRecord cpr, boolean always) argument
[all...]

Completed in 1803 milliseconds