Searched refs:from (Results 151 - 175 of 595) sorted by relevance

1234567891011>>

/frameworks/support/customtabs/
H A DAndroid.mk18 # The R class is automatically excluded from the generated library.
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetDynamicContent.java91 mBehavior = BottomSheetBehavior.from(list);
137 return new ViewHolder(LayoutInflater.from(parent.getContext()), parent);
/frameworks/support/frameworks/support/samples/SupportPercentDemos/
H A DAndroid.mk19 # for resources that are included from the libraries.
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetDynamicContent.java91 mBehavior = BottomSheetBehavior.from(list);
137 return new ViewHolder(LayoutInflater.from(parent.getContext()), parent);
/frameworks/support/samples/SupportPercentDemos/
H A DAndroid.mk19 # for resources that are included from the libraries.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DActionPresenterSelector.java61 View v = LayoutInflater.from(parent.getContext())
83 View v = LayoutInflater.from(parent.getContext())
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DBaseMenuPresenter.java63 mSystemInflater = LayoutInflater.from(context);
71 mInflater = LayoutInflater.from(mContext);
142 * @param parent Parent to filter from
172 * with data from the item parameter.
/frameworks/base/core/java/android/widget/
H A DResourceCursorAdapter.java72 * @param c The cursor from which to get the data.
91 * @param c The cursor from which to get the data.
110 * {@code null} to use the theme from the adapter's context
123 mDropDownInflater = LayoutInflater.from(context);
128 * Inflates view(s) from the specified XML file.
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DDataUsageController.java69 mTelephonyManager = TelephonyManager.from(context);
70 mConnectivityManager = ConnectivityManager.from(context);
73 mPolicyManager = NetworkPolicyManager.from(mContext);
144 // period = determined from cycleDay
167 if (DEBUG) Log.d(TAG, String.format("history call from %s to %s now=%s took %sms: %s",
239 final TelephonyManager tele = TelephonyManager.from(context);
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportWarningActivity.java56 ap.mView = LayoutInflater.from(this).inflate(R.layout.confirm_repeat, null);
/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/statusbar/policy/
H A DDataSaverController.java32 mPolicyManager = NetworkPolicyManager.from(context);
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
H A DAddressView.java21 View view = LayoutInflater.from(context).inflate(R.layout.address, this);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
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/compile/mclinker/tools/mcld/
H A DAndroid.mk77 # Build Options.inc from Options.td for the device
108 # Build Options.inc from Options.td for the host
/frameworks/data-binding/compiler/
H A Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/developmentPlugins/
H A Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/native/include/gui/
H A DStreamSplitter.h73 // buffer from the input, and attach it to each of the outputs. This call
89 // This is the implementation of the onBufferReleased callback from
90 // IProducerListener. It gets called from an OutputListener (see below), and
91 // 'from' is which producer interface from which the callback was received.
93 // During this callback, we detach the buffer from the output queue that
98 void onBufferReleasedByOutput(const sp<IGraphicBufferProducer>& from);
100 // When this is called, the splitter disconnects from (i.e., abandons) its
102 // It still processes callbacks from other outputs, but only detaches their
156 // Only called from createSplitte
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DTelephonyUtil.java33 TelephonyManager tm = TelephonyManager.from(context);
72 /* extract mcc & mnc from mccMnc */
82 // extract mcc & mnc from IMSI, assume mnc size is 3

Completed in 1344 milliseconds

1234567891011>>