- PackageInfoGenerator - Class in oose.thequickapp.controller
-
PackageInfoGenerator generates package info and have the ability to find the app intent
or app Icon given the app's name;
- PackageInfoGenerator(Context) - Constructor for class oose.thequickapp.controller.PackageInfoGenerator
-
- path - Variable in class oose.thequickapp.UI.DrawingView
-
- Pattern - Interface in oose.thequickapp.model
-
Pattern interface, to represent a gesture that a user performed.
- PATTERN_TYPE - Static variable in class oose.thequickapp.model.TableData.TableInfo1
-
- PInfo - Class in oose.thequickapp.model
-
This class simply represent the useful information of an app
- PInfo() - Constructor for class oose.thequickapp.model.PInfo
-
- play() - Method in class oose.thequickapp.controller.AudioRecordActivity
-
- pname - Variable in class oose.thequickapp.model.PInfo
-
- Position - Class in oose.thequickapp.model
-
This class describe the position that is
touched on the board of the screen.
- Position(int, int) - Constructor for class oose.thequickapp.model.Position
-
Creates a new position at the specified coordinates.
- predict(double[]) - Method in interface oose.thequickapp.model.LearningModel
-
used to predict the apps by the model
- predict(double[]) - Method in class oose.thequickapp.model.OnLineLearning
-
predict apps by user input pattern values
- press - Variable in class oose.thequickapp.UI.DrawingView
-
- putInformation(DatabaseOperations, String, String, String) - Method in class oose.thequickapp.model.DatabaseOperations
-
This method puts information to the relation table
- putInformationToGridDB(DatabaseOperations, String, Set<Position>) - Method in class oose.thequickapp.model.DatabaseOperations
-
This method puts information into the grid table
- putInformationToSoundDB(DatabaseOperations, String, String, Double) - Method in class oose.thequickapp.model.DatabaseOperations
-
This method puts information into sound table