HomeSort by relevance Sort by last modified time
    Searched defs:SimpleFrame (Results 1 - 9 of 9) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SimpleFrame.java 31 public class SimpleFrame extends Frame {
35 SimpleFrame(FrameFormat format, FrameManager frameManager) {
41 static SimpleFrame wrapObject(Object object, FrameManager frameManager) {
43 SimpleFrame result = new SimpleFrame(format, frameManager);
148 "SimpleFrame of type '" + format.getObjectClass() + "'!");
157 return "SimpleFrame (" + getFormat() + ")";
Filter.java 623 port.setFrame(SimpleFrame.wrapObject(value, null));
651 : new SimpleFrame(inputFormat, null);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 308 milliseconds