Searched defs:of (Results 1 – 10 of 10) 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 | 129 status_t setOutputFormat(int of) in setOutputFormat() 372 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 | 133 status_t StagefrightRecorder::setOutputFormat(output_format of) { in setOutputFormat()
|
/frameworks/base/media/jni/ |
D | android_media_MediaRecorder.cpp | 189 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 | 170 public static synchronized Cell of(int row, int column) { in of() method in LockPatternView.Cell
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 2692 final Rect of = mTmpOverscanFrame; in beginLayoutLw() local 2886 boolean insetDecors, Rect pf, Rect df, Rect of, Rect cf, Rect vf) { in setAttachedWindowFrames() 2974 final Rect of = mTmpOverscanFrame; in layoutWindowLw() local
|
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowState.java | 462 public void computeFrameLw(Rect pf, Rect df, Rect of, Rect cf, Rect vf, Rect dcf) { in computeFrameLw()
|