Searched refs:REFRESH (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DMessageQueue.cpp57 mQueue.mLooper->sendMessage(this, Message(MessageQueue::REFRESH));
73 case REFRESH:
H A DMessageQueue.h82 REFRESH = 1, enumerator in enum:android::MessageQueue::__anon1875
134 // sends REFRESH message at next VSYNC
H A DSurfaceFlinger.cpp1507 case MessageQueue::REFRESH: {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DAppInterface.java76 REFRESH(0x01), enum constant in enum:AppInterface.CommandType
H A DCatCmdMessage.java124 case REFRESH:
H A DCatService.java123 //Events to signal SIM REFRESH notificatations
398 case REFRESH:
864 CatLog.d(this,"Icc REFRESH with exception: " + ar.exception);
889 ** This function sends a CARD status (ABSENT, PRESENT, REFRESH) to STK_APP.
891 ** REFRESH, additional information is sent in 'refresh_result'
H A DCommandParamsFactory.java199 case REFRESH:
588 * Processes REFRESH proactive command from the SIM card.
599 // REFRESH proactive command is rerouted by the baseband and handled by
600 // the telephony layer. IDLE TEXT should be removed for a REFRESH command
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DMessageThreadUtil.java92 static final int REFRESH = 1;
99 sendMessageAtFrontOfQueue(SyncQueueItem.obtainMessage(REFRESH, generation, null));
144 case REFRESH:
145 mQueue.removeMessages(REFRESH);
/frameworks/base/core/java/android/widget/
H A DExpandableListConnector.java562 if ((curGm.lastChildFlPos == GroupMetadata.REFRESH) || forceChildrenCountRefresh) {
680 GroupMetadata.REFRESH,
681 GroupMetadata.REFRESH,
876 final static int REFRESH = -1; field in class:ExpandableListConnector.GroupMetadata
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DGuidedStepActivity.java59 private static final int REFRESH = 9; field in class:GuidedStepActivity
227 .id(REFRESH)
241 } else if (action.getId() == REFRESH) {
246 .id(REFRESH)
H A DGuidedStepSupportActivity.java62 private static final int REFRESH = 9; field in class:GuidedStepSupportActivity
230 .id(REFRESH)
244 } else if (action.getId() == REFRESH) {
249 .id(REFRESH)
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DGuidedStepActivity.java59 private static final int REFRESH = 9; field in class:GuidedStepActivity
227 .id(REFRESH)
241 } else if (action.getId() == REFRESH) {
246 .id(REFRESH)
H A DGuidedStepSupportActivity.java62 private static final int REFRESH = 9; field in class:GuidedStepSupportActivity
230 .id(REFRESH)
244 } else if (action.getId() == REFRESH) {
249 .id(REFRESH)
/frameworks/native/include/input/
H A DInputEventLabels.h327 DEFINE_KEYCODE(REFRESH),
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 368 milliseconds