Searched refs:from (Results 276 - 300 of 511) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java242 LayoutInflater inflater = LayoutInflater.from(mContext);
760 convertView = LayoutInflater.from(getContext()).inflate(
770 convertView = LayoutInflater.from(getContext()).inflate(
H A DYearPickerView.java121 mInflater = LayoutInflater.from(context);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsNumberUtils.java231 /* Query International direct dialing from HbpcdLookup.db
422 * Returns the country code from the given number.
538 final String networkOperator = TelephonyManager.from(phone.getContext()).
582 String operatorIsoCountry = TelephonyManager.from(phone.getContext()).
584 String simIsoCountry = TelephonyManager.from(phone.getContext()).getSimCountryIsoForPhone(
/frameworks/rs/api/
H A Drs_matrix.spec35 This derives from <code>s2 * (s1 * v)</code>, which is <code>(s2 * s1) * v</code>.
51 arg: const rs_matrix4x4* viewProj, "Matrix to extract planes from."
60 Computes 6 frustum planes from the view projection matrix
182 arg: const #1* m, "Matrix to extract the element from."
219 Set the elements of a matrix from an array of floats or from another matrix.
221 If loading from an array, the floats should be in row-major order, i.e. the element a
225 If loading from a matrix and the source is smaller than the destination, the rest
/frameworks/support/design/src/android/support/design/widget/
H A DSnackbar.java85 /** Indicates that the Snackbar was dismissed from a new Snackbar being shown.*/
125 @IntRange(from = 1)
130 * Show the Snackbar indefinitely. This means that the Snackbar will be displayed from the time
189 LayoutInflater inflater = LayoutInflater.from(mContext);
200 * <p>Snackbar will try and find a parent view to hold Snackbar's view from the value given
209 * @param view The view to find a parent from.
226 * <p>Snackbar will try and find a parent view to hold Snackbar's view from the value given
235 * @param view The view to find a parent from.
446 // If our LayoutParams are from a CoordinatorLayout, we'll setup our Behavior
487 // If we haven't already been dismissed then this event is coming from
[all...]
/frameworks/support/design/tests/src/android/support/design/widget/
H A DBottomSheetBehaviorTest.java163 BottomSheetBehavior behavior = BottomSheetBehavior.from(view);
207 View child = LayoutInflater.from(view.getContext()).inflate(mLayout, parent, false);
438 // Swipe from the very bottom of the bottom sheet to the top edge of the screen so that the
523 BottomSheetBehavior behavior = BottomSheetBehavior.from(view);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java209 * such case could be when focus moves from one row to the other, when
811 @ViewDebug.IntToString(from = VIEW_TYPE_MAIN, to = "MAIN"),
812 @ViewDebug.IntToString(from = VIEW_TYPE_INFO, to = "INFO"),
813 @ViewDebug.IntToString(from = VIEW_TYPE_EXTRA, to = "EXTRA")
848 * @param source The layout params to copy from.
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActivityChooserView.java226 LayoutInflater inflater = LayoutInflater.from(getContext());
723 convertView = LayoutInflater.from(getContext()).inflate(
733 convertView = LayoutInflater.from(getContext()).inflate(
H A DActionBarContextView.java130 LayoutInflater inflater = LayoutInflater.from(getContext());
157 LayoutInflater inflater = LayoutInflater.from(getContext());
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java46 * buffers available from {@link android.hardware.camera2.CameraDevice}, or with Bayer-type raw
48 * generated from a {@link android.hardware.camera2.CaptureResult} object or set directly.
52 * The DNG file format is a cross-platform file format that is used to store pixel data from
75 * DNG metadata tags will be generated from the corresponding parameters in the
84 * @param metadata a metadata object to generate tags from.
290 * the input are taken from the width and height set in the {@link DngCreator} metadata tags,
295 * The pixel layout in the input is determined from the reported color filter arrangement (CFA)
313 @NonNull InputStream pixels, @IntRange(from=0) long offset) throws IOException {
340 * the input are taken from the width and height set in the {@link DngCreator} metadata tags,
345 * The pixel layout in the input is determined from th
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java176 LayoutInflater inflater = LayoutInflater.from(getContext());
203 LayoutInflater inflater = LayoutInflater.from(mContext);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarInflaterView.java79 mLayoutInflater = LayoutInflater.from(mContext);
83 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape));
328 * overriding the configuration from the overridden resources aren't loaded currently.
/frameworks/native/include/input/
H A DInput.h77 * This input source flag is hidden from the API because switches are only used by the system
85 * Constants for LEDs. Hidden from the API since we don't actually expose a way to interact
112 * SystemUiVisibility constants from View.
162 * policy decisions such as waking from device sleep.
184 // the touch firmware or driver. Causes touch events from the same device to be canceled.
194 // Indicates that the input event is from a trusted source such as a directly attached
307 void initialize(const InputEvent& from);
354 void initialize(const KeyEvent& from);
/frameworks/support/
H A Dapicheck.mk89 # Check that the API we're building hasn't changed from the not-yet-released
/frameworks/support/v8/renderscript/rs_support/
H A DAndroid.mk186 # TODO: why isn't this picked up from the host GLOBAL_CFLAGS?
/frameworks/av/include/media/
H A DAudioRecord.h44 EVENT_MORE_DATA = 0, // Request to read available data from buffer.
67 // on output from obtainBuffer() it is the number of available
73 // on output from obtainBuffer() it is the number of available
109 * Returned status (from utils/Errors.h) can be:
123 /* How data is transferred from AudioRecord
126 TRANSFER_DEFAULT, // not specified explicitly; determine from the other parameters
147 * inputSource: Select the audio input to record from (e.g. AUDIO_SOURCE_DEFAULT).
165 * transferType: How data is transferred from AudioRecord.
187 /* Terminates the AudioRecord and unregisters it from AudioFlinger.
197 * Returned status (from util
[all...]
/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h19 #error This header file should only be included from AudioFlinger.h
110 // audioHalFrames is derived from output latency
111 // FIXME parameters not needed, could get them from the thread
/frameworks/base/core/java/android/app/
H A DDatePickerDialog.java118 final LayoutInflater inflater = LayoutInflater.from(themeContext);
/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java122 public static NetworkPolicyManager from(Context context) { method in class:NetworkPolicyManager
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java33 * This class represents a print job from the perspective of a print
315 public void setProgress(@FloatRange(from=0.0, to=1.0) float progress) {
470 // removed from the spooler as a result of the state change.
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java55 mCustomView = LayoutInflater.from(context).inflate(
134 * Highlight all the instances of the string from mEditText in mWebView.
H A DJsDialogHelper.java117 final View view = LayoutInflater.from(context).inflate(
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialog.java185 mInflater = LayoutInflater.from(context);
H A DSuggestedLocaleAdapter.java132 mInflater = LayoutInflater.from(parent.getContext());
/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProtection.java47 * <p>To obtain the secret/symmetric or private key from the Android Keystore use
50 * To obtain the public key from the Android Keystore use
410 * Returns {@code true} if the key will be de-authorized when the device is removed from the
628 * <li>If you are generating a non-random IV (e.g., an IV derived from something not fully
721 @IntRange(from = -1) int seconds) {
730 * Sets whether the key will remain authorized only until the device is removed from the
733 * {@link #setUserAuthenticationRequired}). Once the device has been removed from the
743 * will be invalidated when the device is removed from the user's body or when the

Completed in 1094 milliseconds

<<11121314151617181920>>