Searched refs:from (Results 101 - 125 of 511) sorted by relevance

1234567891011>>

/frameworks/av/services/audioflinger/
H A DPatchPanel.h19 #error This header file should only be included from AudioFlinger.h
/frameworks/base/core/java/android/os/health/
H A DSystemHealthManager.java59 public static SystemHealthManager from(Context context) { method in class:SystemHealthManager
74 * application. The keys for this HealthStats object will be from the {@link UidHealthStats}
93 * for this HealthStats object will be from the {@link UidHealthStats} class.
110 * the requested uids. The keys for this HealthStats object will be from the
/frameworks/base/core/java/android/print/
H A DPrintAttributes.java85 private @IntRange(from = 0) int mColorMode;
86 private @IntRange(from = 0) int mDuplexMode;
190 public @IntRange(from = 0) int getColorMode() {
231 public @IntRange(from = 0) int getDuplexMode() {
799 private final @IntRange(from = 1) int mWidthMils;
800 private final @IntRange(from = 1) int mHeightMils;
839 @IntRange(from = 1) int widthMils, @IntRange(from = 1) int heightMils) {
920 + " from package " + mPackageName);
931 public @IntRange(from
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DCustomizeTileView.java38 View view = LayoutInflater.from(mContext).inflate(R.layout.qs_tile_label, null);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DStackActivity.java48 item = LayoutInflater.from(getContext()).inflate(
/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
H A DRvArrayAdapter.java48 mLayoutInflater = LayoutInflater.from(viewGroup.getContext());
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerSwatch.java52 LayoutInflater.from(context).inflate(R.layout.color_picker_swatch, this);
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk17 #Include res dir from photoviewer
42 #Include res dir from photoviewer
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
H A DGlifPreferenceLayout.java116 final LayoutInflater inflater = LayoutInflater.from(getContext());
H A DSetupWizardPreferenceLayout.java115 final LayoutInflater inflater = LayoutInflater.from(getContext());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSms7BitEncodingTranslator.java46 private static final String XML_FROM_TAG = "from";
173 * Load the whole translation table file from the framework resource
208 int from = parser.getAttributeUnsignedIntValue(null,
212 if ((from != -1) && (to != -1)) {
214 Rlog.d(TAG, "Loading mapping " + Integer.toHexString(from)
218 mTranslationTable.put (from, to);
/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/appcompat/src/android/support/v7/view/
H A DContextThemeWrapper.java27 * A ContextWrapper that allows you to modify the theme from what is in the
77 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this);
/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.
1203 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1204 @ViewDebug.IntToString(from = ALIGN_BASELINE, to = "alignBaseline"),
1205 @ViewDebug.IntToString(from = ALIGN_BOTTOM, to = "alignBottom"),
1206 @ViewDebug.IntToString(from = ALIGN_LEFT, to = "alignLeft"),
1207 @ViewDebug.IntToString(from = ALIGN_PARENT_BOTTOM, to = "alignParentBottom"),
1208 @ViewDebug.IntToString(from = ALIGN_PARENT_LEFT, to = "alignParentLeft"),
1209 @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

Completed in 909 milliseconds

1234567891011>>