Searched refs:from (Results 351 - 375 of 511) sorted by relevance

<<11121314151617181920>>

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCarrierText.java153 // We don't have a SubscriptionInfo to get the emergency calls only from.
154 // Grab it from the old sticky broadcast if possible instead. We can use it
202 if (ConnectivityManager.from(mContext).isNetworkSupported(
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DSettingsDrawerActivity.java62 // Serves as a temporary list of tiles to ignore until we heard back from the PM that they
189 LayoutInflater.from(this).inflate(layoutResID, parent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java93 mView = (AssistOrbContainer) LayoutInflater.from(mContext).inflate(
253 Log.w(TAG, "Failed to swap drawable from "
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java77 LayoutInflater.from(getContext()).inflate(R.layout.qs_customize_panel_content, this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBatteryTile.java183 convertView = LayoutInflater.from(mContext).inflate(R.layout.battery_detail, parent,
H A DCellularTile.java163 // Remove the period from the network name
279 : LayoutInflater.from(mContext).inflate(R.layout.data_usage, parent, false));
H A DDndTile.java272 : (ZenModePanel) LayoutInflater.from(context).inflate(
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DUtilities.java84 * @param parentClass must be a class derived from {@link View}
146 public static float mapRange(@FloatRange(from=0.0,to=1.0) float value, float min, float max) {
151 * Scales the {@param value} proportionally from {@param min} and {@param max} to 0 and 1.
230 * Sets the given {@link View}'s frame from its current translation.
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java81 LayoutInflater inflater = LayoutInflater.from(mContext);
227 * Find the background color for this bar from the theme attributes. Only relevant to StatusBar
246 // Keep in sync with R.color.system_bar_background_semi_transparent from system ui.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractMediaItemPresenter.java336 View view = LayoutInflater.from(context).
380 * If this is not set, a default color, defaultBrandColor, from theme is used.
416 * Unbinds the media item details from their views provided by the
419 * @param vh ViewHolder to unbind from.
H A DImageCardView.java164 LayoutInflater inflater = LayoutInflater.from(getContext());
255 // If the user has set a specific value here, it will differ from null.
H A DPlaybackControlsPresenter.java286 View v = LayoutInflater.from(parent.getContext())
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DFocusSearchNavigationTest.java247 View view = LayoutInflater.from(parent.getContext()).inflate(R.layout.item_view,
H A DBaseStaggeredGridLayoutManagerTest.java231 // where will the child come from ?
789 protected void moveInUIThread(int from, int to) { argument
790 boolean setAsFullSpanAgain = mFullSpanItems.contains(from);
791 super.moveInUIThread(from, to);
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp158 // Split of user:pass@ from hostname.
824 const char *from, unsigned long *x) {
826 *x = strtoul(from, &end, 10);
828 if (end == from || *end != '\0') {
823 ParseSingleUnsignedLong( const char *from, unsigned long *x) argument
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHelper.java602 private void aggregateSippers(BatterySipper bs, List<BatterySipper> from, String tag) { argument
603 for (int i=0; i<from.size(); i++) {
604 BatterySipper wbs = from.get(i);
636 * We do per-app blaming of WiFi activity. If energy info is reported from the controller,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java479 private boolean isTransitioningFromTo(int from, int to) { argument
480 return (mTransformationStartVisibleType == from || mAnimationStartVisibleType == from)
884 // This is not really true, but good enough when fading from the contracted to the expanded
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java155 * Refreshes users from UserManager.
422 TelephonyManager.from(mContext).listen(new PhoneStateListener() {
486 // Disconnect from the old secondary user's service
540 NotificationManager.from(mContext).notifyAsUser(TAG_LOGOUT_USER, ID_LOGOUT_USER,
563 NotificationManager.from(mContext).notifyAsUser(TAG_REMOVE_GUEST, ID_REMOVE_GUEST,
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp152 void HWComposer::validateChange(HWC2::Composition from, HWC2::Composition to) { argument
154 switch (from) {
172 ALOGE("Invalid layer type change: %s --> %s", to_string(from).c_str(),
236 ALOGW("Ignoring duplicate VSYNC event from HWC (t=%" PRId64 ")",
/frameworks/base/core/java/android/view/
H A DViewDebug.java111 * @ViewDebug.IntToString(from = 0, to = "VISIBLE"),
112 * @ViewDebug.IntToString(from = 4, to = "INVISIBLE"),
113 * @ViewDebug.IntToString(from = 8, to = "GONE")
131 * @ViewDebug.IntToString(from = 0, to = "INVALID"),
132 * @ViewDebug.IntToString(from = 1, to = "FIRST"),
133 * @ViewDebug.IntToString(from = 2, to = "SECOND")
210 * Defines a mapping from an int value to a String. Such a mapping can be used
223 int from(); method in interface:ViewDebug.IntToString
234 * Defines a mapping from a flag to a String. Such a mapping can be used
308 * Returns a View to enable grabbing screenshots from custo
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java121 + " returned after being removed from active connections."
473 // to avoid the warning from calling from the system process without an explicit
585 // Anything from the original target's package is fine.
730 // If mSourceInfo is null, we got this ChooserTarget from the caller or elsewhere
1082 public RowScale(@NonNull ChooserRowAdapter adapter, float from, float to) { argument
1084 mScale = from;
1085 if (from == to) {
1090 mAnimator = ObjectAnimator.ofFloat(this, PROPERTY, from, to).setDuration(DURATION);
1126 mLayoutInflater = LayoutInflater.from(ChooserActivit
[all...]
H A DResolverActivity.java196 // The resolver activity is set to be hidden from recent tasks.
240 // from managed profile to owner or other way around.
463 * Turn on launch mode that is safe to use when forwarding intents received from
556 // uid (not re-using the same resolver from an old launching uid),
815 // We're dispatching intents that might be coming from legacy apps, so
827 // from managed profile to owner or other way around.
947 listView.addHeaderView(LayoutInflater.from(this).inflate(
1233 mInflater = LayoutInflater.from(context);
1287 // Clear the value of mOtherProfile from previous call.
1441 List<ResolveInfo> from) {
1440 addResolveListDedupe(List<ResolvedComponentInfo> into, Intent intent, List<ResolveInfo> from) argument
[all...]
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java338 // Shouldn't happen, unless BUGREPORT_FINISHED is received from a legacy,
497 NotificationManager.from(mContext).notify(id, notification);
529 NotificationManager.from(mContext).cancel(id);
606 Log.v(TAG, "Updating progress for PID " + pid + "(id: " + id + ") from "
610 Log.v(TAG, "Updating max progress for PID " + pid + "(id: " + id + ") from "
647 NotificationManager.from(mContext).cancel(id);
670 NotificationManager.from(mContext).cancel(id);
784 Log.d(TAG, "detaching foreground from id " + mForegroundId);
960 + mProcesses + "), using info from intent instead (" + info + ")");
1022 NotificationManager.from(mContex
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java239 // view changes from superclass.
280 LayoutInflater.from(mContext).inflate(resId, contentParent);
365 final LayoutInflater inflater = LayoutInflater.from(mContext);
394 subDecor = (ViewGroup) LayoutInflater.from(themedContext)
801 stub.setLayoutInflater(LayoutInflater.from(getActionBarThemedContext()));
981 // button. We keep a record of whether the last event is from a long press.
987 // from the Activity
1023 // Bingo. We've hit a view which has a null parent before being terminated from
1042 LayoutInflater layoutInflater = LayoutInflater.from(mContext);
1581 // return value from applicatio
[all...]
/frameworks/rs/api/
H A Drs_graphics.spec222 If the source is specified, sync from memory space specified by source.
224 If the source is not specified, sync from its SCRIPT memory space to its HW
401 summary: Clear the specified color from the surface
714 arg: rs_mesh m, "mesh to get data from"
728 arg: rs_mesh m, "mesh to get data from"
742 arg: rs_mesh m, "mesh to get data from"
755 arg: rs_mesh m, "mesh to get data from"
769 arg: rs_mesh m, "mesh to get data from"

Completed in 568 milliseconds

<<11121314151617181920>>