Searched refs:more (Results 1 - 21 of 21) sorted by path

/frameworks/av/media/libstagefright/
H A DESDS.cpp80 bool more; local
90 more = (x & 0x80) != 0;
92 while (more);
/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.java254 * allowing a more efficient implementation.
619 // note to people adding to this: check more specific types
620 // before more generic types. also notice that it uses
868 * value that was not provided, or if more than 9 values are
1183 * into one like "Andy, Bob, 2 more".
1188 * @param oneMore the string for "1 more" in the current locale
1189 * @param more the string for "%d more" in the current locale
1194 String more) {
1195 return commaEllipsize(text, p, avail, oneMore, more,
1191 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more) argument
1202 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more, TextDirectionHeuristic textDir) argument
[all...]
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java57 * <p>See {@link java.text.SimpleDateFormat} for more documentation
58 * about patterns, or if you need a more complete or correct implementation.
180 * added. For the same input in {@code es_ES}, we'd have even more extra text:
/frameworks/base/core/java/android/view/
H A DView.java123 * either from code or by specifying a tree of views in one or more XML layout
144 * Other view subclasses offer more specialized listeners. For example, a Button
321 * (see <a href="#SizePaddingMargins">Size</a> for more information about the width.)
334 * within its parent (see <a href="#Layout">Layout</a> for more details.) The
386 * children's measurements. A parent view may call measure() more than once on
539 * {@link #awakenScrollBars()} for more details.
560 * {@link android.animation.Animator Animator}-based animations, described more in the
603 * For more fine-grained control over security, consider overriding the
824 * Refer to the class comments for more information about this security feature.
1518 * be extended in the future to hold our own class with more tha
[all...]
H A DViewGroup.java72 * <p>For more information about creating user interface layouts, read the
680 // into other tabs. see LocalActivityManager and TabHost for more info
921 // to avoid the focus search finding layouts when a more precise search
922 // among the focusable children would be more interesting.
2933 boolean more = false;
2940 more |= drawChild(canvas, child, drawingTime);
2947 more |= drawChild(canvas, child, drawingTime);
2959 more |= drawChild(canvas, child, drawingTime);
2979 mLayoutAnimationController.isDone() && !more) {
3509 * you need to add more view
[all...]
/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/widget/
H A DAbsListView.java1505 * By default, the drawing cache is enabled but this will consume more memory.
1519 * By default, the drawing cache is enabled but this will use more memory.
3154 // Check if we have moved far enough that it looks more like a
3558 // Check if we have moved far enough that it looks more like a
3676 // Since we can potentially overfling more than we can overscroll, don't
4001 // TODO: Make this decision more intelligent.
4211 boolean more = scroller.computeScrollOffset();
4225 // Don't fling more than 1 screen
4235 // Don't fling more than 1 screen
4256 if (more) {
[all...]
H A DGallery.java353 * Remember that we are in layout to prevent more layout request from
1017 * The user has moved more than the slop amount, since GestureDetector
1018 * ensures this before calling this method. Also, if a parent is more
1488 boolean more = scroller.computeScrollOffset();
1501 // Don't fling more than 1 screen
1509 // Don't fling more than 1 screen
1515 if (more && !mShouldStopFling) {
H A DListView.java82 * When arrow scrolling, ListView will never scroll more than this factor
246 * called more than once, the views will appear in the order they were
283 * called more than once, the views will appear in the order they were
339 * called more than once, the views will appear in the order they were
376 * called more than once, the views will appear in the order they were
998 // Don't scroll more than half the height of the list
1059 // Don't scroll more than half the height of the list
1229 * height should only contain entire children. This is more
1402 // Make sure we are 1) Too high, and 2) Either there are more rows above the
1412 // Fill the gap that was opened above mFirstPosition with more row
[all...]
/frameworks/base/media/mca/filterfw/
H A DAndroid.mk45 # Don't prelink this library. For more efficient code, you may want
/frameworks/base/media/mca/filterfw/jni/
H A DAndroid.mk44 # Don't prelink this library. For more efficient code, you may want
/frameworks/base/obex/javax/obex/
H A DClientOperation.java240 throw new IOException("no more input streams available");
275 throw new IOException("no more output streams available");
400 * @return <code>true</code> if there is more data to send;
401 * <code>false</code> if there is no more data to send
541 * initial request. If the response takes more then one packet, a thread
550 boolean more = true;
555 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
556 more = sendRequest(0x03);
570 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
571 more
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java2587 // We don't have to do anything more if:
8609 // Give more time since we were dexopting.
9313 // we won't trample on them any more.
9693 // compression, by having more fewer, larger records.
10395 boolean more = false;
10506 more = true;
10519 if (!more) {
12114 // include so that our aggregations are more accurate.
12937 // Not backing this app up any more; reset its OOM adjustment
13888 * the "am" command to report errors with more informatio
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DAppWindowAnimator.java185 final boolean more = animation.getTransformation(currentTime, transformation);
187 TAG, "Stepped animation in " + mAppToken + ": more=" + more + ", xform=" + transformation);
188 if (!more) {
194 hasTransformation = more;
195 return more;
H A DScreenRotationAnimation.java894 final boolean more = (TWO_PHASE_ANIMATION
903 if (DEBUG_STATE) Slog.v(TAG, "Step: more=" + more);
905 return more;
H A DWindowStateAnimator.java233 final boolean more = mAnimation.getTransformation(currentTime, mTransformation);
236 ": more=" + more + ", xform=" + mTransformation);
237 return more;
241 // there is more animation to run.
955 // transforming since it is more important to have that
/frameworks/compile/mclinker/lib/Support/
H A DLEB128.cpp69 bool more = true; local
77 more = false;
83 } while (more);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3811 private void unsljLogMore(int response, String more) { argument
3812 riljLog("[UNSL]< " + responseToString(response) + " " + more);
/frameworks/rs/cpp/
H A DAndroid.mk20 # See build/core/version_defaults.mk for more information about this.

Completed in 1094 milliseconds