Home
last modified time | relevance | path

Searched refs:TEXT_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DUberColorPickerDialog.java160 private static final int TEXT_SIZE = 12; field in UberColorPickerDialog.ColorPickerView
242 PALETTE_POS_Y = TEXT_SIZE * 4 + SWATCH_HEIGHT; in ColorPickerView()
245 mOldSwatchRect.set(0, TEXT_SIZE * 4, SWATCH_WIDTH, TEXT_SIZE * 4 + SWATCH_HEIGHT); in ColorPickerView()
246 … mNewSwatchRect.set(SWATCH_WIDTH, TEXT_SIZE * 4, SWATCH_WIDTH * 2, TEXT_SIZE * 4 + SWATCH_HEIGHT); in ColorPickerView()
260 VIEW_DIM_Y = SWATCH_HEIGHT + PALETTE_DIM + TEXT_SIZE * 4; in ColorPickerView()
269 mOldSwatchRect.set(0, TEXT_SIZE * 7, SWATCH_WIDTH, TEXT_SIZE * 7 + SWATCH_HEIGHT); in ColorPickerView()
270 …mNewSwatchRect.set(0, TEXT_SIZE * 7 + SWATCH_HEIGHT, SWATCH_WIDTH, TEXT_SIZE * 7 + SWATCH_HEIGHT *… in ColorPickerView()
277 TEXT_RGB_POS[1] = (int)(TEXT_HSV_POS[1] + TEXT_SIZE * 3.5); in ColorPickerView()
279 TEXT_YUV_POS[1] = (int)(TEXT_HSV_POS[1] + TEXT_SIZE * 3.5); in ColorPickerView()
347 mText.setTextSize(TEXT_SIZE); in ColorPickerView()
[all …]
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieProperty.java110 Float TEXT_SIZE = 14f; field
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DTextLayer.java479 } else if (property == LottieProperty.TEXT_SIZE) { in addValueCallback()
/external/lottie/LottieSample/src/androidTest/java/com/airbnb/lottie/samples/
DLottieTest.kt763 drawable.addValueCallback(KeyPath("Text"), LottieProperty.TEXT_SIZE, value) in <lambda>()