Searched refs:presentation (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/input/
H A DPointerController.h92 virtual void setPresentation(Presentation presentation) = 0;
168 virtual void setPresentation(Presentation presentation);
224 Presentation presentation; member in struct:android::PointerController::Locked
H A DPointerController.cpp67 mLocked.presentation = PRESENTATION_POINTER;
228 void PointerController::setPresentation(Presentation presentation) { argument
231 if (mLocked.presentation != presentation) {
232 mLocked.presentation = presentation;
235 if (presentation != PRESENTATION_SPOT) {
497 mLocked.pointerSprite->setIcon(mLocked.presentation == PRESENTATION_POINTER
/frameworks/base/core/java/android/provider/
H A DCallLog.java270 * @param presentation the number presenting rules set by the network for
279 int presentation, int callType, long start, int duration) {
284 if (presentation == PhoneConstants.PRESENTATION_RESTRICTED) {
287 } else if (presentation == PhoneConstants.PRESENTATION_PAYPHONE) {
291 || presentation == PhoneConstants.PRESENTATION_UNKNOWN) {
278 addCall(CallerInfo ci, Context context, String number, int presentation, int callType, long start, int duration) argument
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp113 virtual void setPresentation(Presentation presentation) { argument

Completed in 1170 milliseconds