OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhoneButton
(Results
1 - 7
of
7
) sorted by null
/development/simulator/app/
PhoneButton.h
21
class
PhoneButton
{
23
PhoneButton
(void)
26
virtual ~
PhoneButton
(void) {}
27
PhoneButton
(const
PhoneButton
& src)
32
PhoneButton
& operator=(const
PhoneButton
& src) {
42
void CopyMembers(const
PhoneButton
& src) {
49
/* finish construction of
PhoneButton
, with or without an image */
PhoneButton.cpp
17
#include "
PhoneButton
.h"
23
* Create a
PhoneButton
without a backing image.
25
bool
PhoneButton
::Create(const char* label)
39
* Create a
PhoneButton
with an associated image. Don't load the image yet.
41
bool
PhoneButton
::Create(const char* label, const char* imageFileName,
59
bool
PhoneButton
::LoadResources(void)
73
bool
PhoneButton
::UnloadResources(void)
87
void
PhoneButton
::CreateHighlightedBitmap(void)
118
bool
PhoneButton
::CheckCollision(int x, int y) const
134
KeyCode
PhoneButton
::LookupKeyCode(const char* label) cons
[
all
...]
PhoneData.h
22
#include "
PhoneButton
.h"
178
PhoneButton
* FindButtonHit(int x, int y);
181
PhoneButton
* FindButtonByKey(KeyCode keyCode);
192
android::List<
PhoneButton
> mButtonList;
PhoneData.cpp
18
#include "
PhoneButton
.h"
290
PhoneButton
tmpButton;
345
typedef List<
PhoneButton
>::iterator BIter;
360
typedef List<
PhoneButton
>::iterator BIter;
401
PhoneButton
* PhoneView::FindButtonHit(int x, int y)
403
typedef List<
PhoneButton
>::iterator Iter;
416
PhoneButton
* PhoneView::FindButtonByKey(KeyCode keyCode)
418
typedef List<
PhoneButton
>::iterator Iter;
PhoneWindow.h
108
//
PhoneButton
* GetPhoneButton(void) const { return mpButton; }
109
//void SetPhoneButton(
PhoneButton
* pButton) { mpButton = pButton; }
113
//
PhoneButton
* mpButton;
151
PhoneButton
* mpMOHButton; // over this button
Android.mk
23
PhoneButton
.cpp \
PhoneWindow.cpp
732
PhoneButton
* pHighlight = NULL;
913
PhoneButton
* pButton;
[
all
...]
Completed in 46 milliseconds