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

1234567891011>>

/frameworks/support/wear/src/android/support/wear/internal/widget/drawer/
H A DMultiPageUi.java61 LayoutInflater inflater = LayoutInflater.from(drawer.getContext());
140 LayoutInflater.from(container.getContext())
/frameworks/base/core/java/android/net/
H A DNetworkBadging.java60 * @param badging {@see NetworkBadging#Badging}, retrieved from
68 @IntRange(from=0, to=4) int signalLevel, @Badging int badging, @Nullable Theme theme) {
104 * from {@link #getWifiBadgeResource(int)}. If there is no badge,
/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.
H A DTimePicker.java173 public void setHour(@IntRange(from = 0, to = 23) int hour) {
193 public void setMinute(@IntRange(from = 0, to = 59) int minute) {
363 void setHour(@IntRange(from = 0, to = 23) int hour);
366 void setMinute(@IntRange(from = 0, to = 59) int minute);
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DProvisionObserver.java53 final ConnectivityManager connMgr = ConnectivityManager.from(this);
/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.java57 ap.mView = LayoutInflater.from(this).inflate(R.layout.confirm_repeat, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DAutoReinflateContainer.java76 LayoutInflater.from(getContext()).inflate(mLayout, this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessDialog.java53 View v = LayoutInflater.from(themedContext).inflate(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDataSaverControllerImpl.java35 mPolicyManager = NetworkPolicyManager.from(context);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSFooterTest.java57 mFooter = (QSFooter) LayoutInflater.from(mContext).inflate(R.layout.qs_footer, null);
/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/tests/TouchLatency/
H A Dgradlew.bat66 @rem Get arguments from the 4NT Shell from JP Software
/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/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/support/emoji/appcompat/src/android/support/text/emoji/widget/
H A DEmojiAppCompatEditText.java83 public void setMaxEmojiCount(@IntRange(from = 0) int maxEmojiCount) {
/frameworks/support/emoji/core/src/android/support/text/emoji/widget/
H A DEmojiEditText.java89 public void setMaxEmojiCount(@IntRange(from = 0) int maxEmojiCount) {

Completed in 2808 milliseconds

1234567891011>>