Searched defs:getDimension (Results 1 - 4 of 4) sorted by path

/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
H A DDotAnswerHint.java83 TypedValue.COMPLEX_UNIT_PX, context.getResources().getDimension(R.dimen.hint_text_size));
92 answerHintContainer.setY(puckLocation[1] + getDimension(R.dimen.hint_initial_offset));
100 puckLocation[1] - getDimension(R.dimen.hint_offset));
128 answerHintContainer.setY(puckLocation[1] + getDimension(R.dimen.hint_initial_offset));
165 getDimension(beginSize),
166 getDimension(beginSize),
167 getDimension(endSize),
219 getDimension(beginSize),
220 getDimension(endSize),
221 getDimension(beginSiz
252 private float getDimension(@DimenRes int id) { method in class:DotAnswerHint
[all...]
H A DPawAnswerHint.java88 TypedValue.COMPLEX_UNIT_PX, context.getResources().getDimension(R.dimen.hint_text_size));
98 answerHintContainer.setY(puckLocation[1] + getDimension(R.dimen.hint_initial_offset));
106 puckLocation[1] - getDimension(R.dimen.hint_offset));
128 answerHintContainer.setY(puckLocation[1] + getDimension(R.dimen.hint_initial_offset));
207 private float getDimension(@DimenRes int id) { method in class:PawAnswerHint
208 return context.getResources().getDimension(id);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DMatrixFit.java35 public int getDimension() { method in class:MatrixFit
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DPsipData.java664 public int getDimension() { method in class:PsipData.RegionalRating

Completed in 151 milliseconds