OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alignment_value
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java
180
private int
alignment_value
;
field in class:SlidingTab.Slider
237
int dx = horiz ? (alignment == ALIGN_LEFT ?
alignment_value
- tab.getRight()
238
:
alignment_value
- tab.getLeft()) : 0;
239
int dy = horiz ? 0 : (alignment == ALIGN_TOP ?
alignment_value
- tab.getBottom()
240
:
alignment_value
- tab.getTop());
298
int dx = horiz ? (alignment == ALIGN_LEFT ?
alignment_value
- tab.getLeft()
299
:
alignment_value
- tab.getRight()) : 0;
300
int dy = horiz ? 0 : (alignment == ALIGN_TOP ?
alignment_value
- tab.getTop()
301
:
alignment_value
- tab.getBottom());
362
alignment_value
= l
[
all
...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc
[
all
...]
Completed in 86 milliseconds