Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 10 of 10) sorted by relevance

/core/core/src/main/java/androidx/core/util/
DLogWriter.java54 @Override public void write(char[] buf, int offset, int count) { in write()
/core/core/src/main/java/androidx/core/text/util/
DFindAddress.java308 public static MatchResult matchHouseNumber(String content, int offset) { in matchHouseNumber()
328 public static MatchResult matchState(String content, int offset) { in matchState()
/core/core-i18n/src/main/java/androidx/core/i18n/messageformat_icu/simple/
DPluralFormat.java292 double offset; in findSubMessage() local
DMessageFormat.java1679 double offset=msgPattern.getPluralOffset(i); in format() local
2003 double offset; field in MessageFormat.PluralSelectorContext
2535 int offset = prevLength - start; // Adjust attribute indexes for the result string. in formatAndAppend() local
DPluralRules.java2263 public KeywordStatus getKeywordStatus(String keyword, int offset, Set<Double> explicits, in getKeywordStatus()
2286 public KeywordStatus getKeywordStatus(String keyword, int offset, Set<Double> explicits, in getKeywordStatus()
/core/core-appdigest/src/main/java/androidx/core/appdigest/
DVerityTreeBuilder.java66 void copyTo(long offset, int size, ByteBuffer dest) throws IOException; in copyTo()
/core/core/src/main/java/androidx/core/content/res/
DGradientColorInflaterCompat.java178 final float offset = a.getFloat(R.styleable.GradientColorItem_android_offset, 0f); in inflateChildElements() local
/core/core/src/main/java/androidx/core/view/
DViewCompat.java4071 public static void offsetTopAndBottom(@NonNull View view, int offset) { in offsetTopAndBottom()
4102 private static void compatOffsetTopAndBottom(View view, int offset) { in compatOffsetTopAndBottom()
4120 public static void offsetLeftAndRight(@NonNull View view, int offset) { in offsetLeftAndRight()
4151 private static void compatOffsetLeftAndRight(View view, int offset) { in compatOffsetLeftAndRight()
/core/core/src/main/java/androidx/core/graphics/drawable/
DIconCompat.java290 public static @NonNull IconCompat createWithData(byte @NonNull [] data, int offset, in createWithData()
/core/core-appdigest/src/androidTest/java/androidx/core/appdigest/
DChecksumsTest.java229 int offset = 0; in bytesToHexString() local