Home
last modified time | relevance | path

Searched defs:adjust (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodDebug.java108 final int adjust = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST; in softInputModeToString() local
/aosp12/system/core/libutils/
H A DFileMap.cpp139 int adjust; in create() local
/aosp12/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc77 int32_t adjust = frame_size - gpr_count * kFramePointerSize - in BuildFrame() local
97 int adjust = frame_size - spill_regs.size() * kFramePointerSize - kFramePointerSize; in RemoveFrame() local
114 void X86JNIMacroAssembler::IncreaseFrameSize(size_t adjust) { in IncreaseFrameSize()
122 static void DecreaseFrameSizeImpl(X86Assembler* assembler, size_t adjust) { in DecreaseFrameSizeImpl()
130 void X86JNIMacroAssembler::DecreaseFrameSize(size_t adjust) { in DecreaseFrameSize()
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dhdtoa.c73 int adjust = 0; /* do we need to adjust the exponent? */ in dorounding() local
/aosp12/art/compiler/utils/x86_64/
H A Djni_macro_assembler_x86_64.cc134 void X86_64JNIMacroAssembler::IncreaseFrameSize(size_t adjust) { in IncreaseFrameSize()
142 static void DecreaseFrameSizeImpl(size_t adjust, X86_64Assembler* assembler) { in DecreaseFrameSizeImpl()
150 void X86_64JNIMacroAssembler::DecreaseFrameSize(size_t adjust) { in DecreaseFrameSize()
/aosp12/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java296 private static void adjust(Spannable content, Object what) { in adjust() method in MetaKeyKeyListener
/aosp12/system/logging/logd/
H A DLogKlog.cpp136 ssize_t adjust; in log_strntok_r() local
/aosp12/frameworks/base/core/java/android/view/
H A DNotificationTopLineView.java419 OverflowAdjuster adjust(View targetView, View targetDivider, int minimumWidth) { in adjust() method in NotificationTopLineView.OverflowAdjuster
H A DWindowManager.java4702 final int adjust = softInputMode & SOFT_INPUT_MASK_ADJUST; in softInputModeToString() local
H A DView.java20010 final int adjust = (minTouchTarget - touchBounds.height()) / 2; in getHorizontalScrollBarBounds() local
20015 final int adjust = (minTouchTarget - touchBounds.width()) / 2; in getHorizontalScrollBarBounds() local
20076 final int adjust = (minTouchTarget - touchBounds.width()) / 2; in getStraightVerticalScrollBarBounds() local
20086 final int adjust = (minTouchTarget - touchBounds.height()) / 2; in getStraightVerticalScrollBarBounds() local
28705 static int adjust(int measureSpec, int delta) { in adjust() method in View.MeasureSpec
H A DViewRootImpl.java2314 final int adjust = inOutParams.softInputMode & SOFT_INPUT_MASK_ADJUST; in adjustLayoutParamsForCompatibility() local
/aosp12/frameworks/base/tools/aapt/
H A DZipFile.cpp951 long delCount, adjust; in crunchArchive() local
/aosp12/frameworks/base/core/java/android/widget/
H A DFastScroller.java1560 final float adjust = targetSizeDiff > 0 ? targetSizeDiff : 0; in isPointInsideX() local
1576 final float adjust = targetSizeDiff > 0 ? targetSizeDiff / 2 : 0; in isPointInsideY() local
H A DGridLayout.java1071 static int adjust(int measureSpec, int delta) { in adjust() method in GridLayout
/aosp12/art/compiler/utils/arm/
H A Djni_macro_assembler_arm_vixl.cc256 void ArmVIXLJNIMacroAssembler::IncreaseFrameSize(size_t adjust) { in IncreaseFrameSize()
263 void ArmVIXLJNIMacroAssembler::DecreaseFrameSize(size_t adjust) { in DecreaseFrameSize()
/aosp12/art/compiler/utils/arm64/
H A Djni_macro_assembler_arm64.cc63 void Arm64JNIMacroAssembler::IncreaseFrameSize(size_t adjust) { in IncreaseFrameSize()
72 void Arm64JNIMacroAssembler::DecreaseFrameSize(size_t adjust) { in DecreaseFrameSize()
/aosp12/frameworks/layoutlib/bridge/src/android/util/
H A DPathParser_Delegate.java731 float adjust = (float) (Math.sqrt(dsq) / 1.99999); in drawArc() local
/aosp12/build/make/tools/zipalign/
H A DZipFile.cpp1041 long delCount, adjust; in crunchArchive() local
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java915 final int adjust = nearestBufferIndex - BUFFER_CENTER; in stepIfNeeded() local
/aosp12/system/logging/logcat/tests/
H A Dlogcat_test.cpp1369 char* adjust = NULL; in TEST() local
/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc1547 int adjust = GetFrameSize() - GetCoreSpillSize(); in GenerateFrameEntry() local
1592 int adjust = GetFrameSize() - GetCoreSpillSize(); in GenerateFrameExit() local
H A Dcode_generator_x86.cc1192 int adjust = GetFrameSize() - FrameEntrySpillSize(); in GenerateFrameEntry() local
1213 int adjust = GetFrameSize() - FrameEntrySpillSize(); in GenerateFrameExit() local
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java5825 private boolean isMuteAdjust(int adjust) { in isMuteAdjust()
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/apps/TV/libs/m2/
H A Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12