Searched refs:mode (Results 1 - 25 of 911) sorted by last modified time

1234567891011>>

/frameworks/webview/chromium/plat_support/
H A Ddraw_gl.h45 } mode; member in struct:AwDrawGLInfo
101 // Called to map a GraphicBuffer in |mode|.
102 typedef int AwMapFunction(long buffer_id, AwMapMode mode, void** vaddr);
112 // Set of functions used in rendering in hardware mode
H A Ddraw_gl_functor.cpp58 aw_info.mode = AwDrawGLInfo::kModeDraw;
77 aw_info.mode = AwDrawGLInfo::kModeProcess;
80 aw_info.mode = AwDrawGLInfo::kModeProcessNoContext;
83 aw_info.mode = AwDrawGLInfo::kModeSync;
H A Dgraphic_buffer_impl.cpp54 int GraphicBufferImpl::MapStatic(long buffer_id, AwMapMode mode, void** vaddr) { argument
56 return buffer->Map(mode, vaddr);
77 status_t GraphicBufferImpl::Map(AwMapMode mode, void** vaddr) { argument
79 switch (mode) {
H A Dgraphic_buffer_impl.h35 static int MapStatic(long buffer_id, AwMapMode mode, void** vaddr);
41 status_t Map(AwMapMode mode, void** vaddr);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1426 XAuint32 mode
2172 XAuint32 mode
2198 XAuint32 mode,
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h830 SLuint32 mode
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp527 SLresult audioPlayer_setPerformanceMode(CAudioPlayer* ap, SLuint32 mode) { argument
529 SL_LOGV("performance mode set to %d", mode);
532 switch (mode) {
551 // performance mode needs to be set before the object is realized
1446 // performance mode
1485 // performance mode
1537 //TODO: query effect for EFFECT_FLAG_HW_ACC_xx flag to refine mode
1590 // AudioTrack to adjust performance mode based on actual output flags
1707 // update performance mode accordin
[all...]
H A DAudioRecorder_to_android.cpp77 SLresult audioRecorder_setPerformanceMode(CAudioRecorder* ar, SLuint32 mode) { argument
79 SL_LOGV("performance mode set to %d", mode);
82 switch (mode) {
101 // performance mode needs to be set before the object is realized
450 // performance mode
488 // performance mode
610 // AudioRecord to adjust performance mode based on actual input flags
714 // update performance mode according to actual flags granted to AudioRecord
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp263 ReadOptions::SeekMode mode; local
264 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
/frameworks/wilhelm/src/itf/
H A DIMetadataTraversal.cpp22 static SLresult IMetadataTraversal_SetMode(SLMetadataTraversalItf self, SLuint32 mode) argument
26 switch (mode) {
32 thiz->mMode = mode;
/frameworks/support/transition/src/android/support/transition/
H A DVisibility.java101 int mode = TypedArrayUtils.getNamedInt(a, (XmlResourceParser) attrs,
105 if (mode != 0) {
106 setMode(mode);
112 * on <code>mode</code>.
114 * @param mode The behavior supported by this transition, a combination of
117 public void setMode(@Mode int mode) { argument
118 if ((mode & ~(MODE_IN | MODE_OUT)) != 0) {
121 mMode = mode;
/frameworks/support/transition/tests/src/android/support/transition/
H A DFadeTest.java239 InterruptibleFade(int mode, Runnable middle, float[] alphaValues) { argument
240 super(mode);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
H A DMediaPlayerGlue.java340 * Sets the playback mode. It currently support no repeat, repeat once and infinite
341 * loop mode.
343 public void setMode(int mode) { argument
344 switch(mode) {
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DGridActivity.java405 public void setImportantForAccessibility(int mode) {
406 super.setImportantForAccessibility(mode);
409 this, mode);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java79 * your activity, you can enable an action mode that offers actions specific to the selected
100 * Standard navigation mode. Consists of either a logo or icon
114 * List navigation mode. Instead of static title text this mode
127 * Tab navigation mode. Instead of static title text this mode
205 * Set the action bar into custom navigation mode, supplying a view
219 * Set the action bar into custom navigation mode, supplying a view
239 * Set the action bar into custom navigation mode, supplying a view
318 * Set the adapter and navigation callback for list navigation mode
599 setNavigationMode(@avigationMode int mode) argument
[all...]
H A DAppCompatActivity.java249 * Notifies the Activity that a support action mode has been started.
252 * @param mode The new action mode.
256 public void onSupportActionModeStarted(@NonNull ActionMode mode) { argument
260 * Notifies the activity that a support action mode has finished.
263 * @param mode The action mode that just finished.
267 public void onSupportActionModeFinished(@NonNull ActionMode mode) { argument
271 * Called when a support action mode is being started for this window. Gives the
272 * callback an opportunity to handle the action mode i
[all...]
H A DAppCompatCallback.java31 * Called when a support action mode has been started.
33 * @param mode The new action mode.
35 void onSupportActionModeStarted(ActionMode mode); argument
38 * Called when a support action mode has finished.
40 * @param mode The action mode that just finished.
42 void onSupportActionModeFinished(ActionMode mode); argument
45 * Called when a support action mode is being started for this window. Gives the
46 * callback an opportunity to handle the action mode i
[all...]
H A DAppCompatDelegate.java92 * Mode which means to not use night mode, and therefore prefer {@code notnight} qualified
100 * Mode which means to always use night mode, and therefore prefer {@code night} qualified
108 * Mode which means to use night mode when it is determined that it is night or not.
120 * Mode which uses the system's night mode setting to determine if it is night or not.
161 * <p>This mode is especially useful with {@code View.SYSTEM_UI_FLAG_FULLSCREEN}, which allows
163 * When an ActionBar is in this mode it will adjust the insets provided to
173 * If overlay is enabled, the action mode UI will be allowed to cover existing window content.
362 * Start an action mode.
364 * @param callback Callback that will manage lifecycle events for this context mode
432 * <p>You can override the night mode usin
455 setLocalNightMode(@ightMode int mode) argument
470 setDefaultNightMode(@ightMode int mode) argument
[all...]
H A DAppCompatDelegateImplBase.java174 public void setLocalNightMode(@NightMode int mode) {
H A DAppCompatDelegateImplV14.java62 // If we have a icicle and we haven't had a local night mode set yet, try and read
97 // If we're already been started, we may need to setup auto mode again
119 // Make sure we clean up any receivers setup for AUTO mode
126 public void setLocalNightMode(@NightMode final int mode) { argument
127 switch (mode) {
132 if (mLocalNightMode != mode) {
133 mLocalNightMode = mode;
142 Log.i(TAG, "setLocalNightMode() called with an unknown mode");
148 int mapNightMode(@NightMode final int mode) { argument
149 switch (mode) {
190 updateForNightMode(@pplyableNightMode final int mode) argument
[all...]
H A DAppCompatDelegateImplV23.java45 int mapNightMode(@NightMode final int mode) { argument
46 if (mode == MODE_NIGHT_AUTO
48 // If we're set to AUTO and the system's auto night mode is already enabled,
52 return super.mapNightMode(mode);
H A DAppCompatDelegateImplV9.java706 // If the action bar didn't provide an action mode, start the emulated window one
733 ActionMode mode = null;
736 mode = mAppCompatCallback.onWindowStartingSupportActionMode(callback);
742 if (mode != null) {
743 mActionMode = mode;
822 mode = new StandaloneActionMode(mActionModeView.getContext(), mActionModeView,
824 if (callback.onCreateActionMode(mode, mode.getMenu())) {
825 mode.invalidate();
826 mActionModeView.initForMode(mode);
[all...]
H A DAppCompatDialog.java174 public void onSupportActionModeStarted(ActionMode mode) { argument
178 public void onSupportActionModeFinished(ActionMode mode) { argument
H A DToolbarActionBar.java203 "setSelectedNavigationIndex not valid for current navigation mode");
314 public void setNavigationMode(@NavigationMode int mode) { argument
315 if (mode == ActionBar.NAVIGATION_MODE_TABS) {
318 mDecorToolbar.setNavigationMode(mode);
H A DWindowDecorActionBar.java115 // The fade duration for toolbar and action bar when entering/exiting action mode.
184 * Only for edit mode.
418 "setSelectedNavigationIndex not valid for current navigation mode");
528 ActionModeImpl mode = new ActionModeImpl(mContextView.getContext(), callback);
529 if (mode.dispatchOnCreate()) {
532 mActionMode = mode;
533 mode.invalidate();
534 mContextView.initForMode(mode);
537 return mode;
633 // If we're not in edit mode an
1329 setNavigationMode(int mode) argument
[all...]

Completed in 4070 milliseconds

1234567891011>>