OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextRight
(Results
1 - 20
of
20
) sorted by null
/packages/apps/Dialer/java/com/android/contacts/common/list/
ViewPagerTabStrip.java
88
int
nextRight
= nextTitle.getRight();
93
(int) (mSelectionOffset *
nextRight
+ (1.0f - mSelectionOffset) * selectedRight);
/packages/apps/Messaging/src/com/android/messaging/ui/
ViewPagerTabStrip.java
85
int
nextRight
= nextTitle.getRight();
89
selectedRight = (int) (mSelectionOffset *
nextRight
+
/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
;
/libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java
[
all
...]
/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
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar
/prebuilts/tools/common/m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar
/external/icu/icu4c/source/common/
ucurr.cpp
175
const icu::UnicodeString *
nextRight
= firstRight;
176
while (nextLeft != NULL &&
nextRight
!= NULL) {
177
if (*nextLeft == rhs || *
nextRight
== lhs) {
182
nextRight
= rightIter.next();
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
Event.java
151
public Event
nextRight
;
DayView.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
/prebuilts/checkstyle/
checkstyle.jar
/prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar
/prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar
Completed in 4098 milliseconds