Searched refs:from (Results 126 - 150 of 283) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/app/
H A DTimePickerDialog.java108 final LayoutInflater inflater = LayoutInflater.from(themeContext);
/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java63 mInflater = LayoutInflater.from(context);
/frameworks/base/core/java/android/view/
H A DViewStub.java51 * the layout resource "mySubTree," the ViewStub is removed from its parent. The
177 * @param layoutResource A valid layout resource identifier (different from 0.)
262 factory = LayoutInflater.from(mContext);
H A DView.java135 * either from code or by specifying a tree of views in one or more XML layout
187 * is created from code and a form that is called when the view is
188 * inflated from a layout file. The second form should parse and apply
195 * from XML.</td>
268 * <td>Called when the view is detached from its window.
355 * after layout. These values may, but do not have to, be different from the
424 * MeasureSpecs are used to push requirements down the tree from parent to
488 * from that thread, you should use a {@link Handler}.
971 * <p>Indicates that this view gets its drawable states from its direct parent
1900 * Horizontal layout direction of this view is from Lef
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DCreateDirectoryFragment.java60 final LayoutInflater dialogInflater = LayoutInflater.from(builder.getContext());
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailItemView.java83 convertView = LayoutInflater.from(context).inflate(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java166 mRoot = (ViewGroup) LayoutInflater.from(mContext).inflate(R.layout.keyguard_bouncer, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingActivity.java75 LayoutInflater inflater = LayoutInflater.from(ap.mContext);
/frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
H A DAppListFragment.java93 mInflater = LayoutInflater.from(context);
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageStatsActivity.java125 convertView = LayoutInflater.from(UsageStatsActivity.this)
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerDialog.java106 View view = LayoutInflater.from(getActivity()).inflate(R.layout.color_picker_dialog, null);
/frameworks/opt/setupwizard/navigationbar/src/com/android/setupwizard/navigationbar/
H A DSetupWizardNavBar.java71 inflater = LayoutInflater.from(context);
88 // undetectable times, like transitioning from a finishing activity that had a keyboard
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DShadowOverlayContainer.java107 mColorDimOverlay = LayoutInflater.from(getContext())
H A DBaseCardView.java199 * such case could be when focus moves from one row to the other, when
801 @ViewDebug.IntToString(from = VIEW_TYPE_MAIN, to = "MAIN"),
802 @ViewDebug.IntToString(from = VIEW_TYPE_INFO, to = "INFO"),
803 @ViewDebug.IntToString(from = VIEW_TYPE_EXTRA, to = "EXTRA")
838 * @param source The layout params to copy from.
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DViewStubCompat.java116 * @param layoutResource A valid layout resource identifier (different from 0.)
199 factory = LayoutInflater.from(getContext());
H A DActivityChooserView.java225 LayoutInflater inflater = LayoutInflater.from(getContext());
703 convertView = LayoutInflater.from(getContext()).inflate(
713 convertView = LayoutInflater.from(getContext()).inflate(
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DAdapterHelper.java516 boolean onItemRangeMoved(int from, int to, int itemCount) { argument
517 if (from == to) {
523 mPendingUpdates.add(obtainUpdateOp(UpdateOp.MOVE, from, to));
695 void offsetPositionsForMove(int from, int to); argument
/frameworks/base/core/java/android/content/
H A DContentValues.java57 * Creates a set of values copied from the given set
59 * @param from the values to copy
61 public ContentValues(ContentValues from) { argument
62 mValues = new HashMap<String, Object>(from.mValues);
66 * Creates a set of values copied from the given HashMap. This is used
100 * Adds all values from the passed in ContentValues.
102 * @param other the ContentValues from which to copy
/frameworks/base/core/java/android/net/
H A DUri.java69 that some threads will immediately see changes from other threads on
72 overhead, which means the most common case, access from a single thread,
90 For reference, from RFC 2396:
224 * Gets the decoded user information from the authority.
233 * Gets the encoded user information from the authority.
242 * Gets the encoded host from the authority for this URI. For example,
251 * Gets the port from the authority for this URI. For example,
275 * Gets the decoded query component from this URI. The query comes after
285 * Gets the encoded query component from this URI. The query comes after
404 * Constructs a new builder, copying the attributes from thi
2061 static Part from(String encoded, String decoded) { method in class:Uri.Part
2238 static PathPart from(String encoded, String decoded) { method in class:Uri.PathPart
[all...]
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java345 NotificationManager.from(mContext).notify(TAG, 0, builder.build());
349 NotificationManager.from(mContext).cancel(TAG, 0);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduParser.java527 EncodedStringValue from = null;
536 from = parseEncodedStringValue(pduDataStream);
537 if (null != from) {
538 byte[] address = from.getTextString();
546 from.setTextString(str.getBytes());
555 from = new EncodedStringValue(
565 Log.v(LOG_TAG, "parseHeaders: from address: " + headerField
566 + " value: " + from.getString());
568 headers.setEncodedStringValue(from, PduHeaders.FROM);
1217 * Extract a byte value from th
[all...]
/frameworks/support/v4/api21/android/support/v4/app/
H A DFragmentTransitionCompat21.java87 * we can prevent any view from being targeted at the beginning of the transition.
125 String from = entry.getKey();
126 view.setTransitionName(from);
/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java241 LayoutInflater inflater = LayoutInflater.from(mContext);
759 convertView = LayoutInflater.from(getContext()).inflate(
769 convertView = LayoutInflater.from(getContext()).inflate(
/frameworks/native/include/input/
H A DInput.h63 * This input source flag is hidden from the API because switches are only used by the system
71 * Constants for LEDs. Hidden from the API since we don't actually expose a way to interact
98 * SystemUiVisibility constants from View.
143 * policy decisions such as waking from device sleep.
163 // Indicates that the input event is from a trusted source such as a directly attached
276 void initialize(const InputEvent& from);
323 void initialize(const KeyEvent& from);
/frameworks/support/v7/cardview/
H A DAndroid.mk66 # The R class is automatically excluded from the generated library.

Completed in 1087 milliseconds

1234567891011>>