HomeSort by relevance Sort by last modified time
    Searched defs:post (Results 101 - 125 of 861) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 165 void post() function
  /hardware/libhardware/include/hardware/
fb.h 91 * updated during (*post)().
98 * is, the driver is not allowed to post anything outside of this
101 * The rectangle evaluated during (*post)() and specifies which area
102 * of the buffer passed in (*post)() shall to be posted.
110 * Post <buffer> to the display (display it on the screen)
119 * post() will block until the the first post is completed.
121 * Internally, post() is expected to lock the buffer so that a
128 int (*post)(struct framebuffer_device_t* dev, buffer_handle_t buffer); member in struct:framebuffer_device_t
  /packages/apps/Dialer/java/com/android/dialer/about/
LicenseActivity.java 67 scrollView.post(
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/cameraui/
CameraMediaChooserView.java 85 // Post modifying the tree since we can't modify the view tree during a draw pass
86 post( method
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DelayedOperations.java 27 * Class that helps post {@link Runnable}s to a {@link Handler}, and cancel pending ones
60 * Post a {@link Runnable} to the handler. Equivalent to {@link Handler#post(Runnable)}.
62 public void post(Runnable r) { method in class:DelayedOperations
69 * Cancel a runnable that's been posted with {@link #post(Runnable)}.
99 mHandler.post(r);
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewIcon.java 73 post(new Runnable() { method
  /packages/apps/Launcher3/src/com/android/launcher3/
ExtendedEditText.java 84 post(new Runnable() { method
LauncherStateTransitionAnimation.java 327 toView.post(new StartAnimRunnable(animation, toView));
348 toView.post(startAnimRunnable);
478 fromWorkspace.post(new StartAnimRunnable(animation, null));
644 fromView.post(new StartAnimRunnable(animation, null));
675 fromView.post(startAnimRunnable);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
PhoneService.java 58 handler.post(new Runnable() {
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
PaneTracker.java 79 mainHandler.post(new Runnable() {
  /frameworks/base/media/java/android/media/midi/
MidiManager.java 78 mHandler.post(new Runnable() {
92 mHandler.post(new Runnable() {
106 mHandler.post(new Runnable() {
223 handler.post(new Runnable() {
  /frameworks/base/services/core/java/com/android/server/wm/
AlertWindowNotification.java 68 void post() { method in class:AlertWindowNotification
69 // We can't create/post the notification while the window manager lock is held since it will
70 // end up calling into activity manager. So, we post a message to do it later.
71 mService.mH.post(this::onPostNotification);
77 // So, we post a message to do it later.
78 mService.mH.post(this::onCancelNotification);
  /frameworks/base/wifi/java/android/net/wifi/
WifiNetworkScoreCache.java 113 mListener.post(networks);
297 void post(List<ScoredNetwork> updatedNetworks) { method in class:WifiNetworkScoreCache.CacheListener
298 mHandler.post(new Runnable() {
  /packages/apps/Email/provider_src/com/android/email/mail/internet/
OAuthAuthenticator.java 91 final HttpPost post = new HttpPost(provider.tokenEndpoint); local
92 post.setHeader("Content-Type", "application/x-www-form-urlencoded");
100 post.setEntity(new UrlEncodedFormEntity(nvp));
108 return doRequest(post);
120 final HttpPost post = new HttpPost(provider.refreshEndpoint); local
121 post.setHeader("Content-Type", "application/x-www-form-urlencoded");
128 post.setEntity(new UrlEncodedFormEntity(nvp));
136 return doRequest(post);
139 private AuthenticationResult doRequest(HttpPost post) throws MessagingException,
142 response = mClient.execute(post);
    [all...]
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 97 mPresetSpinner.post(new Runnable() {
119 mPrioritySpinner.post(new Runnable() {
132 mActionsSpinner.post(new Runnable() {
199 * Begin to re-post the sample notification(s).
213 // Post the updated notifications on a delay to avoid a cancel+post race condition
223 * Post the sample notification(s) using current options.
231 // Post new notifications
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 97 mPresetSpinner.post(new Runnable() {
119 mPrioritySpinner.post(new Runnable() {
132 mActionsSpinner.post(new Runnable() {
199 * Begin to re-post the sample notification(s).
213 // Post the updated notifications on a delay to avoid a cancel+post race condition
223 * Post the sample notification(s) using current options.
231 // Post new notifications
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
MainActivity.java 97 mPresetSpinner.post(new Runnable() {
119 mPrioritySpinner.post(new Runnable() {
132 mActionsSpinner.post(new Runnable() {
189 * Begin to re-post the sample notification(s).
202 // Post the updated notifications on a delay to avoid a cancel+post race condition
212 * Post the sample notification(s) using current options.
244 // Post new notifications
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
GpsTestActivity.java 132 mScrollView.post(new Runnable() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
ResponderTestActivity.java 124 mHandler.post(new Runnable() {
140 mHandler.post(new Runnable() {
150 mHandler.post(new Runnable() {
161 mHandler.post(new Runnable() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
BaseTestActivity.java 93 mHandler.post(new Runnable() {
104 mHandler.post(new Runnable() {
115 mHandler.post(new Runnable() {
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyViewProducerActivity.java 77 mContent.post(() -> {
PixelCopyWideGamutViewProducerActivity.java 80 mContent.post(() -> {
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/
PopupListFragment.java 61 // We need to post a Runnable to show the popup to make sure that the PopupMenu is
64 view.post(new Runnable() {
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java 118 mainThread.post(new Runnable() {
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 122 scrollView.post(new Runnable() {

Completed in 896 milliseconds

1 2 3 45 6 7 8 91011>>