OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nextright
(Results
1 - 12
of
12
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/ui/
ViewPagerTabStrip.java
85
int
nextRight
= nextTitle.getRight();
89
selectedRight = (int) (mSelectionOffset *
nextRight
+
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabStrip.java
91
int
nextRight
= nextTitle.getRight();
95
selectedRight = (int) (mSelectionOffset *
nextRight
+
/libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java
[
all
...]
/development/samples/ApiDemos/res/layout/
focus_3.xml
17
<!-- Demonstrates using nextLeft,
nextRight
, nextUp and nextDown to get
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
LoessInterpolator.java
394
int
nextRight
= nextNonzero(weights, right);
395
if (
nextRight
< xval.length && xval[
nextRight
] - xval[i] < xval[i] - xval[left]) {
398
bandwidthInterval[1] =
nextRight
;
/packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java
522
int
nextRight
= getChildAt(0).getLeft();
523
while (
nextRight
> end && pos >= 0) {
524
pos -= makeAndAddColumn(pos,
nextRight
, false);
525
nextRight
= getChildAt(0).getLeft();
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar
/external/icu/icu4c/source/i18n/
ucurr.cpp
179
const icu::UnicodeString *
nextRight
= firstRight;
180
while (nextLeft != NULL &&
nextRight
!= NULL) {
181
if (*nextLeft == rhs || *
nextRight
== lhs) {
186
nextRight
= rightIter.next();
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
Event.java
151
public Event
nextRight
;
DayView.java
[
all
...]
/prebuilts/tools/common/m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar
/prebuilts/tools/common/offline-m2/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar
Completed in 425 milliseconds