Searched defs:android (Results 426 - 450 of 15188) sorted by relevance

<<11121314151617181920>>

/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DVideoViewBindingAdapter.java16 package android.databinding.adapters;
18 import android.databinding.BindingMethod;
19 import android.databinding.BindingMethods;
20 import android.widget.VideoView;
21 import android.widget.ViewSwitcher;
24 @BindingMethod(type = VideoView.class, attribute = "android:onCompletion", method = "setOnCompletionListener"),
25 @BindingMethod(type = VideoView.class, attribute = "android:onError", method = "setOnErrorListener"),
26 @BindingMethod(type = VideoView.class, attribute = "android:onInfo", method = "setOnInfoListener"),
27 @BindingMethod(type = VideoView.class, attribute = "android:onPrepared", method = "setOnPreparedListener"),
H A DZoomControlsBindingAdapter.java16 package android.databinding.adapters;
18 import android.databinding.BindingMethod;
19 import android.databinding.BindingMethods;
20 import android.widget.ZoomControls;
23 @BindingMethod(type = ZoomControls.class, attribute = "android:onZoomIn", method = "setOnZoomInClickListener"),
24 @BindingMethod(type = ZoomControls.class, attribute = "android:onZoomOut", method = "setOnZoomOutClickListener"),
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DDataBindingComponent.java16 package android.databinding;
18 import android.view.LayoutInflater;
19 import android.view.View;
20 import android.view.ViewGroup;
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/androidTest/java/com/android/databinding/multimoduletestapp/
H A DApplicationTest.java17 package android.databinding.multimoduletestapp;
19 import android.databinding.testlibrary.ObservableInLibrary;
21 import android.app.Application;
22 import android.databinding.Observable;
23 import android.test.ApplicationTestCase;
31 * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/src/androidTest/java/android/databinding/testlibrary/
H A DApplicationTest.java17 package android.databinding.testlibrary;
19 import android.app.Application;
20 import android.test.ApplicationTestCase;
23 * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DApplicationTest.java14 package android.databinding.testapp;
16 import android.app.Application;
17 import android.test.ApplicationTestCase;
20 * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/
H A DTestComponent.java16 package android.databinding.testapp;
18 import android.databinding.DataBindingComponent;
/frameworks/native/include/audiomanager/
H A DIPlayer.h28 namespace android { namespace
67 }; // namespace android
/frameworks/native/include/binder/
H A DDebug.h23 namespace android { namespace
47 }; // namespace android
H A DIActivityManager.h22 namespace android { namespace
40 }; // namespace android
H A DMap.h24 namespace android { namespace
30 * Convenience typedef for ::std::map<::std::string,::android::binder::Value>
35 } // namespace android
H A DParcelable.h25 namespace android { namespace
43 // Returns android::OK on success and an appropriate error otherwise.
50 // Returns android::OK on success and an appropriate error otherwise.
58 } // namespace android
/frameworks/native/include/gui/
H A DBufferQueueDefs.h23 namespace android { namespace
29 } // namespace android
/frameworks/native/include/ui/
H A DBufferQueueDefs.h20 namespace android { namespace
27 } // namespace android
H A DDisplayStatInfo.h22 namespace android { namespace
29 }; // namespace android
/frameworks/native/libs/binder/include/binder/
H A DDebug.h23 namespace android { namespace
47 }; // namespace android
H A DIActivityManager.h22 namespace android { namespace
40 }; // namespace android
H A DMap.h24 namespace android { namespace
30 * Convenience typedef for ::std::map<::std::string,::android::binder::Value>
35 } // namespace android
H A DParcelable.h25 namespace android { namespace
43 // Returns android::OK on success and an appropriate error otherwise.
50 // Returns android::OK on success and an appropriate error otherwise.
58 } // namespace android
/frameworks/native/libs/gui/
H A DBufferSlot.cpp19 namespace android { namespace
46 } // namespace android
H A DGuiConfig.cpp19 namespace android { namespace
32 }; // namespace android
/frameworks/native/libs/sensor/include/sensor/
H A DISensorEventConnection.h28 namespace android { namespace
59 }; // namespace android
H A DISensorServer.h30 namespace android { namespace
70 }; // namespace android
/frameworks/native/libs/ui/
H A DPixelFormat.cpp20 namespace android { namespace
62 }; // namespace android
H A DUiConfig.cpp19 namespace android { namespace
29 }; // namespace android

Completed in 2509 milliseconds

<<11121314151617181920>>