HomeSort by relevance Sort by last modified time
    Searched full:aview (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaObjC/
undef-arg-super-method-call.m 15 + (void)addViewLayerInfo:(id)aView; // expected-note {{'aView' declared here}}
17 [super addViewLayerInfo:view]; // expected-error {{use of undeclared identifier 'view'; did you mean 'aView'?}}
19 - (void)addInstViewLayerInfo:(id)aView; // expected-note {{'aView' declared here}}
21 [super addInstViewLayerInfo:view]; // expected-error {{use of undeclared identifier 'view'; did you mean 'aView'?}}
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
RobolectricTest.java 61 View aView = new View(null);
63 aView.getContext();
68 aView.findViewById(27);
76 View aView = new View(null);
77 aView.findViewById(27);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
FullScreenTask.java 299 public void onItemClick(AdapterView<?> aview, View aitem, int position, long id) {
300 Map<String, String> data = mInflater.getViewInfo(aview);
  /external/clang/include/clang/Basic/
AttrDocs.td     [all...]

Completed in 244 milliseconds