Searched defs:of (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Insets.java | 55 public static Insets of(int left, int top, int right, int bottom) { in of() method in Insets 69 public static Insets of(Rect r) { in of() method in Insets
|
/frameworks/base/core/java/android/util/ |
D | Property.java | 54 public static <T, V> Property<T, V> of(Class<T> hostType, Class<V> valueType, String name) { in of() method in Property
|
/frameworks/av/media/libmedia/ |
D | IMediaRecorder.cpp | 128 status_t setOutputFormat(int of) in setOutputFormat() 361 int of = data.readInt32(); in onTransact() local
|
D | mediarecorder.cpp | 175 status_t MediaRecorder::setOutputFormat(int of) in setOutputFormat()
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaRecorderClient.cpp | 123 status_t MediaRecorderClient::setOutputFormat(int of) in setOutputFormat()
|
D | StagefrightRecorder.cpp | 131 status_t StagefrightRecorder::setOutputFormat(output_format of) { in setOutputFormat()
|
/frameworks/base/media/jni/ |
D | android_media_MediaRecorder.cpp | 191 android_media_MediaRecorder_setOutputFormat(JNIEnv *env, jobject thiz, jint of) in android_media_MediaRecorder_setOutputFormat()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternView.java | 168 public static synchronized Cell of(int row, int column) { in of() method in LockPatternView.Cell
|