OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java
339
final int
handleHeight
= tabBackground.getIntrinsicHeight();
355
final int top = (parentHeight -
handleHeight
) / 2;
356
final int bottom = (parentHeight +
handleHeight
) / 2;
374
final int top = (int) (THRESHOLD * parentHeight) +
handleHeight
/ 2 - targetHeight;
375
final int bottom = (int) ((1.0f - THRESHOLD) * parentHeight) -
handleHeight
/ 2;
377
tab.layout(left, 0, right,
handleHeight
);
382
tab.layout(left, parentHeight -
handleHeight
, right, parentHeight);
[
all
...]
/frameworks/base/core/java/android/widget/
Editor.java
[
all
...]
Completed in 174 milliseconds