Home
last modified time | relevance | path

Searched refs:getCurrent (Results 1 – 25 of 48) sorted by relevance

12

/aosp12/system/core/libutils/include/utils/
H A DCallStack.h106 static CallStackUPtr ALWAYS_INLINE getCurrent(int32_t ignoreDepth = 1) {
115 static CallStackUPtr ALWAYS_INLINE getCurrent(int32_t = 1) {
121 static void ALWAYS_INLINE logStack(const char* logtag, CallStack* stack = getCurrent().get(),
131 static void ALWAYS_INLINE logStack(const char* logtag, CallStack* = getCurrent().get(),
139 const CallStack* stack = getCurrent().get()) {
148 const CallStack* = getCurrent().get()) {
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java294 latinIme.mSettings.getCurrent(), in handleMessage()
642 StatsUtils.onCreate(mSettings.getCurrent(), mRichImm); in onCreate()
770 SettingsValues settingsValues = mSettings.getCurrent(); in onConfigurationChanged()
773 mInputLogic.onOrientationChange(mSettings.getCurrent()); in onConfigurationChanged()
781 settingsValues = mSettings.getCurrent(); in onConfigurationChanged()
888 mSettings.getCurrent()); in onCurrentInputMethodSubtypeChanged()
1033 currentSettingsValues = mSettings.getCurrent(); in onStartInputViewInternal()
1157 if (mSettings.getCurrent().needsToLookupSuggestions()) { in onExtractedTextClicked()
1175 if (mSettings.getCurrent().needsToLookupSuggestions()) { in onExtractedCursorMovement()
1648 mSettings.getCurrent(), suggestionInfo, in pickSuggestionManually()
[all …]
H A DEmojiAltPhysicalKeyDetector.java174 if (!Settings.getInstance().getCurrent().mEnableEmojiAltPhysicalKey) { in shouldProcessEvent()
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Djquery-history.js32 var current = $.history.getCurrent();
42 var previous = $.history.getCurrent();
47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
53 getCurrent: function() { method in $.history
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DAppWorkaroundsTests.java66 Settings.getInstance().getCurrent().isBeforeJellyBean()); in testBeforeJellyBeanTrue()
72 Settings.getInstance().getCurrent().isBeforeJellyBean()); in testBeforeJellyBeanFalse()
/aosp12/system/core/libutils/
H A DCallStack_fuzz.cpp36 android::CallStack::CallStackUPtr callStack = android::CallStack::getCurrent(ignoreDepth); in LLVMFuzzerTestOneInput()
44 callstackPtr->getCurrent(ignoreDepth); in LLVMFuzzerTestOneInput()
/aosp12/frameworks/base/core/java/com/android/internal/graphics/drawable/
H A DAnimationScaleListDrawable.java151 Drawable dr = getCurrent(); in start()
159 Drawable dr = getCurrent(); in stop()
168 Drawable dr = getCurrent(); in isRunning()
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DCircularImageView.java64 if (((StateListDrawable) drawable).getCurrent() != null) { in onDraw()
65 bitmapDrawable = (BitmapDrawable) drawable.getCurrent(); in onDraw()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/
H A DQuickSettingGridAdapter.java126 int getCurrent(); in getCurrent() method
181 seekbar.setProgress(seekbarTile.getCurrent()); in onBindViewHolder()
H A DBrightnessTile.java80 public int getCurrent() { in getCurrent() method in BrightnessTile
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteControllerDialog.java301 return stateListDrawable.getCurrent(); in getIconDrawable()
305 return stateListDrawable.getCurrent(); in getIconDrawable()
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/activity/
H A DPumpActivity.java177 mViewPager.setCurrentItem(pages.getCurrent()); in selectPages()
281 int getCurrent() { in getCurrent() method in PumpActivity.Pages
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
H A DWifiEntryPreference.java93 Drawable drawable = mWifiSld.getCurrent(); in getWifiEntryIcon()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/
H A DWifiDetailsHeaderPreferenceController.java92 Drawable drawable = mWifiSld.getCurrent(); in getWifiEntryIcon()
/aosp12/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java364 && mRemoteIndicator.getCurrent() instanceof AnimationDrawable) { in refreshRoute()
365 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator.getCurrent(); in refreshRoute()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
H A DHistoryManager.java125 public HistoryItem getCurrent() { in getCurrent() method in HistoryManager
/aosp12/system/libhidl/base/
H A DStatus.cpp134 CallStack::logStack("unchecked HIDL return", CallStack::getCurrent(10).get(), in onIgnored()
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderAllocationLimits.cpp122 …std::cout << CallStack::stackToString("UNEXPECTED ALLOCATION", CallStack::getCurrent(4 /*ignoreDep… in ScopeDisallowMalloc()
/aosp12/frameworks/base/core/java/android/widget/
H A DDayPickerViewPager.java148 final SimpleMonthView current = adapter.getView(getCurrent()); in findViewByPredicateTraversal()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java195 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent(); in updateVisibility()
216 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent(); in maybeShowImportantNoticeTitle()
H A DSuggestionStripLayoutHelper.java236 final SettingsValues settingsValues = Settings.getInstance().getCurrent(); in getPositionInSuggestionStrip()
358 Settings.getInstance().getCurrent().mShouldShowLxxSuggestionUi); in layoutAndReturnStartIndexOfMoreSuggestions()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedStateListDrawable.java154 final Drawable current = getCurrent(); in onStateChange()
211 final Drawable d = getCurrent(); in selectTransition()
H A DColorStateListDrawable.java79 public @NonNull Drawable getCurrent() { in getCurrent() method in ColorStateListDrawable
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyboardAccessibilityNodeProvider.java323 final SettingsValues currentSettings = Settings.getInstance().getCurrent(); in getKeyDescription()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiEntryPreference.java236 frictionImageView.setImageDrawable(mFrictionSld.getCurrent()); in bindFrictionImage()

12