Home
last modified time | relevance | path

Searched defs:of (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DInsets.java55 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/
DProperty.java54 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/
DIMediaRecorder.cpp128 status_t setOutputFormat(int of) in setOutputFormat()
361 int of = data.readInt32(); in onTransact() local
Dmediarecorder.cpp175 status_t MediaRecorder::setOutputFormat(int of) in setOutputFormat()
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.cpp123 status_t MediaRecorderClient::setOutputFormat(int of) in setOutputFormat()
DStagefrightRecorder.cpp131 status_t StagefrightRecorder::setOutputFormat(output_format of) { in setOutputFormat()
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp191 android_media_MediaRecorder_setOutputFormat(JNIEnv *env, jobject thiz, jint of) in android_media_MediaRecorder_setOutputFormat()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java168 public static synchronized Cell of(int row, int column) { in of() method in LockPatternView.Cell