Searched refs:from (Results 201 - 225 of 283) sorted by relevance

1234567891011>>

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerTest.java506 assertRectSetsEqual(logPrefix + " when an item from the start of the list is deleted, "
538 private int[] copyOfRange(int[] original, int from, int to) { argument
539 int newLength = to - from;
541 throw new IllegalArgumentException(from + " > " + to);
543 System.arraycopy(original, from, copy, 0,
544 Math.min(original.length - from, newLength));
972 // where will the child come from ?
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp116 // from IOMXObserver
1843 ALOGW("querying usage flags from OMX IL component failed: %d", err);
1895 // 2. try to allocate two (2) additional buffers to reduce starvation from
1931 CODEC_LOGV("allocating %u buffers from a native window of size %u on "
2005 // Dequeue the next buffer from the native window.
2402 const sp<MetaData> &from, const sp<MetaData> &to) {
2403 if (from.get() == NULL && to.get() == NULL) {
2407 if ((from.get() == NULL && to.get() != NULL)
2408 || (from.get() != NULL && to.get() == NULL)) {
2413 CHECK(from
2401 formatHasNotablyChanged( const sp<MetaData> &from, const sp<MetaData> &to) argument
[all...]
/frameworks/testing/espresso/libs/
H A Djarjar-1.4.jar ... .util.Enumeration e java.io.File from java.io.File to com.tonicsystems. ...
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPagedView.java154 // the screens from continuing to translate beyond the normal bounds.
240 // The degrees specifies how much deviation from the up vector to still consider a fling "up"
328 // Convenience methods to map points from self to parent and vice versa
717 // The gap between pages in the PagedView should be equal to the gap from the page
1109 * whether the user has moved far enough from his original down touch.
1259 // Disallow scrolling if we started the gesture from outside the viewport
1319 // as the user pulls further and further from the bounds
1436 // keep the remainder because we are actually testing if we've moved from the last
1517 // animate them from the previous position to the new position in
1532 // Animate the view translation from it
2419 FlingAlongVectorAnimatorUpdateListener(View dragView, PointF vel, Rect from, long startTime, float friction) argument
[all...]
H A DKeyguardSecurityContainer.java36 private boolean mEnableFallback; // TODO: This should get the value from KeyguardPatternView
128 final LayoutInflater inflater = LayoutInflater.from(mContext);
387 oldView.setKeyguardCallback(mNullCallback); // ignore requests from old view
471 // The following is used to ignore callbacks from SecurityViews that are no longer current
472 // (e.g. face unlock). This avoids unwanted asynchronous events from messing with the
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java111 * from the following XML resource:</p>
137 * <p/>Starting from Key Lime Pie, when this argument is passed in, the PreferenceActivity
419 * this resource is loaded from <var>res</var> and returned. Otherwise
431 * this resource is loaded from <var>res</var> and returned. Otherwise
443 * this resource is loaded from <var>res</var> and returned. Otherwise
456 * this resource is loaded from <var>res</var> and returned. Otherwise
562 // We are restarting from a previous saved state; used that to
775 * to fill in the list from a resource.
1265 Header findBestMatchingHeader(Header cur, ArrayList<Header> from) { argument
1267 for (int j=0; j<from
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHelper.java740 private void aggregateSippers(BatterySipper bs, List<BatterySipper> from, String tag) { argument
741 for (int i=0; i<from.size(); i++) {
742 BatterySipper wbs = from.get(i);
844 final long MOBILE_BPS = 200000; // TODO: Extract average bit rates from system
872 final long WIFI_BPS = 1000000; // TODO: Extract average bit rates from system
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java647 final LayoutInflater inflater = LayoutInflater.from(context);
677 final LayoutInflater inflater = LayoutInflater.from(context);
761 final LayoutInflater inflater = LayoutInflater.from(context);
H A DRootsFragment.java213 convertView = LayoutInflater.from(parent.getContext())
282 // TODO: match existing summary behavior from disambig dialog
344 // Omit ourselves from the list
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java63 * Not-before date from the validity period
68 * Not-after date from the validity period
147 * @param validNotBefore The not-before date from the certificate
149 * @param validNotAfter The not-after date from the certificate
163 * @param validNotBefore The not-before date from the certificate validity period
164 * @param validNotAfter The not-after date from the certificate validity period
174 * Creates a new SSL certificate object from an X509 certificate
197 * @return Not-before date from the certificate validity period or
205 * @return Not-before date from the certificate validity period in
216 * @return Not-after date from th
[all...]
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java48 * on-demand from an application. OBBs are a good way of providing large amounts
51 * a shared storage pool accessible from all programs. The system does not
53 * OBB, there is no guarantee that a read from that OBB will produce the
298 public static StorageManager from(Context context) { method in class:StorageManager
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java94 final LayoutInflater inflater = LayoutInflater.from(mToolbar.getContext());
/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java381 final StorageManager storage = StorageManager.from(context);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java293 LayoutInflater inflater = LayoutInflater.from(context);
305 // Switches the menu to expanded mode. Requires support from
320 * The positioning algorithm that gets called from onMeasure. It
546 // from being called back)
551 // Just remove us from being called back
710 * Constructor called from {@link IconMenuView#onSaveInstanceState()}
718 * Constructor called from {@link #CREATOR}
744 * Layout parameters specific to IconMenuView (stores the left, top, right, bottom from the
H A DMenuItemImpl.java121 // This is instantiated from the UI thread, so no chance of sync issues
470 * parent menu of a change in this item, so this should only be called from
574 final LayoutInflater inflater = LayoutInflater.from(context);
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DSizeAdaptiveLayoutTest.java48 mInflater = LayoutInflater.from(context);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css168 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
461 background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java338 final TelecomManager tm = TelecomManager.from(mContext);
/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java176 // Read the log interval from secure settings
203 // Read the reporting threshold from secure settings
270 // This is a call from after clearing the cache. Note
359 final StorageManager sm = StorageManager.from(getContext());
400 pw.println("Permission Denial: can't dump " + SERVICE + " from from pid="
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DActionBarLayout.java96 LayoutInflater.from(context).inflate(R.layout.screen_action_bar, this,
157 // If the action bar style doesn't specify an icon, set the icon obtained from the session
176 * Gets the menus to add to the action bar from the callback, resolves them, inflates them and
296 // Copied from android.widget.ActionMenuPresenter.updateMenuView()
315 // Copied from com.android.internal.view.menu.MenuPopHelper.measureContentWidth()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java45 * ViewHolder from {@link ViewHolder#mDetailsDescriptionViewHolder}.
298 * Sets the background color. If not set, a default from the theme will be used.
333 * It assumes shared element passed from calling activity is an ImageView;
354 * It assumes shared element passed from calling activity is an ImageView;
381 View v = LayoutInflater.from(parent.getContext())
H A DPlaybackControlsRowPresenter.java230 * Sets the background color. If not set, a default from the theme will be used.
246 * Sets the primary color for the progress bar. If not set, a default from
308 View v = LayoutInflater.from(parent.getContext())
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java190 // view changes from superclass.
273 mSubDecor = (ViewGroup) LayoutInflater.from(themedContext)
294 mSubDecor = (ViewGroup) LayoutInflater.from(mActivity)
297 mSubDecor = (ViewGroup) LayoutInflater.from(mActivity)
633 stub.setLayoutInflater(LayoutInflater.from(context));
746 // from the Activity
772 * Progress Bar function. Mostly extracted from PhoneWindow.java
1212 // return value from application not wanting to show the menu).
1310 // The action mode's theme may differ from the app, so
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java110 final LayoutInflater inflater = LayoutInflater.from(mToolbar.getContext());

Completed in 735 milliseconds

1234567891011>>