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

1234567891011>>

/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DActionBarSettingsActionProviderActivity.java73 LayoutInflater layoutInflater = LayoutInflater.from(getContext());
/frameworks/support/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DContentViewActivity.java44 tv.setText("Viewing content from ACTION_VIEW");
56 TaskStackBuilder.from(this)
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetUsageBase.java42 mBehavior = BottomSheetBehavior.from((LinearLayout) findViewById(R.id.bottom_sheet));
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DActionBarSettingsActionProviderActivity.java73 LayoutInflater layoutInflater = LayoutInflater.from(getContext());
/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DContentViewActivity.java44 tv.setText("Viewing content from ACTION_VIEW");
56 TaskStackBuilder.from(this)
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetUsageBase.java42 mBehavior = BottomSheetBehavior.from((LinearLayout) findViewById(R.id.bottom_sheet));
/frameworks/support/transition/ics/android/support/transition/
H A DScenePort.java59 * children from the sceneRoot container and will inflate and add
80 * children from the sceneRoot container and add the layout
176 LayoutInflater.from(mContext).inflate(mLayoutId, mSceneRoot);
/frameworks/support/v17/leanback/jbmr2/android/support/v17/leanback/widget/
H A DShadowHelperJbmr2.java36 LayoutInflater inflater = LayoutInflater.from(shadowContainer.getContext());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DListRowHoverCardView.java43 LayoutInflater inflater = LayoutInflater.from(context);
H A DMediaItemActionPresenter.java51 View actionView = LayoutInflater.from(context).
/frameworks/support/v7/palette/src/androidTest/java/android/support/v7/graphics/
H A DConsistencyTest.java43 Palette newPalette = Palette.from(bitmap).generate();
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java163 public void offsetPositionsForMove(int from, int to) {
165 if (from < to) {
166 start = from;
171 end = from;
178 if (holder.mPosition == from) {
179 holder.offsetPosition(to - from, false);
883 int from = nextInt(random, mTestAdapter.mItems.size());
887 } while (to == from);
888 mv(from, to);
1014 private void mv(int from, in argument
1076 move(int from, int to) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java74 public void from(InformationElement ie) { method in class:InformationElementUtil.BssLoad
116 public void from(InformationElement ie) { method in class:InformationElementUtil.HtOperation
150 public void from(InformationElement ie) { method in class:InformationElementUtil.VhtOperation
167 public void from(InformationElement ie) { method in class:InformationElementUtil.Interworking
201 public void from(InformationElement ie) { method in class:InformationElementUtil.RoamingConsortium
245 public void from(InformationElement ie) { method in class:InformationElementUtil.Vsa
290 public void from(InformationElement ie) { method in class:InformationElementUtil.ExtendedCapabilities
309 * from HAL. It parses the ieee beacon's capability field, WPA and RSNE IE as per spec,
562 * only be present in scan results that are derived from a Beacon Frame, not from th
589 public void from(InformationElement ie) { method in class:InformationElementUtil.TrafficIndicationMap
732 public void from(InformationElement ie) { method in class:InformationElementUtil.SupportedRates
[all...]
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java200 * Used to indicate left/right/top/bottom should be inferred from constraints
841 // This is the default case. For RTL we start from the right and for LTR we start
842 // from the left. This will give LEFT/TOP for LTR and RIGHT/TOP for RTL.
1204 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1205 @ViewDebug.IntToString(from = ALIGN_BASELINE, to = "alignBaseline"),
1206 @ViewDebug.IntToString(from = ALIGN_BOTTOM, to = "alignBottom"),
1207 @ViewDebug.IntToString(from = ALIGN_LEFT, to = "alignLeft"),
1208 @ViewDebug.IntToString(from = ALIGN_PARENT_BOTTOM, to = "alignParentBottom"),
1209 @ViewDebug.IntToString(from = ALIGN_PARENT_LEFT, to = "alignParentLeft"),
1210 @ViewDebug.IntToString(from
[all...]
H A DSimpleExpandableListAdapter.java32 * that defines the views used to display a group, and a mapping from keys in
64 * @param groupFrom A list of keys that will be fetched from the Map
80 * @param childFrom A list of keys that will be fetched from the Map
109 * @param groupFrom A list of keys that will be fetched from the Map
128 * @param childFrom A list of keys that will be fetched from the Map
158 * @param groupFrom A list of keys that will be fetched from the Map
177 * @param childFrom A list of keys that will be fetched from the Map
243 private void bindView(View view, Map<String, ?> data, String[] from, int[] to) { argument
249 v.setText((String)data.get(from[i]));
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DLocaleUtils.java50 @IntRange(from=1, to=3)
157 @IntRange(from=-1, to=1)
179 * one best-match item from {@code source} to {@code dest}. For example, if
182 * French locale from {@code source} to {@code dest}. Here the best matching English locale
183 * will be searched from {@code source} based on matching score. For the score design, see
187 * @param extractor Type converter from the source items to {@link Locale} object.
/frameworks/base/core/java/com/android/internal/view/menu/
H A DBaseMenuPresenter.java57 mSystemInflater = LayoutInflater.from(context);
65 mInflater = LayoutInflater.from(mContext);
136 * @param parent Parent to filter from
166 * with data from the item parameter.
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
H A DAndroid.mk30 # from installing library to /system/lib
/frameworks/base/data/fonts/
H A Dfonts.mk15 # Warning: this is actually a product definition, to be inherited from
/frameworks/base/data/keyboards/
H A Dkeyboards.mk15 # Warning: this is actually a product definition, to be inherited from
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
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/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageLogActivity.java127 convertView = LayoutInflater.from(UsageLogActivity.this)
131 convertView = LayoutInflater.from(UsageLogActivity.this)
/frameworks/base/tools/preload2/
H A DAndroid.mk14 # For JDWP access we use the framework in the JDWP tests from Apache Harmony, for
/frameworks/opt/chips/sample/
H A DAndroid.mk17 # Include res dir from chips
/frameworks/rs/api/
H A Drs_quaternion.spec71 summary: Get a rotation matrix from a quaternion
73 Computes a rotation matrix from the normalized quaternion.
132 Creates a quaternion from its four components or from another quaternion.
237 arg: rs_quaternion* q, "Result quaternion from the interpolation."

Completed in 983 milliseconds

1234567891011>>