/aosp14/frameworks/base/core/java/android/os/ |
H A D | BundleMerger.java | 220 public @Nullable Bundle merge(@Nullable Bundle first, @Nullable Bundle last) { in merge() 263 @Nullable Object first, @Nullable Object last) { in merge() 308 private static @NonNull Object comparableMin(@NonNull Object first, @NonNull Object last) { in comparableMin() 313 private static @NonNull Object comparableMax(@NonNull Object first, @NonNull Object last) { in comparableMax() 317 private static @NonNull Object numberAdd(@NonNull Object first, @NonNull Object last) { in numberAdd() 331 private static @NonNull Number numberIncrementFirst(@NonNull Object first, in numberIncrementFirst() 342 private static @NonNull Object booleanAnd(@NonNull Object first, @NonNull Object last) { in booleanAnd() 346 private static @NonNull Object booleanOr(@NonNull Object first, @NonNull Object last) { in booleanOr() 350 private static @NonNull Object arrayAppend(@NonNull Object first, @NonNull Object last) { in arrayAppend() 364 private static @NonNull Object arrayListAppend(@NonNull Object first, @NonNull Object last) { in arrayListAppend()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
H A D | ListItemFocusablesCloseTest.java | 50 final LinearLayout first = (LinearLayout) mListView.getSelectedView(); in testPreconditions() local 68 final LinearLayout first = (LinearLayout) mListView.getSelectedView(); in testChangeFocusWithinItem() local 88 final LinearLayout first = (LinearLayout) mListView.getSelectedView(); in testMoveDownToButtonInDifferentSelection() local
|
H A D | ListWithScreenOfNoSelectablesTest.java | 60 View first = mListView.getChildAt(0); in testGoFromSelectedViewExistsToNoSelectedViewExists() local 85 View first = mListView.getChildAt(0); in testGoFromNoSelectionToSelectionExists() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustment.java | 82 public static boolean areDifferent( in areDifferent() 116 private static boolean areDifferent(@Nullable Icon first, @Nullable Icon second) { in areDifferent() 126 private static boolean areDifferent( in areDifferent() 151 private static boolean areDifferent( in areDifferent()
|
/aosp14/frameworks/base/test-runner/src/android/test/ |
H A D | ViewAsserts.java | 124 static public void assertBaselineAligned(View first, View second) { in assertBaselineAligned() 142 static public void assertRightAligned(View first, View second) { in assertRightAligned() 161 static public void assertRightAligned(View first, View second, int margin) { in assertRightAligned() 179 static public void assertLeftAligned(View first, View second) { in assertLeftAligned() 198 static public void assertLeftAligned(View first, View second, int margin) { in assertLeftAligned() 216 static public void assertBottomAligned(View first, View second) { in assertBottomAligned() 235 static public void assertBottomAligned(View first, View second, int margin) { in assertBottomAligned() 253 static public void assertTopAligned(View first, View second) { in assertTopAligned() 272 static public void assertTopAligned(View first, View second, int margin) { in assertTopAligned()
|
/aosp14/frameworks/base/core/java/android/text/style/ |
H A D | LeadingMarginSpan.java | 47 public int getLeadingMargin(boolean first); in getLeadingMargin() 71 boolean first, Layout layout); in drawLeadingMargin() 109 public Standard(int first, int rest) { in Standard() 150 public int getLeadingMargin(boolean first) { in getLeadingMargin() 158 boolean first, Layout layout) { in drawLeadingMargin()
|
H A D | IconMarginSpan.java | 75 public int getLeadingMargin(boolean first) { in getLeadingMargin() 83 boolean first, Layout layout) { in drawLeadingMargin()
|
H A D | DrawableMarginSpan.java | 76 public int getLeadingMargin(boolean first) { in getLeadingMargin() 84 boolean first, @NonNull Layout layout) { in drawLeadingMargin()
|
H A D | QuoteSpan.java | 186 public int getLeadingMargin(boolean first) { in getLeadingMargin() 194 boolean first, @NonNull Layout layout) { in drawLeadingMargin()
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/framework/util/ |
H A D | StateFlowBridgeTest.kt | 42 val first = flow.firstWithTimeoutOrNull() regex 52 val first = stateFlowBridge.flow.firstWithTimeoutOrNull() regex 64 val first = stateFlowBridge.flow.firstWithTimeoutOrNull() regex
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | SumPathEffect.java | 25 public SumPathEffect(PathEffect first, PathEffect second) { in SumPathEffect() 30 private static native long nativeCreate(long first, long second); in nativeCreate()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | SpannedStringNoCopyTest.java | 38 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl() local 52 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl() local 70 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_copyNoCopySpans_OtherSpannedImpl() local 84 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannedImpl() local
|
H A D | SpannableStringNoCopyTest.java | 38 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl() local 52 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl() local 70 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_copyNoCopySpans_OtherSpannableImpl() local 84 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannableImpl() local
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | IntPair.java | 27 public static long of(int first, int second) { in of() 31 public static int first(long intPair) { in first() method in IntPair
|
/aosp14/frameworks/base/services/incremental/ |
H A D | path.h | 92 std::string join(std::string&& first, std::string_view second, Paths&&... paths) { in join() 104 std::string join(std::string_view first, std::string_view second, Paths&&... paths) { in join() 109 std::string join(const char* first, std::string_view second, Paths&&... paths) { in join()
|
/aosp14/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/ |
H A D | EfficientCollectionsChecker.java | 61 final Type first = types.get(0); in matchNewClass() local 72 final Type first = types.get(0); in matchNewClass() local
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | Pair.java | 29 public final F first; field in Pair 38 public Pair(F first, S second) { in Pair()
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | MatcherUtils.java | 32 static <T> Matcher<T> first(final Matcher<T> matcher) { in first() method in MatcherUtils
|
/aosp14/frameworks/base/libs/hwui/utils/ |
H A D | Pair.h | 27 F first; member
|
/aosp14/frameworks/base/cmds/idmap2/include/idmap2/ |
H A D | SysTrace.h | 71 bool first = true; variable
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PermissionHelperTest.java | 113 PackageInfo first = new PackageInfo(); in testGetAppsRequestingPermission() local 215 PackageInfo first = new PackageInfo(); in testGetAppsGrantedPermission() local 404 PackageInfo first = new PackageInfo(); in testGetNotificationPermissionValues() local
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/parsing/ |
H A D | PackageParsingDeferErrorTest.kt | 67 val first = activities.first() regex 89 val first = activities.first() regex
|
/aosp14/system/core/libutils/include/utils/ |
H A D | List.h | 224 void insert(iterator posn, const_iterator first, const_iterator last) { in insert() 240 iterator erase(iterator first, iterator last) { in erase() 276 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance()
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | OneShotScheduler.java | 53 Filter first = null; in scheduleNextNode() local
|
H A D | RoundRobinScheduler.java | 46 Filter first = null; in scheduleNextNode() local
|