Searched defs:out (Results 1 - 25 of 616) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp259 MediaBuffer **out, const ReadOptions *options) {
260 *out = NULL;
301 *out = buffer;
258 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java94 public void writeToParcel(Parcel out, int flags) { argument
95 super.writeToParcel(out, flags);
96 out.writeString(curTab);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java293 * Called before laid out an item when non-staggered grid can handle pending movements
295 * has been laid out in consumePendingMovesAfterLayout().
330 * Called after laid out an item. Staggered grid should find view on same
389 // Represents whether child views are temporarily sliding out
606 * Allow DPAD key to navigate out at the front of the View (where position = 0),
612 * Allow DPAD key to navigate out at the end of the view, default is false.
617 * Allow DPAD key to navigate out of second axis.
623 * Allow DPAD key to navigate out of second axis.
962 // If in layout, a child requesting layout may have been laid out before the selection
964 // If it was not, the child will be laid out afte
3491 writeToParcel(Parcel out, int flags) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java2279 public void writeToParcel(Parcel out, int flags) { argument
2280 super.writeToParcel(out, flags);
2281 out.writeInt(expandedMenuItemId);
2282 out.writeInt(isOverflowOpen ? 1 : 0);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DListPreferenceDialogFragmentCompat.java75 private static void putCharSequenceArray(Bundle out, String key, CharSequence[] entries) { argument
82 out.putStringArrayList(key, stored);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1038 // bail out if layout is frozen
1054 // bail out if layout is frozen
1317 * purely for the purpose of being animated out of view. They are drawn as a regular
3381 * The overall approach figures out what items exist before/after layout and
3605 // Step 0: Find out where all non-removed items are, pre-layout
3713 // Step 3: Find out where things are now, and process change animations.
3730 // Since a view that is marked as disappearing is likely to be going out of
3828 + " if the LayoutManager lays out the same View multiple times."
4439 * <code>position</code> is not laid out, it <em>will not</em> create a new one.
4466 * <code>position</code> is not laid out, i
8976 getTransformedBoundingBox(View child, boolean includeDecorInsets, Rect out) argument
[all...]
/frameworks/support/compat/java/android/support/v4/app/
H A DShareCompat.java59 * to call out the app that the content was shared from.
693 StringBuilder out = new StringBuilder();
694 withinStyle(out, text, 0, text.length());
695 result = out.toString();
702 private static void withinStyle(StringBuilder out, CharSequence text, argument
708 out.append("&lt;");
710 out.append("&gt;");
712 out.append("&amp;");
714 out.append("&#" + ((int) c) + ";");
717 out
[all...]
/frameworks/support/compat/java/android/support/v4/os/
H A DResultReceiver.java126 public void writeToParcel(Parcel out, int flags) { argument
131 out.writeStrongBinder(mReceiver.asBinder());
/frameworks/support/compat/java/android/support/v4/util/
H A DDebugUtils.java32 public static void buildShortClassTag(Object cls, StringBuilder out) { argument
34 out.append("null");
44 out.append(simpleName);
45 out.append('{');
46 out.append(Integer.toHexString(System.identityHashCode(cls)));
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java1391 public void writeToParcel(Parcel out, int flags) { argument
1392 super.writeToParcel(out, flags);
1393 out.writeInt(position);
1394 out.writeParcelable(adapterState, flags);
1812 // If we haven't been laid out yet, we probably just haven't been populated yet.
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DSlidingPaneLayout.java59 * in the SlidingPaneLayout. When this occurs the user may slide the topmost view out of the way
65 * that can smoothly adapt across many different screen sizes, expanding out fully on larger
298 * Set the color used to fade the sliding pane out when it is slid most of the way offscreen.
315 * Set the color used to fade the pane covered by the sliding pane out when the pane
611 // This was skipped the first time; figure out a real height spec.
1475 public void writeToParcel(Parcel out, int flags) { argument
1476 super.writeToParcel(out, flags);
1477 out.writeInt(isOpen ? 1 : 0);
/frameworks/support/design/src/android/support/design/internal/
H A DBottomNavigationPresenter.java136 public void writeToParcel(@NonNull Parcel out, int flags) { argument
137 out.writeInt(selectedItemId);
/frameworks/support/design/src/android/support/design/widget/
H A DBottomNavigationView.java451 public void writeToParcel(@NonNull Parcel out, int flags) { argument
452 super.writeToParcel(out, flags);
453 out.writeBundle(menuPresenterState);
H A DBottomSheetBehavior.java221 // First let the parent lay it out
531 // The view is not laid out yet; modify mState and let onLayoutChild handle it later
783 public void writeToParcel(Parcel out, int flags) { argument
784 super.writeToParcel(out, flags);
785 out.writeInt(state);
H A DCoordinatorLayout.java402 private void getTopSortedChildren(List<View> out) { argument
403 out.clear();
410 out.add(child);
414 Collections.sort(out, TOP_SORTED_CHILDREN_COMPARATOR);
573 Log.e(TAG, "Keyline index " + index + " out of range for " + this);
683 * @param out rect to set to the bounds of the descendant view
685 void getDescendantRect(View descendant, Rect out) { argument
686 ViewGroupUtils.getDescendantRect(this, descendant, out);
831 * Called to lay out each individual child view unless a
835 * @param child child view to lay out
915 getLastChildRect(View child, Rect out) argument
929 getChildRect(View child, boolean transform, Rect out) argument
941 getDesiredAnchoredChildRectWithoutConstraints(View child, int layoutDirection, Rect anchorRect, Rect out, LayoutParams lp, int childWidth, int childHeight) argument
1016 constrainChildRect(LayoutParams lp, Rect out, int childWidth, int childHeight) argument
1040 getDesiredAnchoredChildRect(View child, int layoutDirection, Rect anchorRect, Rect out) argument
[all...]
H A DViewGroupUtils.java37 * @param rect (in/out) the rect to offset from descendant to this view's coordinate system
66 * @param out rect to set to the bounds of the descendant view
68 static void getDescendantRect(ViewGroup parent, View descendant, Rect out) { argument
69 out.set(0, 0, descendant.getWidth(), descendant.getHeight());
70 offsetDescendantRect(parent, descendant, out);
/frameworks/support/development/checkstyle/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java1670 // Prints out attributes for debugging.
1710 FileOutputStream out = null;
1714 out = new FileOutputStream(mFilename);
1715 saveJpegAttributes(in, out);
1718 closeQuietly(out);
3694 public ByteOrderedDataOutputStream(OutputStream out, ByteOrder byteOrder) { argument
3695 super(out);
3696 mOutputStream = out;
3808 * Copies all of the bytes from {@code in} to {@code out}. Neither stream is closed.
3811 private static int copy(InputStream in, OutputStream out) throw argument
[all...]
/frameworks/support/exifinterface/tests/src/android/support/media/
H A DExifInterfaceTest.java496 private int copy(InputStream in, OutputStream out) throws IOException { argument
502 out.write(buffer, 0, c);
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentTabHost.java106 public void writeToParcel(Parcel out, int flags) { argument
107 super.writeToParcel(out, flags);
108 out.writeString(curTab);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/
H A DExploreByTouchHelperActivity.java274 protected static void scaleRectF(RectF in, Rect out, int width, int height) { argument
275 out.top = (int) (in.top * height);
276 out.bottom = (int) (in.bottom * height);
277 out.left = (int) (in.left * width);
278 out.right = (int) (in.right * width);

Completed in 5703 milliseconds

1234567891011>>