Home
last modified time | relevance | path

Searched refs:onRefresh (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
H A DGraphicsComposerCallback.h46 Return<void> onRefresh(Display display) override;
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
H A DGraphicsComposerCallback.h50 Return<void> onRefresh(Display display) override;
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
H A DComposerClient.h72 void onRefresh(Display display) override { in onRefresh() function
74 auto ret = mCallback->onRefresh(display); in onRefresh()
H A DComposerHal.h46 virtual void onRefresh(Display display) = 0;
/aosp12/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
H A DBatteryConsumerPickerActivity.java75 mSwipeRefreshLayout.setOnRefreshListener(this::onRefresh); in onCreate()
121 private void onRefresh() { in onRefresh() method in BatteryConsumerPickerActivity
H A DBatteryStatsViewerActivity.java79 mSwipeRefreshLayout.setOnRefreshListener(this::onRefresh); in onCreate()
113 private void onRefresh() { in onRefresh() method in BatteryStatsViewerActivity
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A DGraphicsComposerCallback.cpp72 Return<void> GraphicsComposerCallback::onRefresh(Display display) { in onRefresh() function in android::hardware::graphics::composer::V2_1::vts::GraphicsComposerCallback
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java251 onRefresh();
268 onRefresh();
290 mHandler.post(() -> onRefresh()); in checkUriAndScheduleCheckIfNeeded()
309 onRefresh(); in checkUriWithDelay()
591 onRefresh(); in onStart()
1321 public void onRefresh() { in onRefresh() method in DirectoryFragment
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/
H A DGraphicsComposerCallback.cpp92 Return<void> GraphicsComposerCallback::onRefresh(Display display) { in onRefresh() function in android::hardware::graphics::composer::V2_4::vts::GraphicsComposerCallback
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerClient.h113 void onRefresh(Display display) { in onRefresh() function
115 auto ret = mCallback->onRefresh(display); in onRefresh()
H A DComposerHal.h59 virtual void onRefresh(Display display) = 0;
/aosp12/hardware/interfaces/graphics/composer/2.1/
H A DIComposerCallback.hal62 oneway onRefresh(Display display);
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimUiccRecords.java391 public void onRefresh(boolean fileChanged, int[] fileList) { in onRefresh() method in IsimUiccRecords
H A DRuimRecords.java195 public void onRefresh(boolean fileChanged, int[] fileList) { in onRefresh() method in RuimRecords
H A DIccRecords.java831 public abstract void onRefresh(boolean fileChanged, int[] fileList); in onRefresh() method in IccRecords
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.h375 hardware::Return<void> onRefresh(Hwc2::Display display) override;
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.cpp197 mEventCallback->onRefresh(display); in refreshDisplay()
199 mEventCallback_2_4->onRefresh(display); in refreshDisplay()
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
H A DHwcHal.h342 hal->mEventCallback_2_4->onRefresh(display); in refreshHook()
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h220 static void onRefresh(hwc2_callback_data_t callbackData, hwc2_display_t display);
H A DQtiComposerClient.cpp147 void QtiComposerClient::onRefresh(hwc2_callback_data_t callbackData, hwc2_display_t display) { in onRefresh() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
149 auto ret = client->callback_->onRefresh(display); in onRefresh()
260 reinterpret_cast<hwc2_function_pointer_t>(onRefresh)); in enableCallback()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java659 protected void onRefresh() { in onRefresh() method in GlobalActionsDialogLite
683 mSysUiState, this::onRefresh, mKeyguardShowing, mPowerAdapter, mUiEventLogger, in createDialog()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcHal.h599 hal->mEventCallback->onRefresh(display); in refreshHook()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp93 Return<void> onRefresh(hal::HWDisplayId display) override { in onRefresh() function in android::__anon6d820a0e0110::ComposerCallbackBridge
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DDefaultContactBrowseListFragment.java578 public void onRefresh() { in initSwipeRefreshLayout()
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp902 event_callback_->onRefresh(pair.first); in ForceDisplaysRefresh()

12