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

  /external/chromium-trace/trace-viewer/src/ui/
list_and_associated_view_test.js 12 var SimpleView = ui.define('div');
13 SimpleView.prototype = {
35 var view = new SimpleView();
64 var view = new SimpleView();
83 var view = new SimpleView();
  /external/chromium_org/third_party/skia/samplecode/
SampleBox.cpp 12 class SimpleView : public SampleView {
14 SimpleView() {
54 static SkView* MyFactory() { return new SimpleView; }
  /external/skia/samplecode/
SampleBox.cpp 12 class SimpleView : public SampleView {
14 SimpleView() {
54 static SkView* MyFactory() { return new SimpleView; }
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
SurfaceAndTextureViews.java 41 SimpleView mView;
54 mView = new SimpleView(this);
84 mView.mColor = SimpleView.LARGE_COLOR;
91 mView.mColor = SimpleView.SMALL_COLOR;
103 static private class SimpleView extends View {
108 private SimpleView(Context context) {
  /developers/build/templates/SimpleView/_MODULE_/
README-simpleview.txt 17 Steps to implement SimpleView template:
  /developers/samples/android/connectivity/nfc/BeamLargeFiles/
template-params.xml 41 <template src="SimpleView"/>
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/
README-simpleview.txt 17 Steps to implement SimpleView template:
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/
template-params.xml 39 <template src="SimpleView"/>
  /developers/samples/android/wearable/wear/SynchronizedNotifications/Application/
README-simpleview.txt 17 Steps to implement SimpleView template:
  /developers/samples/android/wearable/wear/SynchronizedNotifications/
template-params.xml 41 <template src="SimpleView"/>
  /developers/build/templates/create/
template-params.xml.ftl 42 <!-- template src="SimpleView" / -->
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerDialog.java 142 View simpleView = findViewById(R.id.color_picker_simple);
143 simpleView.setVisibility(View.GONE);
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_codelab3_mvc.html 32 <a href="https://github.com/GoogleChrome/chrome-app-codelab/blob/master/lab3_mvc/angularjs/simpleview/angular.min.js">angular.min.js</a>.</p>
36 <a href="https://github.com/GoogleChrome/chrome-app-codelab/blob/master/lab3_mvc/javascript/simpleview/controller.js">JavaScript controller.js</a></p>
40 <p>Change the <a href="https://github.com/GoogleChrome/chrome-app-codelab/blob/master/lab3_mvc/angularjs/simpleview/index.html">AngularJS index.html</a> or
41 <a href="https://github.com/GoogleChrome/chrome-app-codelab/blob/master/lab3_mvc/javascript/simpleview/index.html">JavaScript index.html</a> to use a simple sample:
100 <p><a href="https://github.com/GoogleChrome/chrome-app-codelab/blob/master/lab3_mvc/angularjs/simpleview/todo.css">AngularJS todo.css</a> and
101 <a href="https://github.com/GoogleChrome/chrome-app-codelab/blob/master/lab3_mvc/javascript/simpleview/todo.css">JavaScript todo.css</a> are the same:

Completed in 1965 milliseconds