Searched refs:more (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DClientOperation.java233 throw new IOException("no more input streams available");
268 throw new IOException("no more output streams available");
393 * @return <code>true</code> if there is more data to send;
394 * <code>false</code> if there is no more data to send
534 * initial request. If the response takes more then one packet, a thread
543 boolean more = true;
548 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
549 more = sendRequest(0x03);
563 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
564 more
[all...]
/frameworks/av/media/libstagefright/
H A DESDS.cpp80 bool more; local
90 more = (x & 0x80) != 0;
92 while (more);
/frameworks/base/services/java/com/android/server/wm/
H A DAppWindowAnimator.java170 final boolean more = animation.getTransformation(currentTime, transformation);
172 TAG, "Stepped animation in " + mAppToken + ": more=" + more + ", xform=" + transformation);
173 if (!more) {
179 hasTransformation = more;
180 return more;
H A DScreenRotationAnimation.java823 final boolean more = (TWO_PHASE_ANIMATION
832 if (DEBUG_STATE) Slog.v(TAG, "Step: more=" + more);
834 return more;
H A DWindowStateAnimator.java215 final boolean more = mAnimation.getTransformation(currentTime, mTransformation);
218 ": more=" + more + ", xform=" + mTransformation);
219 return more;
223 // there is more animation to run.
899 // transforming since it is more important to have that
/frameworks/base/media/mca/filterfw/
H A DAndroid.mk45 # Don't prelink this library. For more efficient code, you may want
/frameworks/compile/libbcc/runtime/make/
H A Doptions.mk22 # FIXME: Make this more portable. When that is done, it should probably be the
/frameworks/compile/mclinker/lib/Support/
H A DLEB128.cpp69 bool more = true; local
77 more = false;
83 } while (more);
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java374 boolean more = false;
384 more = a.getTransformation(currentTime, temp, getScaleFactor()) || more;
405 return more;
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java69 * A keyboard with all the letters, but with more than one letter per key.
127 * @see {#link #getModifierBehavior()} for more details.
135 * @see {#link #getModifierBehavior()} for more details.
642 * <li>Chorded behavior: When the modifier key is pressed together with one or more
651 * the modifier key on its own one more time to reset it to the initial state.
H A DView.java115 * either from code or by specifying a tree of views in one or more XML layout
136 * Other view subclasses offer more specialized listeners. For example, a Button
313 * (see <a href="#SizePaddingMargins">Size</a> for more information about the width.)
326 * within its parent (see <a href="#Layout">Layout</a> for more details.) The
377 * children's measurements. A parent view may call measure() more than once on
530 * {@link #awakenScrollBars()} for more details.
551 * {@link android.animation.Animator Animator}-based animations, described more in the
594 * For more fine-grained control over security, consider overriding the
794 * Refer to the class comments for more information about this security feature.
1549 * be extended in the future to hold our own class with more tha
[all...]
H A DViewGroup.java68 * <p>For more information about creating user interface layouts, read the
638 // into other tabs. see LocalActivityManager and TabHost for more info
885 // to avoid the focus search finding layouts when a more precise search
886 // among the focusable children would be more interesting.
2792 boolean more = false;
2799 more |= drawChild(canvas, child, drawingTime);
2806 more |= drawChild(canvas, child, drawingTime);
2818 more |= drawChild(canvas, child, drawingTime);
2838 mLayoutAnimationController.isDone() && !more) {
3325 * you need to add more view
[all...]
/frameworks/base/media/mca/filterfw/jni/
H A DAndroid.mk44 # Don't prelink this library. For more efficient code, you may want
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s98 ;load alpha1,beta1 somewhere to avoid more loads
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s114 ;load alpha1,beta1 somewhere to avoid more loads
/frameworks/base/core/java/android/text/
H A DTextUtils.java245 * allowing a more efficient implementation.
604 // note to people adding to this: check more specific types
605 // before more generic types. also notice that it uses
842 * value that was not provided, or if more than 9 values are
1152 * into one like "Andy, Bob, 2 more".
1157 * @param oneMore the string for "1 more" in the current locale
1158 * @param more the string for "%d more" in the current locale
1163 String more) {
1164 return commaEllipsize(text, p, avail, oneMore, more,
1160 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more) argument
1171 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more, TextDirectionHeuristic textDir) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DGallery.java347 * Remember that we are in layout to prevent more layout request from
1001 * The user has moved more than the slop amount, since GestureDetector
1002 * ensures this before calling this method. Also, if a parent is more
1479 boolean more = scroller.computeScrollOffset();
1492 // Don't fling more than 1 screen
1500 // Don't fling more than 1 screen
1506 if (more && !mShouldStopFling) {
H A DListView.java77 * When arrow scrolling, ListView will never scroll more than this factor
241 * called more than once, the views will appear in the order they were
274 * called more than once, the views will appear in the order they were
327 * called more than once, the views will appear in the order they were
359 * Add a fixed view to appear at the bottom of the list. If addFooterView is called more
979 // Don't scroll more than half the height of the list
1040 // Don't scroll more than half the height of the list
1210 * height should only contain entire children. This is more
1383 // Make sure we are 1) Too high, and 2) Either there are more rows above the
1393 // Fill the gap that was opened above mFirstPosition with more row
[all...]
H A DAbsListView.java1540 * By default, the drawing cache is enabled but this will consume more memory.
1554 * By default, the drawing cache is enabled but this will use more memory.
3109 // Check if we have moved far enough that it looks more like a
3465 // Check if we have moved far enough that it looks more like a
3570 // Since we can potentially overfling more than we can overscroll, don't
3953 // TODO: Make this decision more intelligent.
4161 boolean more = scroller.computeScrollOffset();
4175 // Don't fling more than 1 screen
4185 // Don't fling more than 1 screen
4206 if (more) {
[all...]
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css2998 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
3478 .moremenu #more-btn {
3487 .moremenu:hover #more-btn {
3912 .feed .feed-container .feed-frame li.more {
3916 .feed .feed-container .feed-frame li.more a {
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css2947 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
3427 .moremenu #more-btn {
3436 .moremenu:hover #more-btn {
3855 .feed .feed-container .feed-frame li.more {
3859 .feed .feed-container .feed-frame li.more a {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRIL.java3641 private void unsljLogMore(int response, String more) { argument
3642 riljLog("[UNSL]< " + responseToString(response) + " " + more);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1233 // Don't report more than every 5 minutes to somewhat
1781 // If this process has activities, we more strongly want to keep
1786 // it a little more strongly.
1894 // We don't have to do anything more if:
7571 // we won't trample on them any more.
7943 // compression, by having more fewer, larger records.
8621 boolean more = false;
8732 more = true;
8745 if (!more) {
10691 // Make sure we have no more record
[all...]

Completed in 1626 milliseconds