OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentposition
(Results
26 - 50
of
220
) sorted by null
1
2
3
4
5
6
7
8
9
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
LeanbackLauncherStrategy.java
366
Point
currentPosition
= focusedIcon.getVisibleCenter();
368
int dx = targetPosition.x -
currentPosition
.x;
369
int dy = targetPosition.y -
currentPosition
.y;
/cts/tests/tests/media/src/android/media/cts/
VisualizerTest.java
323
int
currentPosition
= mp.getCurrentPosition();
326
while (
currentPosition
< 200 && tryCount < maxTry) {
328
currentPosition
= mp.getCurrentPosition();
395
int
currentPosition
= mp.getCurrentPosition();
398
while (
currentPosition
< 400 && tryCount < maxTry) {
400
currentPosition
= mp.getCurrentPosition();
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java
[
all
...]
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduComposer.java
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduComposer.java
[
all
...]
/packages/services/Telephony/src/com/android/phone/
EmergencyDialer.java
641
final int
currentPosition
= mDigits.getSelectionStart();
642
if (
currentPosition
> 0) {
643
mDigits.setSelection(
currentPosition
);
644
mDigits.getText().delete(
currentPosition
- 1,
currentPosition
);
/packages/apps/TV/src/com/android/tv/ui/
SelectInputView.java
175
int
currentPosition
= mInputList.indexOf(mSelectedInput);
176
int nextPosition =
currentPosition
;
182
if (nextPosition ==
currentPosition
) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddcdrm.h
322
SUB_Q_CURRENT_POSITION
CurrentPosition
;
patchapi.h
64
typedef WINBOOL (CALLBACK PATCH_PROGRESS_CALLBACK)(PVOID CallbackContext,ULONG
CurrentPosition
,ULONG MaximumPosition);
/external/opencv3/3rdparty/openexr/IlmImf/
ImfTiledInputFile.cpp
211
Int64
currentPosition
; // file offset for current tile,
304
if (ifd->
currentPosition
!= tileOffset)
351
ifd->
currentPosition
= tileOffset + 5 * Xdr::size<int>() + dataSize;
391
ifd->
currentPosition
+= 5 * Xdr::size<int>() + dataSize;
773
_data->
currentPosition
= _data->is->tellg();
[
all
...]
/external/protobuf/src/google/protobuf/io/
coded_stream.cc
118
int current_position =
CurrentPosition
();
154
int current_position =
CurrentPosition
();
163
int current_position =
CurrentPosition
();
176
return total_bytes_limit_ -
CurrentPosition
();
261
int bytes_to_limit = closest_limit -
CurrentPosition
();
coded_stream.h
331
int
CurrentPosition
() const;
[
all
...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
FocusManager.java
175
int
currentPosition
= mView.getChildAdapterPosition(view);
179
if (
currentPosition
> 0) {
186
if (
currentPosition
< mAdapter.getItemCount() - 1) {
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java
698
final int
currentPosition
= getScroll();
699
final int bottomScrollPosition =
currentPosition
703
final int desiredValue =
currentPosition
+ (scrollToCurrentPosition ?
currentPosition
[
all
...]
/packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java
563
int
currentPosition
= getChildPosition(child);
564
if ((
currentPosition
== 0 && velocityY < 0) ||
565
(
currentPosition
== getAdapter().getItemCount() - 1 && velocityY > 0)) {
587
0, Math.min(getAdapter().getItemCount() - 1,
currentPosition
+ delta));
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java
194
int
currentPosition
= getCurrentPosition();
215
stopDragging(
currentPosition
, nextTarget, 250, Interpolators.FAST_OUT_SLOW_IN);
[
all
...]
/packages/services/Car/car-support-lib/src/android/support/car/ui/
CarLayoutManager.java
578
float
currentPosition
= (float) firstChildPosition - percentOfPreviousViewShowing;
590
if (
currentPosition
>= positionWhenLastItemIsVisible) {
594
return (int) (SCROLL_RANGE *
currentPosition
/ positionWhenLastItemIsVisible);
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h
320
int
CurrentPosition
() const;
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h
320
int
CurrentPosition
() const;
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h
320
int
CurrentPosition
() const;
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h
320
int
CurrentPosition
() const;
[
all
...]
/packages/apps/Camera2/src/com/android/camera/ui/
ModeListView.java
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h
338
int
CurrentPosition
() const;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
Completed in 931 milliseconds
1
2
3
4
5
6
7
8
9