Searched refs:from (Results 176 - 200 of 511) sorted by last modified time

1234567891011>>

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderListView.java80 LayoutInflater inflater = LayoutInflater.from(getContext());
/frameworks/opt/setupwizard/library/
H A Dself.gradle7 apply from: 'build.gradle'
8 apply from: '../tools/gradle/docs.gradle'
H A Dstandalone-rules.gradle18 // dependencies from maven. To add a dependency, you want to specify something like this:
34 apply from: 'rules.gradle'
H A Dstandalone.gradle17 apply from: 'standalone-rules.gradle'
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DGlifLayoutTest.java73 LayoutInflater inflater = LayoutInflater.from(mContext);
H A DGlifListLayoutTest.java67 LayoutInflater inflater = LayoutInflater.from(mContext);
92 assertSame("Adapter got from GlifListLayout should be same as set",
H A DSetupWizardLayoutTest.java75 LayoutInflater inflater = LayoutInflater.from(mContext);
H A DSetupWizardListLayoutTest.java64 LayoutInflater inflater = LayoutInflater.from(mContext);
H A DTemplateLayoutTest.java51 LayoutInflater inflater = LayoutInflater.from(mContext);
/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/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/opt/chips/sample/
H A DAndroid.mk17 # Include res dir from chips
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java126 // TODO: get correct number/ algorithm from with UX.
338 setDropdownChipLayouter(new DropdownChipLayouter(LayoutInflater.from(context), context));
611 // Set the dropdown height to be the remaining height from the anchor to the
762 * @param contact The recipient entry to pull data from.
929 // The caller might originated from a background task. However, if the
1034 * Calculate the offset from bottom of the EditText to top of the provided line.
1083 mMoreItem = (TextView) LayoutInflater.from(getContext()).inflate(R.layout.more_item, null);
1348 // If we can get a name from tokenizing, then generate an entry from
1361 // Unable to validate the token or to create a valid token from i
[all...]
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerDialog.java110 View view = LayoutInflater.from(getActivity()).inflate(R.layout.color_picker_dialog, null);
H A DColorPickerSwatch.java52 LayoutInflater.from(context).inflate(R.layout.color_picker_swatch, this);
/frameworks/native/cmds/installd/
H A Dcommands.cpp158 << " is not active; migrating from " << source;
325 auto from = create_data_app_package_path(from_uuid, data_app_name); local
336 (char*) from.c_str(),
340 LOG(DEBUG) << "Copying " << from << " to " << to;
344 LOG(ERROR) << "Failed copying " << from << " to " << to
383 auto from = create_data_user_de_package_path(from_uuid, user, package_name); local
385 argv[6] = (char*) from.c_str();
388 LOG(DEBUG) << "Copying " << from << " to " << to;
391 LOG(ERROR) << "Failed copying " << from << " to " << to << " with status " << rc;
396 auto from local
1902 unlink_and_rename(const char* from, const char* to) argument
[all...]
/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/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/native/libs/gui/
H A DStreamSplitter.cpp108 // any more buffers from the input. This will cause back pressure on the
126 // Acquire and detach the buffer from the input
130 "acquiring buffer from input failed (%d)", status);
132 ALOGV("acquired buffer %#" PRIx64 " from input",
137 "detaching buffer from input failed (%d)", status);
188 const sp<IGraphicBufferProducer>& from) {
194 status_t status = from->detachNextBuffer(&buffer, &fence);
202 "detaching buffer from output failed (%d)", status);
205 ALOGV("detached buffer %#" PRIx64 " from output %p",
206 buffer->getId(), from
187 onBufferReleasedByOutput( const sp<IGraphicBufferProducer>& from) argument
[all...]
/frameworks/native/libs/input/
H A DInput.cpp39 void InputEvent::initialize(const InputEvent& from) { argument
40 mDeviceId = from.mDeviceId;
41 mSource = from.mSource;
76 void KeyEvent::initialize(const KeyEvent& from) { argument
77 InputEvent::initialize(from);
78 mAction = from.mAction;
79 mFlags = from.mFlags;
80 mKeyCode = from.mKeyCode;
81 mScanCode = from.mScanCode;
82 mMetaState = from
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp152 void HWComposer::validateChange(HWC2::Composition from, HWC2::Composition to) { argument
154 switch (from) {
172 ALOGE("Invalid layer type change: %s --> %s", to_string(from).c_str(),
236 ALOGW("Ignoring duplicate VSYNC event from HWC (t=%" PRId64 ")",
H A DHWComposer.h170 static void validateChange(HWC2::Composition from, HWC2::Composition to);
207 // protect mDisplayData from races between prepare and dump
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DResourceRequestKey.java25 * Simple RequestKey for decoding from a resource id.
36 public static ResourceRequestKey from(Resources res, int resId) { method in class:ResourceRequestKey
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 708 milliseconds

1234567891011>>