Searched refs:from (Results 276 - 300 of 511) sorted by last modified time

<<11121314151617181920>>

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DBridgeActionBar.java95 return LayoutInflater.from(context);
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.
H A DOverflowMenuAdapter.java75 LayoutInflater mInflater = LayoutInflater.from(context);
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/base/tools/preload2/
H A DAndroid.mk14 # For JDWP access we use the framework in the JDWP tests from Apache Harmony, for
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoDialog.java74 return new Holder(LayoutInflater.from(parent.getContext())
H A DNekoLand.java125 View view = LayoutInflater.from(context).inflate(R.layout.edit_text, null);
159 return new CatHolder(LayoutInflater.from(parent.getContext())
/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(
H A DKeyguardSecurityContainer.java140 final LayoutInflater inflater = LayoutInflater.from(mContext);
377 oldView.setKeyguardCallback(mNullCallback); // ignore requests from old view
440 // The following is used to ignore callbacks from SecurityViews that are no longer current
441 // (e.g. face unlock). This avoids unwanted asynchronous events from messing with the
H A DKeyguardUpdateMonitor.java148 * Fingerprint state: Cancelling and waiting for the confirmation from FingerprintService to
960 * IMPORTANT: Must be called from UI thread.
984 mSubscriptionManager = SubscriptionManager.from(context);
1371 * <p>Needs to be called from the main thread.
1520 * broadcast from the telephony code.
1523 * through mHandler, this *must* be called from the UI thread.
1537 * NOTE: Must be called from UI thread if bypassHandler == true.
1601 final TelephonyManager tele = TelephonyManager.from(mContext);
/frameworks/base/packages/Osu/src/com/android/
H A DMainActivity.java395 view = LayoutInflater.from(getContext()).inflate(R.layout.list_item, parent, false);
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
H A DPrintServicePlugin.java40 void onChanged(@IntRange(from = 0) int numDiscoveredPrinters);
H A DRemotePrintServicePlugin.java26 * from the {@link RecommendationServiceImpl service}.
45 private @IntRange(from = 0) int mNumPrinters;
70 // We handle any throwable to isolate our self from bugs in the plugin code.
88 // We handle any throwable to isolate our self from bugs in the stub code
103 // We handle any throwable to isolate our self from bugs in the stub code
119 public @IntRange(from = 0) int getNumPrinters() {
124 public void onChanged(@IntRange(from = 0) int numDiscoveredPrinters) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java114 /** Cache for custom printer icons loaded from the print service */
580 @FloatRange(from=0.0, to=1.0) float progress) {
736 // since this call may result in the system unbinding from the spooler
1460 @FloatRange(from=0.0, to=1.0) float progress) throws RemoteException {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DAddPrinterActivity.java59 * This is an activity for adding a printer or. It consists of a list fed from three adapters:
80 * The enabled services list. This is filled from the {@link #LOADER_ID_ENABLED_SERVICES}
86 * The disabled services list. This is filled from the {@link #LOADER_ID_DISABLED_SERVICES}
92 * The recommended services list. This is filled from the
233 abstract void performAction(@IntRange(from = 0) int position);
365 public void performAction(@IntRange(from = 0) int position) {
453 public void performAction(@IntRange(from = 0) int position) {
535 public void performAction(@IntRange(from = 0) int position) {
685 public void performAction(@IntRange(from = 0) int position) {
H A DPageAdapter.java212 // optimize and ask for all pages whose count we get from the renderer.
463 LayoutInflater inflater = LayoutInflater.from(mContext);
605 // This call might come from a recylerview that is currently updating. Hence delay to
642 Log.i(LOG_TAG, "Requesting from end");
680 Log.i(LOG_TAG, "Requesting from start");
/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);
H A DSettingsDrawerAdapter.java96 convertView = LayoutInflater.from(mActivity).inflate(R.layout.drawer_spacer,
106 convertView = LayoutInflater.from(mActivity).inflate(isTile ? R.layout.drawer_item
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DUsageView.java37 LayoutInflater.from(context).inflate(R.layout.usage_view, this);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DDataUsageController.java67 mTelephonyManager = TelephonyManager.from(context);
68 mConnectivityManager = ConnectivityManager.from(context);
71 mPolicyManager = NetworkPolicyManager.from(mContext);
134 // period = determined from cycleDay
157 if (DEBUG) Log.d(TAG, String.format("history call from %s to %s now=%s took %sms: %s",
229 final TelephonyManager tele = TelephonyManager.from(context);
/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...]
H A DBugreportWarningActivity.java56 ap.mView = LayoutInflater.from(this).inflate(R.layout.confirm_repeat, null);
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java395 * is too complex and getting it from the notification text object would be to fragile
516 // TODO: get ok and dontShowAgain from the dialog reference above
574 NotificationManager nm = NotificationManager.from(mContext);
588 // TODO: need a way to get the ProgresBar from the "android:id/progress" UIObject...
1003 * Takes focus away from the name field so it can be validated.
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DAutoReinflateContainer.java77 LayoutInflater.from(getContext()).inflate(mLayout, this);
/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 "

Completed in 427 milliseconds

<<11121314151617181920>>