Searched defs:set (Results 176 - 200 of 234) sorted by path

12345678910

/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DObservableDouble.java66 public void set(double value) { method in class:ObservableDouble
H A DObservableField.java63 public void set(T value) { method in class:ObservableField
H A DObservableFloat.java66 public void set(float value) { method in class:ObservableFloat
H A DObservableInt.java67 public void set(int value) { method in class:ObservableInt
H A DObservableLong.java66 public void set(long value) { method in class:ObservableLong
H A DObservableShort.java66 public void set(short value) { method in class:ObservableShort
/frameworks/data-binding/integration-tests/IndependentLibrary/app/src/main/java/android/databinding/test/independentlibrary/
H A DLibraryAdapter.java23 public static void set(View view, String someTag) { method in class:LibraryAdapter
/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. ...
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java31 * A set of settings to be used when filing a {@link CaptureRequest}.
83 public <T> boolean set(Key<T> key, T value) { method in class:Camera2RequestSettingsSet
177 * Get this set of settings's revision identifier, which can be compared
196 * those forced to default as described in {@link set} are also forced to
197 * default in {@code this} set. Invoking this method increments {@code this}
250 requestBuilder.set(key, value);
/frameworks/minikin/include/minikin/
H A DLineBreaker.h84 void set(const int* stops, size_t nStops, int tabWidth) { function in class:android::TabStops
111 // be set on the first invocation, but callers are encouraged not to call again unless
135 // set text to current contents of buffer
143 mTabStops.set(stops, nStops, tabWidth);
H A DMinikinFont.h77 void set(const MinikinRect& r) { function in struct:android::MinikinRect
/frameworks/native/include/ui/
H A DRect.h184 inline void set(const Rect& rhs) { operator = (rhs); } function in class:android::Rect
/frameworks/native/libs/ui/
H A DRegion.cpp83 * First pass through, divideSpanRTL will be set because the 'previous span' (indexing into the dst
132 // prevIndex can't be -1 here because if endLastSpan is set to a
252 void Region::set(const Rect& r) function in class:android::Region
258 void Region::set(int32_t w, int32_t h) function in class:android::Region
264 void Region::set(uint32_t w, uint32_t h) function in class:android::Region
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp287 void matrixf_t::set(const GLfixed* rhs) { function in class:android::matrixf_t
291 void matrixf_t::set(const GLfloat* rhs) { function in class:android::matrixf_t
847 rhs.set(f);
886 rhs.set(f);
958 rhs.set(m);
967 rhs.set(m);
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp136 status_t Loader::driver_t::set(void* hnd, int32_t api) function in class:android::Loader::driver_t
184 ALOGD("Emulator has host GPU support, qemu.gles is set to 1.");
200 ALOGD("Emulator has vendor provided software renderer, qemu.gles is set to 2.");
204 "Fallback to legacy software renderer, qemu.gles is set to 0.");
224 hnd->set( load_driver("GLESv1_CM", cnx, GLESv1_CM), GLESv1_CM );
225 hnd->set( load_driver("GLESv2", cnx, GLESv2), GLESv2 );
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java63 public GLDualGL2View(Context context, AttributeSet set) { argument
64 super(context, set);
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java170 public void set(int i, int j, float x, float y, float z) { method in class:TestView.Grid
255 mGrid.set(i,j, x, y, z);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp875 ALOGE("setActiveConfig: Failed to set active config on HWC1 (%d)",
921 ALOGE("[%" PRIu64 "] Failed to set HWC1 config (%d)", mId, intError);
991 ALOGE_IF(error != 0, "setPowerMode: Failed to set power mode on HWC1 (%d)",
1020 ALOGE_IF(error != 0, "setVsyncEnabled: Failed to set vsync on HWC1 (%d)",
1162 ALOGE("populateConfigs: HWC1 ID not set");
1358 Error HWC2On1Adapter::Display::set(hwc_display_contents_1& hwcContents) function in class:android::HWC2On1Adapter::Display
1363 ALOGE("[%" PRIu64 "] set failed: not validated", mId);
1386 ALOGE("[%" PRIu64 "] set: last HWC layer wasn't FRAMEBUFFER_TARGET",
1741 std::set<int32_t> HWC2On1Adapter::Display::Config::getColorTransforms() const
1743 std::set<int32_
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.h77 inline Key& set(key_t mask, key_t value) { function in class:android::ProgramCache::Key
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp41 set(orientation, 0, 0);
107 void Transform::set(float tx, float ty) function in class:android::Transform
120 void Transform::set(float a, float b, float c, float d) function in class:android::Transform
129 status_t Transform::set(uint32_t flags, float w, float h) function in class:android::Transform
231 out.set(transform(reg.bounds()));
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthAdapter.java75 public void set(CalendarDay date) { method in class:MonthAdapter.CalendarDay
199 // Invokes requestLayout() to ensure that the recycled view is set with the appropriate
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java223 * the value is {@code null}. To set a binary attribute, use an empty
302 super.set("a=rtpmap:" + format, ' ', null);
303 super.set("a=fmtp:" + format, ' ', fmtp);
311 super.set("a=rtpmap:" + format, ' ', null);
312 super.set("a=fmtp:" + format, ' ', null);
356 super.set("a=rtpmap:" + format, ' ', rtpmap);
357 super.set("a=fmtp:" + format, ' ', fmtp);
383 * This class acts as a set of fields, and the size of the set is expected
423 set("
584 private void set(String key, char delimiter, String value) { method in class:SimpleSessionDescription.Fields
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java151 public synchronized void set(int period, Runnable callback) { method in class:SipWakeupTimer
165 log("set: add event " + event + " scheduled on "
220 mAlarmManager.set(AlarmManager.ELAPSED_REALTIME_WAKEUP,
/frameworks/opt/net/voip/src/jni/rtp/
H A DAmrCodec.cpp53 int set(int sampleRate, const char *fmtp);
67 int AmrCodec::set(int sampleRate, const char *fmtp) function in class:__anon1611::AmrCodec
75 // Handle mode-set and octet-align.
76 const char *modes = strcasestr(fmtp, "mode-set=");
211 int set(int sampleRate, const char */* fmtp */) { function in class:__anon1611::GsmEfrCodec
H A DAudioGroup.cpp101 bool set(int mode, int socket, sockaddr_storage *remote,
167 bool AudioStream::set(int mode, int socket, sockaddr_storage *remote, function in class:__anon1612::AudioStream
478 bool set(int sampleRate, int sampleCount);
577 bool AudioGroup::set(int sampleRate, int sampleCount) function in class:__anon1612::AudioGroup
598 if (!mChain->set(AudioStream::NORMAL, pair[1], NULL, NULL,
660 // or stop-set-restart threads seems too heavy. Will investigate later.
815 if (track->set(AUDIO_STREAM_VOICE_CALL, sampleRate, AUDIO_FORMAT_PCM_16_BIT,
820 record->set(AUDIO_SOURCE_VOICE_COMMUNICATION, sampleRate, AUDIO_FORMAT_PCM_16_BIT,
981 int sampleCount = (codec ? codec->set(sampleRate, codecSpec) : -1);
991 if (!stream->set(mod
[all...]

Completed in 7818 milliseconds

12345678910