Searched defs:container (Results 226 - 232 of 232) sorted by relevance

12345678910

/frameworks/base/core/java/android/view/
H A DViewGroup.java496 // Indicates how many of this container's child subtrees contain transient state
3205 protected void dispatchSaveInstanceState(SparseArray<Parcelable> container) { argument
3206 super.dispatchSaveInstanceState(container);
3212 c.dispatchSaveInstanceState(container);
3223 * @param container the container
3225 protected void dispatchFreezeSelfOnly(SparseArray<Parcelable> container) { argument
3226 super.dispatchSaveInstanceState(container);
3230 protected void dispatchRestoreInstanceState(SparseArray<Parcelable> container) { argument
3231 super.dispatchRestoreInstanceState(container);
3250 dispatchThawSelfOnly(SparseArray<Parcelable> container) argument
[all...]
H A DView.java4043 // themselves at 1/3 the size of their container. It breaks older apps though,
7475 * containers allow the window to use resize mode since the container
7713 * used with a container that covers the entire window, allowing it to
9873 * a container View.
9882 * This is called when a container is going to temporarily detach a child, with
9885 * {@link #onDetachedFromWindow()} when the container is done.
9894 * a container View.
9906 * Called after {@link #onStartTemporaryDetach} when the container is done
11245 // Walk up the hierarchy to determine if we're inside a scrolling container.
11248 // For views inside a scrolling container, dela
15656 saveHierarchyState(SparseArray<Parcelable> container) argument
15671 dispatchSaveInstanceState(SparseArray<Parcelable> container) argument
15728 restoreHierarchyState(SparseArray<Parcelable> container) argument
15744 dispatchRestoreInstanceState(SparseArray<Parcelable> container) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java2328 private void onViewRemovedInternal(View child, ViewGroup container) { argument
2340 container.getOverlay().add(child);
2342 container.addTransientView(child, 0);
2343 expandableView.setTransientContainer(container);
/frameworks/base/core/java/android/app/
H A DIActivityManager.java557 public void deleteActivityContainer(IActivityContainer container) throws RemoteException; argument
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1196 protected void dispatchSaveInstanceState(SparseArray<Parcelable> container) { argument
1197 dispatchFreezeSelfOnly(container);
1204 protected void dispatchRestoreInstanceState(SparseArray<Parcelable> container) { argument
1205 dispatchThawSelfOnly(container);
3320 // items back to the container). This gives the pre-layout position of APPEARING views
7309 * visible portion of the container but is being laid out in order to inform RecyclerView
7326 * visible portion of the container but is being laid out in order to inform RecyclerView
9705 // scrap container.
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4336 final int startActivity(Intent intent, ActivityStackSupervisor.ActivityContainer container) { argument
4348 container.checkEmbeddedAllowedInner(userId, intent, mimeType);
4352 null, 0, 0, null, null, null, null, false, userId, container, null);
4734 IActivityContainer container, TaskRecord inTask) {
4742 null, null, null, bOptions, false, userId, container, inTask);
9805 public void deleteActivityContainer(IActivityContainer container) throws RemoteException { argument
9808 mStackSupervisor.deleteActivityContainer(container);
4731 startActivityInPackage(int uid, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle bOptions, int userId, IActivityContainer container, TaskRecord inTask) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1634 milliseconds

12345678910